[dpdk-dev] [PATCH] net/mlx4: fix creation of flow rule w/o ETH spec
Shahaf Shuler
shahafs at mellanox.com
Mon Jan 21 08:33:24 CET 2019
Thursday, January 17, 2019 2:12 PM, Dekel Peled:
> Subject: [dpdk-dev] [PATCH] 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: c0d239263156 ("net/mlx4: support flow w/o ETH spec and with VLAN")
> Cc: dekelp at mellanox.com
>
> Signed-off-by: Dekel Peled <dekelp at mellanox.com>
Applied to next-net-mlx, thanks.
More information about the dev
mailing list