[dpdk-dev] [PATCH v2 0/7] net/mlx5: fixes

Nelio Laranjeiro nelio.laranjeiro at 6wind.com
Mon Oct 23 16:49:50 CEST 2017


Some fixes on bugs and wrong behaviors.

This series applies on top of:
http://dpdk.org/patch/30707

Changes in v2:

 * Fix packets reception in allmulti mode and when VLAN are present.
 * Fix a double flow insertion causing an infinite loop.

Nelio Laranjeiro (7):
  net/mlx5: fix segfault on flow creation
  net/mlx5: fix work queue array size
  net/mlx5: fix drop flows when port is stopped
  net/mlx5: fix flow director drop action
  net/mlx5: fix mark action with drop action
  net/mlx5: fix reception when VLAN is added
  net/mlx5: fix flow director flow add

 drivers/net/mlx5/mlx5_flow.c    |  32 ++++++----
 drivers/net/mlx5/mlx5_rxq.c     |   2 +-
 drivers/net/mlx5/mlx5_trigger.c | 125 +++++++++++++++++++++-------------------
 3 files changed, 88 insertions(+), 71 deletions(-)

-- 
2.11.0



More information about the dev mailing list