Home
last modified time | relevance | path

Searched refs:warnings (Results 1 – 15 of 15) sorted by relevance

/dpdk/devtools/
H A Dcheck-spdx-tag.sh8 warnings=0
46 warnings=$(wc -l <$tmpfile)
69 echo "total: $errors errors, $warnings warnings"
/dpdk/doc/guides/prog_guide/
H A Dlto.rst22 additional warnings about variables that might be used uninitialized.
23 Some of these warnings might be "false positives" though and you might
H A Dbuild-sdk-meson.rst83 meson --werror werrorbuild # build with warnings as errors
H A Dtrace_lib.rst28 events: user accesses, exceptional conditions (errors and warnings, for
/dpdk/drivers/net/bonding/
H A Drte_eth_bond_8023ad.c191 uint8_t warnings; in show_warnings() local
194 warnings = port->warnings_to_show; in show_warnings()
195 } while (rte_atomic16_cmpset(&port->warnings_to_show, warnings, 0) == 0); in show_warnings()
197 if (!warnings) in show_warnings()
207 if (warnings & WRN_RX_QUEUE_FULL) { in show_warnings()
215 if (warnings & WRN_TX_QUEUE_FULL) { in show_warnings()
223 if (warnings & WRN_RX_MARKER_TO_FAST) in show_warnings()
227 if (warnings & WRN_UNKNOWN_SLOW_TYPE) { in show_warnings()
233 if (warnings & WRN_UNKNOWN_MARKER_TYPE) in show_warnings()
237 if (warnings & WRN_NOT_LACP_CAPABLE) in show_warnings()
/dpdk/drivers/net/hinic/base/
H A Dmeson.build19 # The driver runs only on arch64 machine, remove 32bit warnings
/dpdk/drivers/common/sfc_efx/
H A Dmeson.build20 # Enable more warnings
/dpdk/config/
H A Dmeson.build249 # enable extra warnings and disable any unwanted warnings
253 # additional warnings in alphabetical order
269 # globally disabled warnings
402 # Disable secure CRT deprecated warnings for clang
/dpdk/kernel/freebsd/
H A Dmeson.build16 # to avoid warnings due to race conditions with creating the dev_if.h, etc.
/dpdk/drivers/net/sfc/
H A Dmeson.build26 # Enable more warnings
/dpdk/doc/guides/rel_notes/
H A Drelease_21_08.rst129 Updated testpmd application to output log errors and warnings to stderr
140 This fixes warnings about loss of precision
H A Drelease_21_11.rst515 renamed to ``aux_flags`` to indicate warnings and other information from
/dpdk/doc/guides/howto/
H A Dpvp_reference_benchmark.rst198 # permissive - SELinux prints warnings instead of enforcing.
/dpdk/doc/guides/contributing/
H A Ddocumentation.rst189 Make sure to fix any Sphinx or Doxygen warnings when adding or updating documentation.
570 This is a frequent cause of errors and warnings.
H A Dcoding_style.rst134 …additional degrees of type-safety and can allow compilers to emit extra warnings about unsafe code.
756 …file must be declared as ``static inline`` in order to prevent compiler warnings about the functio…