Home
last modified time | relevance | path

Searched refs:find (Results 1 – 25 of 54) sorted by relevance

123

/dpdk/devtools/
H A Dcheck-abi.sh19 incdir=$(find $refdir -type d -a -name include)
30 incdir2=$(find $newdir -type d -a -name include)
38 for dump in $(find $refdir -name "*.dump"); do
44 dump2=$(find $newdir -name $name)
H A Dtest-meson-builds.sh189 find $abirefdir/$targetdir/usr/local -name '*.a' -delete
284 pc_file=$(find $DESTDIR -name libdpdk.pc)
286 libdir=$(dirname $(find $DESTDIR -name librte_eal.so))
H A Dupdate-abi.sh44 find $update_path -name version.map -exec \
H A Dgen-abi.sh19 for f in $(find $installdir -name "*.so.*"); do
H A Dcheck-symbol-maps.sh11 set -- $(find lib drivers -name '*.map')
H A Dcheck-doc-vs-code.sh51 find $rootdir/drivers/net -mindepth 1 -maxdepth 1 -type d |
H A Dcheck-maintainers.sh21 find $1 -type f |
H A Dbuild-tags.sh60 find $1 $ignore $3 -name $2 -not -type l -print
H A Dcheckpatches.sh278 git format-patch --find-renames \
/dpdk/app/test-acl/
H A Dtest-acl.sh44 V4F=`find ${TACL_DIR} -type f | egrep -e 'acl[0-9]v4_[0-9,a-z]+_rule$'`
45 V6F=`find ${TACL_DIR} -type f | egrep -e 'acl[0-9]v6_[0-9,a-z]+_rule$'`
/dpdk/usertools/
H A Ddpdk-pmdinfo.py183 if l.find("Date:") > -1:
199 if l.find("\t\t") == 0:
202 elif l.find("\t") == 0:
347 rc = mystring.find("PMD_INFO_STRING")
413 rc = mystring.find("DPDK_PLUGIN_PATH")
415 rc = mystring.find("=")
H A Ddpdk-hugepages.py37 idx = BINARY_PREFIX.find(suffix)
/dpdk/lib/gro/
H A Dgro_tcp4.c208 uint8_t find; in gro_tcp4_reassemble() local
256 find = 0; in gro_tcp4_reassemble()
260 find = 1; in gro_tcp4_reassemble()
271 if (find == 0) { in gro_tcp4_reassemble()
H A Dgro_udp4.c211 uint8_t find; in gro_udp4_reassemble() local
249 find = 0; in gro_udp4_reassemble()
253 find = 1; in gro_udp4_reassemble()
264 if (find == 0) { in gro_udp4_reassemble()
H A Dgro_vxlan_tcp4.c307 uint8_t find; in gro_vxlan_tcp4_reassemble() local
380 find = 0; in gro_vxlan_tcp4_reassemble()
384 find = 1; in gro_vxlan_tcp4_reassemble()
395 if (find == 0) { in gro_vxlan_tcp4_reassemble()
H A Dgro_vxlan_udp4.c303 uint8_t find; in gro_vxlan_udp4_reassemble() local
360 find = 0; in gro_vxlan_udp4_reassemble()
364 find = 1; in gro_vxlan_udp4_reassemble()
375 if (find == 0) { in gro_vxlan_udp4_reassemble()
/dpdk/doc/api/
H A Dgenerate_examples.sh8 FIND=find
/dpdk/kernel/freebsd/
H A DBSDmakefile.meson8 # (tail) component of it (:T), as VPATH is used to find actual file. The
/dpdk/doc/guides/prog_guide/
H A Dgeneric_receive_offload_lib.rst116 packet first, then checks all packets in the "flow" and tries to find a
117 "neighbor" for it. If find a "neighbor", merge the two packets together.
118 If can't find a "neighbor", store the packet into its "flow". If can't
119 find a matched "flow", insert a new "flow" and store the packet into the
H A Dtoeplitz_hash_lib.rst74 In some use cases it is useful to have a way to find partial collisions of the
78 in this case it would be useful to find another tuple whose hash has the same
84 find a special source port number on translation so that the hash of
H A Dlpm6_lib.rst8 that is typically used to find the best match route in IPv6 forwarding applications.
171 * If it is valid and the external entry flag is set to 1, then we use the tbl8 index to find out …
176 * Repeat the process until either we find an invalid entry (lookup miss) or a valid entry with th…
/dpdk/doc/guides/howto/
H A Dopenwrt.rst58 After the build is completed, you can find the images and SDK in
147 Where sdX is name of the drive. (You can find it though ``fdisk -l``)
/dpdk/buildtools/
H A Dcoff.py152 index = data.find(b'\x00')
/dpdk/.ci/
H A Dlinux-build.sh153 find reference/usr/local -name '*.a' -delete
/dpdk/kernel/linux/
H A Dmeson.build73 error('Did not find -target and its value in c_args in input cross-file.')

123