numam-dpdk/drivers/net/bnxt
John W. Linville a8c778f401 net/bnxt: fix bit shift size
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: 778b759ba1 ("net/bnxt: add MAC address")

Signed-off-by: John W. Linville <linville@tuxdriver.com>
Acked-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
2016-10-13 15:30:59 +02:00
..
bnxt_cpr.c net/bnxt: support hotplug 2016-09-30 12:27:18 +02:00
bnxt_cpr.h net/bnxt: support Broadcom StrataGX 2016-09-30 12:27:18 +02:00
bnxt_ethdev.c net/bnxt: fix bit shift size 2016-10-13 15:30:59 +02:00
bnxt_filter.c net/bnxt: support hotplug 2016-09-30 12:27:18 +02:00
bnxt_filter.h
bnxt_hwrm.c net/bnxt: refactor for 1.5.1 HWRM API 2016-09-30 12:27:18 +02:00
bnxt_hwrm.h net/bnxt: support NIC Partitioning 2016-09-30 12:27:18 +02:00
bnxt_ring.c
bnxt_ring.h
bnxt_rxq.c
bnxt_rxq.h
bnxt_rxr.c
bnxt_rxr.h
bnxt_stats.c net/bnxt: refactor for 1.5.1 HWRM API 2016-09-30 12:27:18 +02:00
bnxt_stats.h
bnxt_txq.c
bnxt_txq.h
bnxt_txr.c
bnxt_txr.h net/bnxt: support Broadcom StrataGX 2016-09-30 12:27:18 +02:00
bnxt_vnic.c net/bnxt: ensure entry length is unsigned 2016-10-13 15:30:59 +02:00
bnxt_vnic.h
bnxt.h net/bnxt: support NIC Partitioning 2016-09-30 12:27:18 +02:00
hsi_struct_def_dpdk.h net/bnxt: update struct definitions for 1.5.1 HWRM API 2016-09-30 12:27:18 +02:00
Makefile
rte_pmd_bnxt_version.map