a8c778f401
Some(?) compilers will treat the unmarked constant 1 as a 32-bit
integer, but the shift operation is in a loop that could run up to
63 times -- undefined behavior!
Coverity issue: 127546
Fixes:
|
||
---|---|---|
.. | ||
bnxt_cpr.c | ||
bnxt_cpr.h | ||
bnxt_ethdev.c | ||
bnxt_filter.c | ||
bnxt_filter.h | ||
bnxt_hwrm.c | ||
bnxt_hwrm.h | ||
bnxt_ring.c | ||
bnxt_ring.h | ||
bnxt_rxq.c | ||
bnxt_rxq.h | ||
bnxt_rxr.c | ||
bnxt_rxr.h | ||
bnxt_stats.c | ||
bnxt_stats.h | ||
bnxt_txq.c | ||
bnxt_txq.h | ||
bnxt_txr.c | ||
bnxt_txr.h | ||
bnxt_vnic.c | ||
bnxt_vnic.h | ||
bnxt.h | ||
hsi_struct_def_dpdk.h | ||
Makefile | ||
rte_pmd_bnxt_version.map |