Searched refs:bad (Results 1 – 15 of 15) sorted by relevance
| /dpdk/devtools/ |
| H A D | check-git-log.sh | 72 [ -z "$bad" ] || { printf "Wrong headline format:\n$bad\n" && failure=true;} 90 [ -z "$bad" ] || { printf "Wrong headline prefix:\n$bad\n" && failure=true;} 106 [ -z "$bad" ] || { printf "Wrong headline label:\n$bad\n" && failure=true;} 122 bad=$(echo $bad | grep -v 'OCTEON\ TX') 135 [ -z "$bad" ] || { printf "Headline too long:\n$bad\n" && failure=true;} 141 [ -z "$bad" ] || { printf "Line too long:\n$bad\n" && failure=true;} 148 [ -z "$bad" ] || { printf "Wrong beginning of commit message:\n$bad\n"\ 152 bad=$(echo "$tags" | 156 [ -z "$bad" ] || { printf "Wrong tag:\n$bad\n" && failure=true;} 165 [ -z "$bad" ] || { printf "Missing 'Coverity issue:' tag:\n$bad\n"\ [all …]
|
| /dpdk/drivers/common/mlx5/linux/ |
| H A D | mlx5_common_os.c | 250 static const char *const bad[] = { "/", ".", "..", NULL }; in mlx5_glue_path() local 260 for (i = 0; bad[i]; ++i) in mlx5_glue_path() 261 if (!strncmp(path + off, bad[i], (int)(len - off))) in mlx5_glue_path()
|
| /dpdk/drivers/net/mlx4/ |
| H A D | mlx4.c | 1220 static const char *const bad[] = { "/", ".", "..", NULL }; in mlx4_glue_path() local 1230 for (i = 0; bad[i]; ++i) in mlx4_glue_path() 1231 if (!strncmp(path + off, bad[i], (int)(len - off))) in mlx4_glue_path()
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_2_2.rst | 494 * PMDs report "bad" L4 checksum when IP packet is received. 496 * mlx5 PMD reports "bad" checksum although the packet has "good" checksum.
|
| H A D | release_16_11.rst | 23 good, bad, or not present (useful for virtual drivers). This modification
|
| H A D | release_17_02.rst | 106 * Set new Rx checksum flags in mbufs to indicate unknown, good or bad checksums.
|
| H A D | release_16_04.rst | 369 Fixed report of bad checksum for packets of unknown type.
|
| H A D | known_issues.rst | 892 It's a QEMU regression bug (bad commit: c6beefd674ff). QEMU only saves
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | mbuf_lib.rst | 270 bad type, and so on).
|
| /dpdk/doc/guides/nics/ |
| H A D | ixgbe.rst | 286 To support UDP zero checksum, the zero and bad UDP checksum packet is marked as
|
| H A D | mvpp2.rst | 268 - ``<forward_bad_frames>``: Indicate whether to forward or drop l2 bad packets (0 or 1).
|
| H A D | mlx5.rst | 372 …s (e.g. with MPLS label) received on Rx queue with LRO enabled, will be received with bad checksum.
|
| /dpdk/doc/guides/contributing/ |
| H A D | coding_style.rst | 569 int i = 0, j = 0, k = 0; /* bad, too many initializer */ 604 void function2(int); /* bad */
|
| H A D | documentation.rst | 687 uint64_t ibadlen; /**< Total of RX packets with bad length. */
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 1288 will be performed GRO. After GRO, all merged packets have bad
|