numam-dpdk/drivers/net/mlx4
Adrien Mazarguil 911bbb0f7c net/mlx4: fix shifts of signed values in Tx
This patch addresses the following issues reported by cppcheck:

 [drivers/net/mlx4/mlx4_rxtx.c:266]: (error) Shifting signed 32-bit value
     by 31 bits is undefined behaviour
 [drivers/net/mlx4/mlx4_rxtx.c:624]: (error) Shifting signed 32-bit value
     by 31 bits is undefined behaviour
 [drivers/net/mlx4/mlx4_txq.c:89]: (error) Shifting signed 32-bit value by
     31 bits is undefined behaviour
 [drivers/net/mlx4/mlx4_txq.c:91]: (error) Shifting signed 32-bit value by
     31 bits is undefined behaviour

Fixes: 78e81a9844 ("net/mlx4: merge Tx queue rings management")
Cc: stable@dpdk.org

Reported-by: Ferruh Yigit <ferruh.yigit@intel.com>
Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
2018-05-17 19:06:29 +02:00
..
Makefile net/mlx4: remove memory region support 2018-05-14 22:31:51 +01:00
mlx4_ethdev.c net/mlx4: advertise supported RSS hash functions 2018-05-14 22:32:23 +01:00
mlx4_flow.c net/mlx4: advertise supported RSS hash functions 2018-05-14 22:32:23 +01:00
mlx4_flow.h net/mlx4: advertise supported RSS hash functions 2018-05-14 22:32:23 +01:00
mlx4_glue.c align SPDX Mellanox copyrights 2018-04-11 01:47:47 +02:00
mlx4_glue.h align SPDX Mellanox copyrights 2018-04-11 01:47:47 +02:00
mlx4_intr.c align SPDX Mellanox copyrights 2018-04-11 01:47:47 +02:00
mlx4_mr.c net/mlx4: add new memory region support 2018-05-14 22:31:52 +01:00
mlx4_mr.h net/mlx4: add new memory region support 2018-05-14 22:31:52 +01:00
mlx4_prm.h align SPDX Mellanox copyrights 2018-04-11 01:47:47 +02:00
mlx4_rxq.c net/mlx4: add new memory region support 2018-05-14 22:31:52 +01:00
mlx4_rxtx.c net/mlx4: fix shifts of signed values in Tx 2018-05-17 19:06:29 +02:00
mlx4_rxtx.h net/mlx4: add new memory region support 2018-05-14 22:31:52 +01:00
mlx4_txq.c net/mlx4: fix shifts of signed values in Tx 2018-05-17 19:06:29 +02:00
mlx4_utils.c align SPDX Mellanox copyrights 2018-04-11 01:47:47 +02:00
mlx4_utils.h align SPDX Mellanox copyrights 2018-04-11 01:47:47 +02:00
mlx4.c ethdev: add probing finish function 2018-05-14 22:31:53 +01:00
mlx4.h net/mlx4: add new memory region support 2018-05-14 22:31:52 +01:00
rte_pmd_mlx4_version.map mlx4: move to drivers/net/ 2015-05-22 16:06:22 +02:00