Home
last modified time | relevance | path

Searched refs:null (Results 1 – 25 of 89) sorted by relevance

1234

/dpdk/doc/guides/cryptodevs/features/
H A Dnull.ini2 ; Supported features of the 'null' crypto driver.
12 ; Supported crypto algorithms of the 'null' crypto driver.
18 ; Supported authentication algorithms of the 'null' crypto driver.
24 ; Supported AEAD algorithms of the 'null' crypto driver.
29 ; Supported Asymmetric algorithms of the 'null' crypto driver.
34 ; Supported Operating systems of the 'null' crypto driver.
/dpdk/devtools/
H A Dtest-meson-builds.sh21 if command -v gmake >/dev/null 2>&1 ; then
26 if command -v ninja >/dev/null 2>&1 ; then
28 elif command -v ninja-build >/dev/null 2>&1 ; then
34 if command -v ccache >/dev/null 2>&1 ; then
59 [ -n "$opt_verbose" ] && exec 8>&1 || exec 8>/dev/null
61 [ -n "$opt_vverbose" ] && exec 9>&1 || exec 9>/dev/null
67 cc $@ -x c - -o /dev/null 2> /dev/null
83 elif command -v $targetcc >/dev/null 2>&1 ; then
92 command -v $targetcc >/dev/null 2>&1 || return 1
210 command -v $c >/dev/null 2>&1 || continue
[all …]
H A Dwords-case.txt59 null
/dpdk/examples/ipsec-secgw/
H A Dep0.cfg85 sa out 15 cipher_algo null auth_algo null mode ipv4-tunnel src 172.16.1.5 \
88 sa out 16 cipher_algo null auth_algo null mode ipv4-tunnel src 172.16.1.6 \
119 sa in 115 cipher_algo null auth_algo null mode ipv4-tunnel src 172.16.2.5 \
122 sa in 116 cipher_algo null auth_algo null mode ipv4-tunnel src 172.16.2.6 dst 172.16.1.6
124 sa in 117 cipher_algo null auth_algo null mode ipv4-tunnel src 172.16.2.7 \
139 sa in 127 cipher_algo null auth_algo null mode ipv6-tunnel \
H A Dep1.cfg82 sa in 15 cipher_algo null auth_algo null mode ipv4-tunnel src 172.16.1.5 \
85 sa in 16 cipher_algo null auth_algo null mode ipv4-tunnel src 172.16.1.6 \
116 sa out 115 cipher_algo null auth_algo null mode ipv4-tunnel src 172.16.2.5 \
119 sa out 116 cipher_algo null auth_algo null mode ipv4-tunnel src 172.16.2.6 dst 172.16.1.6
/dpdk/doc/guides/bbdevs/
H A Dnull.rst4 BBDEV null Poll Mode Driver
8 implementation of a software bbdev device. As a null device it does not modify
12 When a burst of mbufs is submitted to a *bbdev null PMD* for processing then
25 The *bbdev null PMD* is enabled and built by default in both the Linux and
H A Dindex.rst12 null
/dpdk/.ci/
H A Dlinux-build.sh41 which gdb >/dev/null || return 0
47 ls /tmp/dpdk-core.*.* 2>/dev/null || return 0
49 binary=$(sudo readelf -n $core |grep $(pwd)/build/ 2>/dev/null |head -n1)
121 devtools/test-null.sh || failed="true"
/dpdk/lib/node/
H A Dnull.c8 null(struct rte_graph *graph, struct rte_node *node, void **objs, in null() function
20 .process = null,
H A Dmeson.build17 'null.c',
/dpdk/examples/ethtool/lib/
H A DMakefile23 PC_FILE := $(shell $(PKGCONF) --path libdpdk 2>/dev/null)
29 ifneq ($(shell $(CC) $(CFLAGS) -dM -E - < /dev/null | grep IXGBE),)
/dpdk/examples/l2fwd-crypto/
H A DMakefile24 PC_FILE := $(shell $(PKGCONF) --path libdpdk 2>/dev/null)
38 CONFIG_DEFINES = $(shell $(CC) $(CFLAGS) -dM -E - < /dev/null)
/dpdk/doc/guides/bbdevs/features/
H A Dnull.ini2 ; Supported features of the 'null' bbdev driver.
/dpdk/doc/guides/cryptodevs/
H A Dnull.rst9 a null device it does not modify the data in the mbuf on which the crypto
71 -- -p 1 --cdev SW --chain CIPHER_ONLY --cipher_algo "null"
H A Dindex.rst29 null
/dpdk/drivers/baseband/
H A Dmeson.build13 'null',
/dpdk/drivers/crypto/
H A Dmeson.build17 'null',
/dpdk/doc/guides/nics/
H A Dindex.rst53 null
/dpdk/drivers/net/
H A Dmeson.build46 'null',
/dpdk/examples/flow_classify/
H A DMakefile24 PC_FILE := $(shell $(PKGCONF) --path libdpdk 2>/dev/null)
/dpdk/examples/skeleton/
H A DMakefile24 PC_FILE := $(shell $(PKGCONF) --path libdpdk 2>/dev/null)
/dpdk/examples/rxtx_callbacks/
H A DMakefile24 PC_FILE := $(shell $(PKGCONF) --path libdpdk 2>/dev/null)
/dpdk/examples/service_cores/
H A DMakefile24 PC_FILE := $(shell $(PKGCONF) --path libdpdk 2>/dev/null)
/dpdk/examples/vmdq_dcb/
H A DMakefile24 PC_FILE := $(shell $(PKGCONF) --path libdpdk 2>/dev/null)
/dpdk/examples/vmdq/
H A DMakefile24 PC_FILE := $(shell $(PKGCONF) --path libdpdk 2>/dev/null)

1234