Searched refs:ignore (Results 1 – 12 of 12) sorted by relevance
| /dpdk/ |
| H A D | .gitignore | 1 # ignore hidden files 4 # ignore generated documentation tables 25 # ignore generated ctags/cscope files 36 # ignore python bytecode files 39 # ignore default build directory, and directories from test-meson-builds.sh 42 # ignore other build directory patterns
|
| /dpdk/devtools/ |
| H A D | build-tags.sh | 39 ignore="( -name .svn -o -name CVS -o -name .hg -o -name .git ) -prune -o" 60 find $1 $ignore $3 -name $2 -not -type l -print
|
| /dpdk/drivers/net/vdev_netvsc/ |
| H A D | vdev_netvsc.c | 669 int ignore = 0; in vdev_netvsc_vdev_probe() local 685 ignore = !!atoi(pair->value); in vdev_netvsc_vdev_probe() 690 if (ignore) in vdev_netvsc_vdev_probe() 691 goto ignore; in vdev_netvsc_vdev_probe() 719 ignore: in vdev_netvsc_vdev_probe()
|
| /dpdk/app/test/test_cfgfiles/etc/ |
| H A D | sample1.ini | 12 ignore-missing-separator
|
| H A D | sample2.ini | 12 ignore-missing-separator
|
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_ev.c | 646 boolean_t ignore = B_FALSE; in siena_ev_rx_not_ok() local 678 ignore = B_TRUE; in siena_ev_rx_not_ok() 725 return (ignore); in siena_ev_rx_not_ok() 746 boolean_t ignore; in siena_ev_rx() local 824 ignore = siena_ev_rx_not_ok(eep, eqp, label, id, &flags); in siena_ev_rx() 825 if (ignore) { in siena_ev_rx()
|
| /dpdk/doc/guides/nics/ |
| H A D | vdev_netvsc.rst | 88 - ``ignore`` [int]
|
| H A D | ark.rst | 238 -Wl,--unresolved-symbols=ignore-all \ 249 LDFLAGS += -Wl,--unresolved-symbols=ignore-all -Wl,-soname,libpmd_net_ark_ext.so.1
|
| H A D | i40e.rst | 232 statistic from a VF exceeds maximal limitation, the PF will ignore any new message 234 Format -- "maximal-message@period-seconds:ignore-seconds"
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | generic_receive_offload_lib.rst | 191 ignore IPv4 ID fields for the packets whose DF bit is 1.
|
| H A D | rte_flow.rst | 2934 | ``dscp`` | DSCP in low 6 bits, rest ignore | 2955 | ``dscp`` | DSCP in low 6 bits, rest ignore |
|
| H A D | env_abstraction_layer.rst | 1019 If it is not, then we just ignore it (wasted space).
|