Re: [dpdk-dev] [PATCH v3]net/mlx5: implement drop action in hardware classifier

2017-06-15 Thread Ferruh Yigit
On 6/5/2017 9:30 AM, Nélio Laranjeiro wrote: > On Sun, Jun 04, 2017 at 05:25:20AM +, Shachar Beiser wrote: >> remove/add blank line according to convensions >> >> Shachar Beiser (1): >> net/mlx5: implement drop action in hardware classifier >> >> drivers/net/mlx5/Makefile| 5 + >> d

Re: [dpdk-dev] [PATCH v3]net/mlx5: implement drop action in hardware classifier

2017-06-05 Thread Nélio Laranjeiro
On Sun, Jun 04, 2017 at 05:25:20AM +, Shachar Beiser wrote: > remove/add blank line according to convensions > > Shachar Beiser (1): > net/mlx5: implement drop action in hardware classifier > > drivers/net/mlx5/Makefile| 5 + > drivers/net/mlx5/mlx5_flow.c | 17 + >

[dpdk-dev] [PATCH v3] net/mlx5: implement drop action in hardware classifier

2017-06-03 Thread Shachar Beiser
The current drop action is implemented as a queue tail drop, requiring to instantiate multiple WQs to maintain high drop rate. This commit, implements the drop action in hardware classifier. This enables to reduce the amount of contexts needed for the drop, without affecting the drop rate. Signed-

[dpdk-dev] [PATCH v3]net/mlx5: implement drop action in hardware classifier

2017-06-03 Thread Shachar Beiser
remove/add blank line according to convensions Shachar Beiser (1): net/mlx5: implement drop action in hardware classifier drivers/net/mlx5/Makefile| 5 + drivers/net/mlx5/mlx5_flow.c | 17 + 2 files changed, 22 insertions(+) -- 1.8.3.1

[dpdk-dev] [PATCH v3]net/mlx5: implement drop action in hardware classifier

2017-05-30 Thread Shachar Beiser
remove/add blank line according to convensions Shachar Beiser (1): net/mlx5: implement drop action in hardware classifier drivers/net/mlx5/Makefile| 5 + drivers/net/mlx5/mlx5_flow.c | 17 + 2 files changed, 22 insertions(+) -- 1.8.3.1