    ┌──────────────────────────────────────────────────────────────────────┐
    │                 • MobaXterm Personal Edition v22.1 •                 │
    │               (SSH client, X server and network tools)               │
    │                                                                      │
    │ ⮞ SSH session to root@172.16.200.112                                 │
    │   • Direct SSH      :  ✓                                             │
    │   • SSH compression :  ✓                                             │
    │   • SSH-browser     :  ✓                                             │
    │   • X11-forwarding  :  ✓  (remote display is forwarded through SSH)  │
    │                                                                      │
    │ ⮞ For more info, ctrl+click on help or visit our website.            │
    └──────────────────────────────────────────────────────────────────────┘

Linux debian1 6.6.3.bsk.business.1-amd64 #1 SMP PREEMPT_DYNAMIC veLinux 6.6.3.bsk.1 Sat Mar  2 12:        36:04 U x86_64

                     ▄▄           ██
                     ██           ▀▀
 ██▄  ▄██   ▄████▄   ██         ████     ██▄████▄  ██    ██  ▀██  ██▀
  ██  ██   ██▄▄▄▄██  ██           ██     ██▀   ██  ██    ██    ████
  ▀█▄▄█▀   ██▀▀▀▀▀▀  ██           ██     ██    ██  ██    ██    ▄██▄
   ████    ▀██▄▄▄▄█  ██▄▄▄▄▄▄  ▄▄▄██▄▄▄  ██    ██  ██▄▄▄███   ▄█▀▀█▄
    ▀▀       ▀▀▀▀▀   ▀▀▀▀▀▀▀▀  ▀▀▀▀▀▀▀▀  ▀▀    ▀▀   ▀▀▀▀ ▀▀  ▀▀▀  ▀▀▀

veLinux 2(lyra) builded by Bytedance. If you have any question,
you can call os maintainer in the lark.
Last login: Tue Apr 23 01:18:06 2024 from 172.16.0.44
root@debian1:~# ^C
root@debian1:~# ln -s /home/tx/re2c-3.1/re2c   /usr/bin/re2c
root@debian1:~# uname -r
6.6.3.bsk.business.1-amd64
root@debian1:~#  ldd -version
ldd: unrecognized option `-version'
Try `ldd --help' for more information.
root@debian1:~#  ldd --version
ldd (Debian GLIBC 2.36-9+deb12u4) 2.36
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
root@debian1:~# ^C
root@debian1:~# meson --version
1.0.1
root@debian1:~# cd /home/tx/
root@debian1:/home/tx# tar -xf dpdk-23.07.tar.xz
root@debian1:/home/tx# cd dpdk-23.07/
root@debian1:/home/tx/dpdk-23.07# meson -Dexamples=all build
The Meson build system
Version: 1.0.1
Source dir: /home/tx/dpdk-23.07
Build dir: /home/tx/dpdk-23.07/build
Build type: native build
Program cat found: YES (/usr/bin/cat)
Project name: DPDK
Project version: 23.07.0
C compiler for the host machine: cc (gcc 12.2.0 "cc (Debian 12.2.0-14) 12.2.0")
C linker for the host machine: cc ld.bfd 2.40
Host machine cpu family: x86_64
Host machine cpu: x86_64
Program pkg-config found: YES (/usr/bin/pkg-config)
Program check-symbols.sh found: YES (/home/tx/dpdk-23.07/buildtools/check-symbols.sh)
Program options-ibverbs-static.sh found: YES (/home/tx/dpdk-23.07/buildtools/options-ibverbs-stati        c.sh)
Program objdump found: YES (/usr/bin/objdump)
Program python3 found: YES (/usr/bin/python3)
Program cat found: YES (/usr/bin/cat)
Checking for size of "void *" : 8
Checking for size of "void *" : 8
Library m found: YES
Library numa found: YES
Has header "numaif.h" : YES
Library fdt found: NO
Library execinfo found: NO
Has header "execinfo.h" : YES
Found pkg-config: /usr/bin/pkg-config (1.8.1)
Run-time dependency libarchive found: YES 3.6.2
Run-time dependency libbsd found: NO (tried pkgconfig)
Run-time dependency jansson found: NO (tried pkgconfig)
Run-time dependency openssl found: YES 3.0.11
Run-time dependency libpcap found: NO (tried pkgconfig)
Library pcap found: NO
Compiler for C supports arguments -Wcast-qual: YES
Compiler for C supports arguments -Wdeprecated: YES
Compiler for C supports arguments -Wformat: YES
Compiler for C supports arguments -Wformat-nonliteral: YES
Compiler for C supports arguments -Wformat-security: YES
Compiler for C supports arguments -Wmissing-declarations: YES
Compiler for C supports arguments -Wmissing-prototypes: YES
Compiler for C supports arguments -Wnested-externs: YES
Compiler for C supports arguments -Wold-style-definition: YES
Compiler for C supports arguments -Wpointer-arith: YES
Compiler for C supports arguments -Wsign-compare: YES
Compiler for C supports arguments -Wstrict-prototypes: YES
Compiler for C supports arguments -Wundef: YES
Compiler for C supports arguments -Wwrite-strings: YES
Compiler for C supports arguments -Wno-address-of-packed-member: YES
Compiler for C supports arguments -Wno-packed-not-aligned: YES
Compiler for C supports arguments -Wno-missing-field-initializers: YES
Compiler for C supports arguments -Wno-zero-length-bounds: YES
Compiler for C supports arguments -mavx512f: YES
Checking if "AVX512 checking" compiles: YES
Fetching value of define "__SSE4_2__" : 1
Fetching value of define "__AES__" : 1
Fetching value of define "__AVX__" : 1
Fetching value of define "__AVX2__" : 1
Fetching value of define "__AVX512BW__" : 1
Fetching value of define "__AVX512CD__" : 1
Fetching value of define "__AVX512DQ__" : 1
Fetching value of define "__AVX512F__" : 1
Fetching value of define "__AVX512VL__" : 1
Fetching value of define "__PCLMUL__" : 1
Fetching value of define "__RDRND__" : 1
Fetching value of define "__RDSEED__" : 1
Fetching value of define "__VPCLMULQDQ__" : 1
Compiler for C supports arguments -Wno-format-truncation: YES
Checking for function "getentropy" : YES
Fetching value of define "__PCLMUL__" : 1 (cached)
Fetching value of define "__AVX512F__" : 1 (cached)
Fetching value of define "__AVX512BW__" : 1 (cached)
Fetching value of define "__AVX512DQ__" : 1 (cached)
Fetching value of define "__AVX512VL__" : 1 (cached)
Fetching value of define "__VPCLMULQDQ__" : 1 (cached)
Compiler for C supports arguments -mpclmul: YES
Compiler for C supports arguments -maes: YES
Compiler for C supports arguments -mavx512f: YES (cached)
Compiler for C supports arguments -mavx512bw: YES
Compiler for C supports arguments -mavx512dq: YES
Compiler for C supports arguments -mavx512vl: YES
Compiler for C supports arguments -mvpclmulqdq: YES
Compiler for C supports arguments -mavx2: YES
Compiler for C supports arguments -mavx: YES
Fetching value of define "__AVX2__" : 1 (cached)
Fetching value of define "__AVX512F__" : 1 (cached)
Fetching value of define "__AVX512VL__" : 1 (cached)
Fetching value of define "__AVX512CD__" : 1 (cached)
Fetching value of define "__AVX512BW__" : 1 (cached)
Run-time dependency libelf found: YES 0.188
lib/bpf/meson.build:43: WARNING: libpcap is missing, rte_bpf_convert API will be disabled
Fetching value of define "__AVX512F__" : 1 (cached)
Fetching value of define "__AVX512DQ__" : 1 (cached)
Fetching value of define "__AVX512IFMA__" : 1
Compiler for C supports arguments -Wno-cast-qual: YES
Has header "linux/userfaultfd.h" : YES
Has header "linux/vduse.h" : YES
Fetching value of define "__AVX512F__" : 1 (cached)
Fetching value of define "__AVX512DQ__" : 1 (cached)
Fetching value of define "__AVX512BW__" : 1 (cached)
Compiler for C supports arguments -Wno-format-truncation: YES (cached)
Compiler for C supports arguments -Wno-cast-qual: YES (cached)
Compiler for C supports arguments -Wno-pointer-arith: YES
Compiler for C supports arguments -Wno-pointer-to-int-cast: YES
Fetching value of define "__AVX512F__" : 1 (cached)
Fetching value of define "__AVX512BW__" : 1 (cached)
Fetching value of define "__AVX512DQ__" : 1 (cached)
Compiler for C supports arguments -mavx512f: YES (cached)
Compiler for C supports arguments -mavx512bw: YES (cached)
Compiler for C supports arguments -mavx512dq: YES (cached)
Compiler for C supports arguments -march=skylake-avx512: YES
Run-time dependency libmusdk found: NO (tried pkgconfig)
Compiler for C supports arguments -Wno-cast-qual: YES (cached)
Compiler for C supports arguments -Wno-pointer-arith: YES (cached)
Compiler for C supports arguments -std=c11: YES
Compiler for C supports arguments -Wno-strict-prototypes: YES
Compiler for C supports arguments -D_BSD_SOURCE: YES
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES
Run-time dependency libmlx5 found: NO (tried pkgconfig)
Library mlx5 found: NO
Configuring mlx5_autoconf.h using configuration
Run-time dependency libcrypto found: YES 3.0.11
Library IPSec_MB found: NO
Compiler for C supports arguments -Wdisabled-optimization: YES
Compiler for C supports arguments -Waggregate-return: YES
Compiler for C supports arguments -Wbad-function-cast: YES
Compiler for C supports arguments -Wno-sign-compare: YES
Compiler for C supports arguments -Wno-unused-parameter: YES
Compiler for C supports arguments -Wno-unused-variable: YES
Compiler for C supports arguments -Wno-empty-body: YES
Compiler for C supports arguments -Wno-unused-but-set-variable: YES
Compiler for C supports arguments -Wno-pointer-arith: YES (cached)
Compiler for C supports arguments -Wno-pointer-arith: YES (cached)
Run-time dependency libxdp found: NO (tried pkgconfig)
Run-time dependency libbpf found: NO (tried pkgconfig)
Library bpf found: NO
Has header "linux/if_xdp.h" : YES
Run-time dependency zlib found: YES 1.2.13
Compiler for C supports arguments -DSUPPORT_CFA_HW_ALL=1: YES
Fetching value of define "__AVX2__" : 1 (cached)
Compiler for C supports arguments -flax-vector-conversions: YES
Compiler for C supports arguments -Wno-strict-aliasing: YES
Fetching value of define "__AVX512F__" : 1 (cached)
Fetching value of define "__AVX512BW__" : 1 (cached)
Fetching value of define "__AVX512DQ__" : 1 (cached)
Compiler for C supports arguments -mavx512f: YES (cached)
Compiler for C supports arguments -mavx512bw: YES (cached)
Compiler for C supports arguments -mavx512dq: YES (cached)
Compiler for C supports arguments -Wno-pointer-arith: YES (cached)
Compiler for C supports arguments -Wno-uninitialized: YES
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Compiler for C supports arguments -Wno-unused-variable: YES (cached)
Compiler for C supports arguments -Wno-misleading-indentation: YES
Compiler for C supports arguments -Wno-implicit-fallthrough: YES
Fetching value of define "__AVX2__" : 1 (cached)
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Compiler for C supports arguments -Wno-unused-value: YES
Compiler for C supports arguments -Wno-strict-aliasing: YES (cached)
Compiler for C supports arguments -Wno-format-extra-args: YES
Compiler for C supports arguments -Wno-unused-variable: YES (cached)
Compiler for C supports arguments -Wno-implicit-fallthrough: YES (cached)
Compiler for C supports arguments -Wno-sign-compare: YES (cached)
Compiler for C supports arguments -Wno-unused-value: YES (cached)
Compiler for C supports arguments -Wno-format: YES
Compiler for C supports arguments -Wno-format-security: YES
Compiler for C supports arguments -Wno-format-nonliteral: YES
Compiler for C supports arguments -Wno-strict-aliasing: YES (cached)
Compiler for C supports arguments -Wno-unused-but-set-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Fetching value of define "__AVX2__" : 1 (cached)
Fetching value of define "__AVX512F__" : 1 (cached)
Fetching value of define "__AVX512BW__" : 1 (cached)
Compiler for C supports arguments -mavx512f: YES (cached)
Compiler for C supports arguments -mavx512bw: YES (cached)
Compiler for C supports arguments -march=skylake-avx512: YES (cached)
Fetching value of define "__AVX2__" : 1 (cached)
Fetching value of define "__AVX512F__" : 1 (cached)
Fetching value of define "__AVX512BW__" : 1 (cached)
Compiler for C supports arguments -mavx512f: YES (cached)
Compiler for C supports arguments -mavx512bw: YES (cached)
Compiler for C supports arguments -march=skylake-avx512: YES (cached)
Compiler for C supports arguments -Wno-unused-value: YES (cached)
Compiler for C supports arguments -Wno-unused-but-set-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Compiler for C supports arguments -Wno-array-bounds: YES
Fetching value of define "__AVX2__" : 1 (cached)
Fetching value of define "__AVX512F__" : 1 (cached)
Fetching value of define "__AVX512BW__" : 1 (cached)
Compiler for C supports arguments -mavx512f: YES (cached)
Compiler for C supports arguments -mavx512bw: YES (cached)
Compiler for C supports arguments -march=skylake-avx512: YES (cached)
Fetching value of define "__AVX512F__" : 1 (cached)
Fetching value of define "__AVX512BW__" : 1 (cached)
Fetching value of define "__AVX512DQ__" : 1 (cached)
Compiler for C supports arguments -mavx512f: YES (cached)
Compiler for C supports arguments -mavx512bw: YES (cached)
Compiler for C supports arguments -mavx512dq: YES (cached)
Compiler for C supports arguments -Wno-unused-value: YES (cached)
Compiler for C supports arguments -Wno-unused-but-set-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Message: Disabling kni [drivers/net/kni]: missing internal dependency "kni"
Found CMake: /usr/local/bin/cmake (3.20.2)
Run-time dependency libibverbs found: NO (tried pkgconfig and cmake)
Library ibverbs found: NO
Run-time dependency libmlx4 found: NO (tried pkgconfig)
Library mlx4 found: NO
Message: Disabling mlx5 [drivers/net/mlx5]: missing internal dependency "common_mlx5"
Run-time dependency libmusdk found: NO (tried pkgconfig)
Run-time dependency libmusdk found: NO (tried pkgconfig)
Run-time dependency netcope-common found: NO (tried pkgconfig)
Compiler for C supports arguments -Wno-pointer-arith: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Compiler for C supports arguments -Wno-sign-compare: YES (cached)
Compiler for C supports arguments -Wno-missing-prototypes: YES
Compiler for C supports arguments -Wno-cast-qual: YES (cached)
Compiler for C supports arguments -Wno-unused-function: YES
Compiler for C supports arguments -Wno-unused-variable: YES (cached)
Compiler for C supports arguments -Wno-strict-aliasing: YES (cached)
Compiler for C supports arguments -Wno-missing-prototypes: YES (cached)
Compiler for C supports arguments -Wno-unused-value: YES (cached)
Compiler for C supports arguments -Wno-format-nonliteral: YES (cached)
Compiler for C supports arguments -Wno-shift-negative-value: YES
Compiler for C supports arguments -Wno-unused-but-set-variable: YES (cached)
Compiler for C supports arguments -Wno-missing-declarations: YES
Compiler for C supports arguments -Wno-maybe-uninitialized: YES
Compiler for C supports arguments -Wno-strict-prototypes: YES (cached)
Compiler for C supports arguments -Wno-shift-negative-value: YES (cached)
Compiler for C supports arguments -Wno-implicit-fallthrough: YES (cached)
Compiler for C supports arguments -Wno-format-extra-args: YES (cached)
Compiler for C supports arguments -Wno-visibility: NO
Compiler for C supports arguments -Wno-empty-body: YES (cached)
Compiler for C supports arguments -Wno-invalid-source-encoding: NO
Compiler for C supports arguments -Wno-sometimes-uninitialized: NO
Compiler for C supports arguments -Wno-pointer-bool-conversion: NO
Compiler for C supports arguments -Wno-format-nonliteral: YES (cached)
Compiler for C supports arguments -Wno-strict-aliasing: YES (cached)
Compiler for C supports arguments -Wdisabled-optimization: YES (cached)
Compiler for C supports arguments -Waggregate-return: YES (cached)
Compiler for C supports arguments -Wbad-function-cast: YES (cached)
Library atomic found: YES
Header "linux/pkt_cls.h" has symbol "TCA_FLOWER_UNSPEC" : YES
Header "linux/pkt_cls.h" has symbol "TCA_FLOWER_KEY_VLAN_PRIO" : YES
Header "linux/pkt_cls.h" has symbol "TCA_BPF_UNSPEC" : YES
Header "linux/pkt_cls.h" has symbol "TCA_BPF_FD" : YES
Header "linux/tc_act/tc_bpf.h" has symbol "TCA_ACT_BPF_UNSPEC" : YES
Header "linux/tc_act/tc_bpf.h" has symbol "TCA_ACT_BPF_FD" : YES
Configuring tap_autoconf.h using configuration
Compiler for C supports arguments -fno-prefetch-loop-arrays: YES
Compiler for C supports arguments -Wno-maybe-uninitialized: YES (cached)
Compiler for C supports arguments -D_BSD_SOURCE: YES (cached)
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES (cached)
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES (cached)
Compiler for C supports arguments -mavx512f: YES (cached)
Compiler for C supports arguments -mavx512vl: YES (cached)
Compiler for C supports arguments -mavx512bw: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Compiler for C supports arguments -Wno-unused-value: YES (cached)
Compiler for C supports arguments -Wno-strict-aliasing: YES (cached)
Compiler for C supports arguments -Wno-format-extra-args: YES (cached)
Run-time dependency libaarch64crypto found: NO (tried pkgconfig)
Dependency libcrypto found: YES 3.0.11 (cached)
Library IPSec_MB found: NO
Message: Disabling mlx5 [drivers/crypto/mlx5]: missing internal dependency "common_mlx5"
Run-time dependency libmusdk found: NO (tried pkgconfig)
Dependency libcrypto found: YES 3.0.11 (cached)
Run-time dependency libwd_crypto found: NO (tried pkgconfig)
Run-time dependency libwd found: NO (tried pkgconfig)
Run-time dependency libisal found: NO (tried pkgconfig)
Message: Disabling mlx5 [drivers/compress/mlx5]: missing internal dependency "common_mlx5"
Dependency zlib found: YES 1.2.13 (cached)
Message: Disabling mlx5 [drivers/regex/mlx5]: missing internal dependency "common_mlx5"
Message: Disabling mlx5 [drivers/vdpa/mlx5]: missing internal dependency "common_mlx5"
Compiler for C supports arguments -flax-vector-conversions: YES (cached)
Compiler for C supports arguments -Wno-strict-aliasing: YES (cached)
Fetching value of define "__AVX512VL__" : 1 (cached)
Compiler for C supports arguments -Wno-format-nonliteral: YES (cached)
Run-time dependency flexran_sdk_turbo found: NO (tried pkgconfig and cmake)
Run-time dependency flexran_sdk_ldpc_decoder_5gnr found: NO (tried pkgconfig and cmake)
Has header "cuda.h" : NO
Compiler for C supports arguments -Wno-format-truncation: YES (cached)
Dependency zlib found: YES 1.2.13 (cached)
Message: hugepage availability: false
Program test_telemetry.sh found: YES (/home/tx/dpdk-23.07/app/test/test_telemetry.sh)
Program doxygen found: NO
Program sphinx-build found: NO
Compiler for C supports arguments -Wno-format-truncation: YES (cached)
Message: Missing dependency "flow_classify" for example "flow_classify"
Message: Skipping example "flow_classify"
Has header "sys/epoll.h" : YES
Library pqos found: NO
Message: Skipping example "l2fwd-cat"
Library rt found: YES
Has header "sys/epoll.h" : YES (cached)
Has header "linux/virtio_blk.h" : YES
Library virt found: NO
Run-time dependency jansson found: NO (tried pkgconfig)
Message: Skipping example "vm_power_manager"
Library virt found: NO
Message: Skipping example "guest_cli"
Configuring rte_build_config.h using configuration
Message:
=================
Applications Enabled
=================

apps:
        pdump, proc-info, test-acl, test-bbdev, test-cmdline, test-compress-perf, test-crypto-perf        , test-dma-perf,
        test-eventdev, test-fib, test-flow-perf, test-gpudev, test-mldev, test-pipeline, test-pmd,         test-regex,
        test-sad, test-security-perf,

Message:
=================
Libraries Enabled
=================

libs:
        kvargs, telemetry, eal, ring, rcu, mempool, mbuf, net,
        meter, ethdev, pci, cmdline, metrics, hash, timer, acl,
        bbdev, bitratestats, bpf, cfgfile, compressdev, cryptodev, distributor, efd,
        eventdev, gpudev, gro, gso, ip_frag, jobstats, latencystats, lpm,
        member, pcapng, power, rawdev, regexdev, mldev, dmadev, rib,
        reorder, sched, security, stack, vhost, ipsec, pdcp, fib,
        port, pdump, table, pipeline, graph, node,

Message:
===============
Drivers Enabled
===============

common:
        cpt, dpaax, iavf, idpf, octeontx, cnxk, qat, sfc_efx,

bus:
        auxiliary, cdx, dpaa, fslmc, ifpga, pci, platform, vdev,
        vmbus,
mempool:
        bucket, cnxk, dpaa, dpaa2, octeontx, ring, stack,
dma:
        cnxk, dpaa, dpaa2, hisilicon, idxd, ioat, skeleton,
net:
        af_packet, ark, atlantic, avp, axgbe, bnx2x, bnxt, bond,
        cnxk, cpfl, cxgbe, dpaa, dpaa2, e1000, ena, enetc,
        enetfec, enic, failsafe, fm10k, gve, hinic, hns3, i40e,
        iavf, ice, idpf, igc, ionic, ixgbe, memif, netvsc,
        nfp, ngbe, null, octeontx, octeon_ep, pfe, qede, ring,
        sfc, softnic, tap, thunderx, txgbe, vdev_netvsc, vhost, virtio,
        vmxnet3,
raw:
        cnxk_bphy, cnxk_gpio, dpaa2_cmdif, ntb, skeleton,
crypto:
        bcmfs, caam_jr, ccp, cnxk, dpaa_sec, dpaa2_sec, nitrox, null,
        octeontx, openssl, scheduler, virtio,
compress:
        octeontx, zlib,
regex:
        cn9k,
ml:
        cnxk,
vdpa:
        ifc, sfc,
event:
        cnxk, dlb2, dpaa, dpaa2, dsw, opdl, skeleton, sw,
        octeontx,
baseband:
        acc, fpga_5gnr_fec, fpga_lte_fec, la12xx, null, turbo_sw,
gpu:


Message:
=================
Content Skipped
=================

apps:
        dumpcap:        missing dependency, "libpcap"

libs:
        kni:    explicitly disabled via build config (deprecated lib)
        flow_classify:  explicitly disabled via build config (deprecated lib)

drivers:
        common/mvep:    missing dependency, "libmusdk"
        common/mlx5:    missing dependency, "mlx5"
        net/af_xdp:     missing dependency, "libxdp >=1.2.2" and "libbpf"
        net/ipn3ke:     missing dependency, "libfdt"
        net/kni:        missing internal dependency, "kni" (deprecated lib)
        net/mana:       missing dependency, "ibverbs"
        net/mlx4:       missing dependency, "mlx4"
        net/mlx5:       missing internal dependency, "common_mlx5"
        net/mvneta:     missing dependency, "libmusdk"
        net/mvpp2:      missing dependency, "libmusdk"
        net/nfb:        missing dependency, "libnfb"
        net/pcap:       missing dependency, "libpcap"
        raw/ifpga:      missing dependency, "libfdt"
        crypto/armv8:   missing dependency, "libAArch64crypto"
        crypto/ipsec_mb:        missing dependency, "libIPSec_MB"
        crypto/mlx5:    missing internal dependency, "common_mlx5"
        crypto/mvsam:   missing dependency, "libmusdk"
        crypto/uadk:    missing dependency, "libwd"
        compress/isal:  missing dependency, "libisal"
        compress/mlx5:  missing internal dependency, "common_mlx5"
        regex/mlx5:     missing internal dependency, "common_mlx5"
        vdpa/mlx5:      missing internal dependency, "common_mlx5"
        gpu/cuda:       missing dependency, "cuda.h"


Build targets in project: 665

DPDK 23.07.0

  User defined options
    examples: all

Found ninja-1.11.1 at /usr/bin/ninja
WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambi        guous and deprecated.
root@debian1:/home/tx/dpdk-23.07# ninja  -C  build
ninja: Entering directory `build'
[2628/2628] Linking target app/test/dpdk-test
root@debian1:/home/tx/dpdk-23.07# mkdir -p /mnt/hugepages
root@debian1:/home/tx/dpdk-23.07# mount -t hugetlbfs nodev /mnt/hugepages
root@debian1:/home/tx/dpdk-23.07#  echo 2048 > /sys/kernel/mm/hugepages/hugepages-2048kB/nr_hugepa        ges
root@debian1:/home/tx/dpdk-23.07# cat /proc/meminfo | grep Huge
AnonHugePages:         0 kB
ShmemHugePages:        0 kB
FileHugePages:         0 kB
HugePages_Total:    2048
HugePages_Free:     2048
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:         4194304 kB
root@debian1:/home/tx/dpdk-23.07# ls
ABI_VERSION  README   build       devtools  dts       lib          meson_options.txt
MAINTAINERS  VERSION  buildtools  doc       examples  license      usertools
Makefile     app      config      drivers   kernel    meson.build
root@debian1:/home/tx/dpdk-23.07# cd usertools/
root@debian1:/home/tx/dpdk-23.07/usertools# ./dpdk-devbind.py -s

No 'Network' devices detected
=============================

No 'Baseband' devices detected
==============================

Other Crypto devices
====================
0000:01:00.0 '4xxx Series QAT 4944' unused=qat_4xxx
0000:03:00.0 'Device 2714' unused=
0000:06:00.0 '4xxx Series QAT 4944' unused=qat_4xxx
0000:08:00.0 'Device 2714' unused=
0000:0b:00.0 '4xxx Series QAT 4944' unused=qat_4xxx
0000:0d:00.0 'Device 2714' unused=
0000:10:00.0 '4xxx Series QAT 4944' unused=qat_4xxx
0000:12:00.0 'Device 2714' unused=
0000:81:00.0 '4xxx Series QAT 4944' unused=qat_4xxx
0000:83:00.0 'Device 2714' unused=
0000:86:00.0 '4xxx Series QAT 4944' unused=qat_4xxx
0000:88:00.0 'Device 2714' unused=
0000:8b:00.0 '4xxx Series QAT 4944' unused=qat_4xxx
0000:8d:00.0 'Device 2714' unused=
0000:90:00.0 '4xxx Series QAT 4944' unused=qat_4xxx
0000:92:00.0 'Device 2714' unused=

DMA devices using kernel driver
===============================
0000:00:01.0 'Device 0b25' drv=idxd unused=
0000:05:01.0 'Device 0b25' drv=idxd unused=
0000:0a:01.0 'Device 0b25' drv=idxd unused=
0000:0f:01.0 'Device 0b25' drv=idxd unused=
0000:80:01.0 'Device 0b25' drv=idxd unused=
0000:85:01.0 'Device 0b25' drv=idxd unused=
0000:8a:01.0 'Device 0b25' drv=idxd unused=
0000:8f:01.0 'Device 0b25' drv=idxd unused=

Other Eventdev devices
======================
0000:03:00.0 'Device 2714' unused=
0000:08:00.0 'Device 2714' unused=
0000:0d:00.0 'Device 2714' unused=
0000:12:00.0 'Device 2714' unused=
0000:83:00.0 'Device 2714' unused=
0000:88:00.0 'Device 2714' unused=
0000:8d:00.0 'Device 2714' unused=
0000:92:00.0 'Device 2714' unused=

No 'Mempool' devices detected
=============================

No 'Compress' devices detected
==============================

No 'Misc (rawdev)' devices detected
===================================

No 'Regex' devices detected
===========================

No 'ML' devices detected
========================
root@debian1:/home/tx/dpdk-23.07/usertools# modprobe vfio
root@debian1:/home/tx/dpdk-23.07/usertools# modprobe vfio-pci
root@debian1:/home/tx/dpdk-23.07/usertools# ./dpdk-devbind.py -s

No 'Network' devices detected
=============================

No 'Baseband' devices detected
==============================

Other Crypto devices
====================
0000:01:00.0 '4xxx Series QAT 4944' unused=qat_4xxx,vfio-pci
0000:03:00.0 'Device 2714' unused=vfio-pci
0000:06:00.0 '4xxx Series QAT 4944' unused=qat_4xxx,vfio-pci
0000:08:00.0 'Device 2714' unused=vfio-pci
0000:0b:00.0 '4xxx Series QAT 4944' unused=qat_4xxx,vfio-pci
0000:0d:00.0 'Device 2714' unused=vfio-pci
0000:10:00.0 '4xxx Series QAT 4944' unused=qat_4xxx,vfio-pci
0000:12:00.0 'Device 2714' unused=vfio-pci
0000:81:00.0 '4xxx Series QAT 4944' unused=qat_4xxx,vfio-pci
0000:83:00.0 'Device 2714' unused=vfio-pci
0000:86:00.0 '4xxx Series QAT 4944' unused=qat_4xxx,vfio-pci
0000:88:00.0 'Device 2714' unused=vfio-pci
0000:8b:00.0 '4xxx Series QAT 4944' unused=qat_4xxx,vfio-pci
0000:8d:00.0 'Device 2714' unused=vfio-pci
0000:90:00.0 '4xxx Series QAT 4944' unused=qat_4xxx,vfio-pci
0000:92:00.0 'Device 2714' unused=vfio-pci

DMA devices using kernel driver
===============================
0000:00:01.0 'Device 0b25' drv=idxd unused=vfio-pci
0000:05:01.0 'Device 0b25' drv=idxd unused=vfio-pci
0000:0a:01.0 'Device 0b25' drv=idxd unused=vfio-pci
0000:0f:01.0 'Device 0b25' drv=idxd unused=vfio-pci
0000:80:01.0 'Device 0b25' drv=idxd unused=vfio-pci
0000:85:01.0 'Device 0b25' drv=idxd unused=vfio-pci
0000:8a:01.0 'Device 0b25' drv=idxd unused=vfio-pci
0000:8f:01.0 'Device 0b25' drv=idxd unused=vfio-pci

Other Eventdev devices
======================
0000:03:00.0 'Device 2714' unused=vfio-pci
0000:08:00.0 'Device 2714' unused=vfio-pci
0000:0d:00.0 'Device 2714' unused=vfio-pci
0000:12:00.0 'Device 2714' unused=vfio-pci
0000:83:00.0 'Device 2714' unused=vfio-pci
0000:88:00.0 'Device 2714' unused=vfio-pci
0000:8d:00.0 'Device 2714' unused=vfio-pci
0000:92:00.0 'Device 2714' unused=vfio-pci

No 'Mempool' devices detected
=============================

No 'Compress' devices detected
==============================

No 'Misc (rawdev)' devices detected
===================================

No 'Regex' devices detected
===========================

No 'ML' devices detected
========================
root@debian1:/home/tx/dpdk-23.07/usertools# lspci | grep 0b25
00:01.0 System peripheral: Intel Corporation Device 0b25
05:01.0 System peripheral: Intel Corporation Device 0b25
0a:01.0 System peripheral: Intel Corporation Device 0b25
0f:01.0 System peripheral: Intel Corporation Device 0b25
80:01.0 System peripheral: Intel Corporation Device 0b25
85:01.0 System peripheral: Intel Corporation Device 0b25
8a:01.0 System peripheral: Intel Corporation Device 0b25
8f:01.0 System peripheral: Intel Corporation Device 0b25
root@debian1:/home/tx/dpdk-23.07/usertools# ./dpdk-devbind.py -b vfio-pci 00:01.0
root@debian1:/home/tx/dpdk-23.07/usertools# ./dpdk-devbind.py -b vfio-pci 05:01.0
root@debian1:/home/tx/dpdk-23.07/usertools# ./dpdk-devbind.py -s

No 'Network' devices detected
=============================

No 'Baseband' devices detected
==============================

Other Crypto devices
====================
0000:01:00.0 '4xxx Series QAT 4944' unused=qat_4xxx,vfio-pci
0000:03:00.0 'Device 2714' unused=vfio-pci
0000:06:00.0 '4xxx Series QAT 4944' unused=qat_4xxx,vfio-pci
0000:08:00.0 'Device 2714' unused=vfio-pci
0000:0b:00.0 '4xxx Series QAT 4944' unused=qat_4xxx,vfio-pci
0000:0d:00.0 'Device 2714' unused=vfio-pci
0000:10:00.0 '4xxx Series QAT 4944' unused=qat_4xxx,vfio-pci
0000:12:00.0 'Device 2714' unused=vfio-pci
0000:81:00.0 '4xxx Series QAT 4944' unused=qat_4xxx,vfio-pci
0000:83:00.0 'Device 2714' unused=vfio-pci
0000:86:00.0 '4xxx Series QAT 4944' unused=qat_4xxx,vfio-pci
0000:88:00.0 'Device 2714' unused=vfio-pci
0000:8b:00.0 '4xxx Series QAT 4944' unused=qat_4xxx,vfio-pci
0000:8d:00.0 'Device 2714' unused=vfio-pci
0000:90:00.0 '4xxx Series QAT 4944' unused=qat_4xxx,vfio-pci
0000:92:00.0 'Device 2714' unused=vfio-pci

DMA devices using DPDK-compatible driver
========================================
0000:00:01.0 'Device 0b25' drv=vfio-pci unused=idxd
0000:05:01.0 'Device 0b25' drv=vfio-pci unused=idxd

DMA devices using kernel driver
===============================
0000:0a:01.0 'Device 0b25' drv=idxd unused=vfio-pci
0000:0f:01.0 'Device 0b25' drv=idxd unused=vfio-pci
0000:80:01.0 'Device 0b25' drv=idxd unused=vfio-pci
0000:85:01.0 'Device 0b25' drv=idxd unused=vfio-pci
0000:8a:01.0 'Device 0b25' drv=idxd unused=vfio-pci
0000:8f:01.0 'Device 0b25' drv=idxd unused=vfio-pci

Other Eventdev devices
======================
0000:03:00.0 'Device 2714' unused=vfio-pci
0000:08:00.0 'Device 2714' unused=vfio-pci
0000:0d:00.0 'Device 2714' unused=vfio-pci
0000:12:00.0 'Device 2714' unused=vfio-pci
0000:83:00.0 'Device 2714' unused=vfio-pci
0000:88:00.0 'Device 2714' unused=vfio-pci
0000:8d:00.0 'Device 2714' unused=vfio-pci
0000:92:00.0 'Device 2714' unused=vfio-pci

No 'Mempool' devices detected
=============================

No 'Compress' devices detected
==============================

No 'Misc (rawdev)' devices detected
===================================

No 'Regex' devices detected
===========================

No 'ML' devices detected
========================
root@debian1:/home/tx/dpdk-23.07/usertools# ./dpdk-devbind.py -b vfio-pci 0a:01.0
root@debian1:/home/tx/dpdk-23.07/usertools# ./dpdk-devbind.py -b vfio-pci  0f:01.0 80:01.0 85:01.0         8a:01.0 8f:01.0
root@debian1:/home/tx/dpdk-23.07/usertools# ./dpdk-devbind.py -s

No 'Network' devices detected
=============================

No 'Baseband' devices detected
==============================

Other Crypto devices
====================
0000:01:00.0 '4xxx Series QAT 4944' unused=qat_4xxx,vfio-pci
0000:03:00.0 'Device 2714' unused=vfio-pci
0000:06:00.0 '4xxx Series QAT 4944' unused=qat_4xxx,vfio-pci
0000:08:00.0 'Device 2714' unused=vfio-pci
0000:0b:00.0 '4xxx Series QAT 4944' unused=qat_4xxx,vfio-pci
0000:0d:00.0 'Device 2714' unused=vfio-pci
0000:10:00.0 '4xxx Series QAT 4944' unused=qat_4xxx,vfio-pci
0000:12:00.0 'Device 2714' unused=vfio-pci
0000:81:00.0 '4xxx Series QAT 4944' unused=qat_4xxx,vfio-pci
0000:83:00.0 'Device 2714' unused=vfio-pci
0000:86:00.0 '4xxx Series QAT 4944' unused=qat_4xxx,vfio-pci
0000:88:00.0 'Device 2714' unused=vfio-pci
0000:8b:00.0 '4xxx Series QAT 4944' unused=qat_4xxx,vfio-pci
0000:8d:00.0 'Device 2714' unused=vfio-pci
0000:90:00.0 '4xxx Series QAT 4944' unused=qat_4xxx,vfio-pci
0000:92:00.0 'Device 2714' unused=vfio-pci

DMA devices using DPDK-compatible driver
========================================
0000:00:01.0 'Device 0b25' drv=vfio-pci unused=idxd
0000:05:01.0 'Device 0b25' drv=vfio-pci unused=idxd
0000:0a:01.0 'Device 0b25' drv=vfio-pci unused=idxd
0000:0f:01.0 'Device 0b25' drv=vfio-pci unused=idxd
0000:80:01.0 'Device 0b25' drv=vfio-pci unused=idxd
0000:85:01.0 'Device 0b25' drv=vfio-pci unused=idxd
0000:8a:01.0 'Device 0b25' drv=vfio-pci unused=idxd
0000:8f:01.0 'Device 0b25' drv=vfio-pci unused=idxd

Other Eventdev devices
======================
0000:03:00.0 'Device 2714' unused=vfio-pci
0000:08:00.0 'Device 2714' unused=vfio-pci
0000:0d:00.0 'Device 2714' unused=vfio-pci
0000:12:00.0 'Device 2714' unused=vfio-pci
0000:83:00.0 'Device 2714' unused=vfio-pci
0000:88:00.0 'Device 2714' unused=vfio-pci
0000:8d:00.0 'Device 2714' unused=vfio-pci
0000:92:00.0 'Device 2714' unused=vfio-pci

No 'Mempool' devices detected
=============================

No 'Compress' devices detected
==============================

No 'Misc (rawdev)' devices detected
===================================

No 'Regex' devices detected
===========================

No 'ML' devices detected
========================
root@debian1:/home/tx/dpdk-23.07/usertools# cd ..
root@debian1:/home/tx/dpdk-23.07# cd build
root@debian1:/home/tx/dpdk-23.07/build# cd app/
root@debian1:/home/tx/dpdk-23.07/build/app# ./dpdk-test-dma-perf
Config file not assigned.
root@debian1:/home/tx/dpdk-23.07/build/app# ./dpdk-test-dma-perf
Config file not assigned.
root@debian1:/home/tx/dpdk-23.07/build/app# ./dpdk-test-dma-perf
Config file not assigned.
root@debian1:/home/tx/dpdk-23.07/build/app# find / -name "config.ini"
find: '/proc/72034': No such file or directory
/home/tx/dpdk-23.07/app/test-dma-perf/config.ini
root@debian1:/home/tx/dpdk-23.07/build/app# ^C
root@debian1:/home/tx/dpdk-23.07/build/app# ^C
root@debian1:/home/tx/dpdk-23.07/build/app# ^C
root@debian1:/home/tx/dpdk-23.07/build/app# ^C
root@debian1:/home/tx/dpdk-23.07/build/app# cp -r ^C
root@debian1:/home/tx/dpdk-23.07/build/app# cp -r /home/tx/dpdk-23.07/app/test-dma-perf/config.ini
cp: missing destination file operand after '/home/tx/dpdk-23.07/app/test-dma-perf/config.ini'
Try 'cp --help' for more information.
root@debian1:/home/tx/dpdk-23.07/build/app# cp -r /home/tx/dpdk-23.07/app/test-dma-perf/config.ini .
root@debian1:/home/tx/dpdk-23.07/build/app# ^C
root@debian1:/home/tx/dpdk-23.07/build/app# ^C
root@debian1:/home/tx/dpdk-23.07/build/app# lspci | grep 0b25
00:01.0 System peripheral: Intel Corporation Device 0b25
05:01.0 System peripheral: Intel Corporation Device 0b25
0a:01.0 System peripheral: Intel Corporation Device 0b25
0f:01.0 System peripheral: Intel Corporation Device 0b25
80:01.0 System peripheral: Intel Corporation Device 0b25
85:01.0 System peripheral: Intel Corporation Device 0b25
8a:01.0 System peripheral: Intel Corporation Device 0b25
8f:01.0 System peripheral: Intel Corporation Device 0b25
root@debian1:/home/tx/dpdk-23.07/build/app# ^C
root@debian1:/home/tx/dpdk-23.07/build/app# ^C
root@debian1:/home/tx/dpdk-23.07/build/app# ./dpdk-test-dma-perf --config config.ini
config file parsing...
config file parsing complete.

Running cases...

Running case 1

EAL: Detected CPU lcores: 128
EAL: Detected NUMA nodes: 2
EAL: Detected static linkage of DPDK
EAL: Selected IOVA mode 'VA'
EAL: No free 1048576 kB hugepages reported on node 0
EAL: No free 1048576 kB hugepages reported on node 1
EAL: VFIO support initialized
EAL: Using IOMMU type 1 (Type 1)
EAL: Ignore mapping IO port bar(1)
EAL: Ignore mapping IO port bar(3)
EAL: Probe PCI driver: dmadev_idxd_pci (8086:b25) device: 0000:00:01.0 (socket 0)
EAL: Ignore mapping IO port bar(1)
EAL: Ignore mapping IO port bar(3)
EAL: Probe PCI driver: dmadev_idxd_pci (8086:b25) device: 0000:05:01.0 (socket 0)
EAL: Ignore mapping IO port bar(1)
EAL: Ignore mapping IO port bar(3)
EAL: Probe PCI driver: dmadev_idxd_pci (8086:b25) device: 0000:0a:01.0 (socket 0)
EAL: Ignore mapping IO port bar(1)
EAL: Ignore mapping IO port bar(3)
EAL: Probe PCI driver: dmadev_idxd_pci (8086:b25) device: 0000:0f:01.0 (socket 0)
EAL: Ignore mapping IO port bar(1)
EAL: Ignore mapping IO port bar(3)
EAL: Probe PCI driver: dmadev_idxd_pci (8086:b25) device: 0000:80:01.0 (socket 1)
dma: Reached maximum number of DMA devices
IDXD: idxd_dmadev_create(): Unable to allocate dma device
IDXD: idxd_dmadev_probe_pci(): Failed to create dmadev 0000:80:01.0
free(): invalid pointer
Case process killed by signal 6


Running case 2

EAL: Detected CPU lcores: 128
EAL: Detected NUMA nodes: 2
EAL: Detected static linkage of DPDK
EAL: Selected IOVA mode 'VA'
EAL: No free 1048576 kB hugepages reported on node 0
EAL: No free 1048576 kB hugepages reported on node 1
EAL: VFIO support initialized
TELEMETRY: No legacy callbacks, legacy socket not created
Number of used lcores: 128.

Running scenario 1
Start testing....
lcore 3
Average Cycles/op: 58, Buffer Size: 64 B, Buffer Number: 40960, Memory: 5.00 MB, Frequency: 2.200 Ghz.
Average Bandwidth: 19.318 Gbps, MOps: 37.731
lcore 4
Average Cycles/op: 60, Buffer Size: 64 B, Buffer Number: 40960, Memory: 5.00 MB, Frequency: 2.200 Ghz.
Average Bandwidth: 18.725 Gbps, MOps: 36.571

Total Bandwidth: 38.043 Gbps, Total MOps: 74.303

Running scenario 2
Start testing....
lcore 3
Average Cycles/op: 69, Buffer Size: 128 B, Buffer Number: 20480, Memory: 5.00 MB, Frequency: 2.200 Ghz.
Average Bandwidth: 32.536 Gbps, MOps: 31.774
lcore 4
Average Cycles/op: 70, Buffer Size: 128 B, Buffer Number: 20480, Memory: 5.00 MB, Frequency: 2.200 Ghz.
Average Bandwidth: 31.920 Gbps, MOps: 31.172

Total Bandwidth: 64.456 Gbps, Total MOps: 62.946

Running scenario 3
Start testing....
lcore 3
Average Cycles/op: 94, Buffer Size: 256 B, Buffer Number: 10240, Memory: 5.00 MB, Frequency: 2.200 Ghz.
Average Bandwidth: 47.517 Gbps, MOps: 23.202
lcore 4
Average Cycles/op: 96, Buffer Size: 256 B, Buffer Number: 10240, Memory: 5.00 MB, Frequency: 2.200 Ghz.
Average Bandwidth: 46.459 Gbps, MOps: 22.685

Total Bandwidth: 93.976 Gbps, Total MOps: 45.887

Running scenario 4
Start testing....
lcore 3
Average Cycles/op: 144, Buffer Size: 512 B, Buffer Number: 5120, Memory: 5.00 MB, Frequency: 2.200 Ghz.
Average Bandwidth: 62.413 Gbps, MOps: 15.237
lcore 4
Average Cycles/op: 147, Buffer Size: 512 B, Buffer Number: 5120, Memory: 5.00 MB, Frequency: 2.200 Ghz.
Average Bandwidth: 61.188 Gbps, MOps: 14.938

Total Bandwidth: 123.600 Gbps, Total MOps: 30.176

Running scenario 5
Start testing....
lcore 3
Average Cycles/op: 237, Buffer Size: 1024 B, Buffer Number: 2560, Memory: 5.00 MB, Frequency: 2.200 Ghz.
Average Bandwidth: 75.793 Gbps, MOps: 9.252
lcore 4
Average Cycles/op: 242, Buffer Size: 1024 B, Buffer Number: 2560, Memory: 5.00 MB, Frequency: 2.200 Ghz.
Average Bandwidth: 74.187 Gbps, MOps: 9.056

Total Bandwidth: 149.980 Gbps, Total MOps: 18.308

Running scenario 6
Start testing....
lcore 3
Average Cycles/op: 426, Buffer Size: 2048 B, Buffer Number: 1280, Memory: 5.00 MB, Frequency: 2.200 Ghz.
Average Bandwidth: 84.602 Gbps, MOps: 5.164
lcore 4
Average Cycles/op: 436, Buffer Size: 2048 B, Buffer Number: 1280, Memory: 5.00 MB, Frequency: 2.200 Ghz.
Average Bandwidth: 82.607 Gbps, MOps: 5.042

Total Bandwidth: 167.209 Gbps, Total MOps: 10.206

Running scenario 7
Start testing....
lcore 3
Average Cycles/op: 811, Buffer Size: 4096 B, Buffer Number: 640, Memory: 5.00 MB, Frequency: 2.200 Ghz.
Average Bandwidth: 88.828 Gbps, MOps: 2.711
lcore 4
Average Cycles/op: 825, Buffer Size: 4096 B, Buffer Number: 640, Memory: 5.00 MB, Frequency: 2.200 Ghz.
Average Bandwidth: 87.322 Gbps, MOps: 2.665

Total Bandwidth: 176.150 Gbps, Total MOps: 5.376

Running scenario 8
Start testing....
lcore 3
Average Cycles/op: 1563, Buffer Size: 8192 B, Buffer Number: 320, Memory: 5.00 MB, Frequency: 2.200 Ghz.
Average Bandwidth: 92.209 Gbps, MOps: 1.407
lcore 4
Average Cycles/op: 1599, Buffer Size: 8192 B, Buffer Number: 320, Memory: 5.00 MB, Frequency: 2.200 Ghz.
Average Bandwidth: 90.165 Gbps, MOps: 1.376

Total Bandwidth: 182.374 Gbps, Total MOps: 2.783

Case 2 completed.

Case process exited. status 0

Bye...
root@debian1:/home/tx/dpdk-23.07/build/app# ^C
root@debian1:/home/tx/dpdk-23.07/build/app# ^C
root@debian1:/home/tx/dpdk-23.07/build/app#
Broadcast message from root@debian1 on pts/1 (Tue 2024-04-23 03:33:44 CST):

The system will reboot now!


Remote side unexpectedly closed network connection

──────────────────────────────────────────────────────────────────────────────────────────────────────────

Session stopped
    - Press <return> to exit tab
    - Press R to restart session
    - Press S to save terminal output to file
