numam-dpdk/drivers
Wisam Jaddo b756f29807 net/mlx5: fix VLAN ID check
All comparison should be done in CPU endianness, otherwise
it will not give right results.

for example:
255 after converting into RTE_BE16 will be biger than 4096 after
converting into RTE_BE16.

Fixes: a5f2da0b81 ("net/mlx5: support modify VLAN ID on new VLAN header")
Cc: stable@dpdk.org

Signed-off-by: Wisam Jaddo <wisamm@mellanox.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
2020-05-05 15:54:27 +02:00
..
baseband baseband/fpga_5gnr_fec: support interrupt 2020-04-19 22:34:26 +02:00
bus bus/pci: fix UIO resource access from secondary process 2020-04-25 22:41:58 +02:00
common common/mlx5: fix uninitialized RoCE variable 2020-05-05 15:54:26 +02:00
compress fix various typos found by Lintian 2020-04-25 19:53:47 +02:00
crypto crypto/qat: support plain SHA1..SHA512 hashes 2020-04-19 22:45:11 +02:00
event fix various typos found by Lintian 2020-04-25 19:53:47 +02:00
mempool replace hot attributes 2020-04-16 18:30:58 +02:00
net net/mlx5: fix VLAN ID check 2020-05-05 15:54:27 +02:00
raw version: reference next ABI 21 for recent additions 2020-05-05 00:25:34 +02:00
vdpa vdpa/mlx5: fix PCI address comparison 2020-05-05 15:54:26 +02:00
Makefile drivers: add crypto as dependency for event drivers 2020-03-05 14:22:11 +01:00
meson.build build: add internal tag check 2020-04-25 17:01:01 +02:00