numam-dpdk/drivers/net/mlx4
Dekel Peled 105add6bc3 net/mlx4: fix creation of flow rule w/o ETH spec
The original commit enabled the creation of flow rule with empty
ETH address and with specific VLAN.
It works fine on PF, but such flow rule is still rejected on VF due
to kernel limitation, which blocks MAC address of all zeroes.

This patch complements the original commit.
It sets byte 0 of MAC address to 0xFF.

Fixes: c0d2392631 ("net/mlx4: support flow w/o ETH spec and with VLAN")

Signed-off-by: Dekel Peled <dekelp@mellanox.com>
Acked-by: Shahaf Shuler <shahafs@mellanox.com>
2019-01-24 10:08:31 +01:00
..
Makefile config: add static linkage of mlx dependency 2019-01-14 17:44:29 +01:00
meson.build config: gather options for dlopen mlx dependency 2019-01-14 17:44:29 +01:00
mlx4_ethdev.c net/mlx4: fix possible uninitialized variable 2018-11-23 01:43:39 +01:00
mlx4_flow.c net/mlx4: fix creation of flow rule w/o ETH spec 2019-01-24 10:08:31 +01:00
mlx4_flow.h net/mlx4: refactor RSS conversion functions 2018-05-23 00:35:01 +02: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: optimize Tx external memory registration 2018-11-16 10:45:37 +01:00
mlx4_mr.h net/mlx4: add new memory region support 2018-05-14 22:31:52 +01:00
mlx4_prm.h net/mlx4: support hardware TSO 2018-07-10 14:02:57 +02:00
mlx4_rxq.c ethdev: make default behavior CRC strip on Rx 2018-09-14 20:08:41 +02:00
mlx4_rxtx.c net/mlx4: support hardware TSO 2018-07-10 14:02:57 +02:00
mlx4_rxtx.h mbuf: remove deprecated macro 2019-01-14 16:37:36 +01:00
mlx4_txq.c net/mlx4: support hardware TSO 2018-07-10 14:02:57 +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 config: gather options for dlopen mlx dependency 2019-01-14 17:44:29 +01:00
mlx4.h net/mlx4: check RSS queues number limitation 2018-08-02 12:34:16 +02:00
rte_pmd_mlx4_version.map mlx4: move to drivers/net/ 2015-05-22 16:06:22 +02:00