Re: [dpdk-dev] [PATCH] net/mlx4: support flow w/o ETH spec and with VLAN

2018-12-31 Thread Shahaf Shuler
Tuesday, December 25, 2018 2:06 PM, Matan Azrad: > Subject: RE: [PATCH] net/mlx4: support flow w/o ETH spec and with VLAN > > > > From: Dekel Peled > > This patch adds to MLX4 PMD the option to set flow rules with wildcard > > ether MAC and specific VLAN ID. > > with wildcard => with empty > >

Re: [dpdk-dev] [PATCH] net/mlx4: support flow w/o ETH spec and with VLAN

2018-12-25 Thread Matan Azrad
From: Dekel Peled > This patch adds to MLX4 PMD the option to set flow rules with wildcard ether > MAC and specific VLAN ID. with wildcard => with empty > > Note that this fix works with > 1. CX-3 FW 2.42.5016 or higher. > 2. mlxconfig configuration STEER_FORCE_VLAN set to 1. > > Signed-of

[dpdk-dev] [PATCH] net/mlx4: support flow w/o ETH spec and with VLAN

2018-12-19 Thread Dekel Peled
This patch adds to MLX4 PMD the option to set flow rules with wildcard ether MAC and specific VLAN ID. Note that this fix works with 1. CX-3 FW 2.42.5016 or higher. 2. mlxconfig configuration STEER_FORCE_VLAN set to 1. Signed-off-by: Dekel Peled --- drivers/net/mlx4/mlx4_flow.c | 10 +++---