[dpdk-dev] [PATCH v1 0/4] net/mlx4: RSS fixes

Adrien Mazarguil adrien.mazarguil at 6wind.com
Thu Oct 19 18:11:00 CEST 2017


This series enforces WQ creation order to make sure WQNs are assigned
sequentially to Rx queues and fixes a few minor issues related to
initialization code.

This addresses l3fwd-power startup issues.

Adrien Mazarguil (4):
  net/mlx4: use dedicated list iterator
  net/mlx4: fix useless flow rules synchronization
  net/mlx4: fix indirection table error rollback
  net/mlx4: relax Rx queue configuration order

 drivers/net/mlx4/mlx4.c      |  23 +--
 drivers/net/mlx4/mlx4_flow.c |   4 +-
 drivers/net/mlx4/mlx4_rxq.c  | 388 ++++++++++++++++++++++++++++----------
 drivers/net/mlx4/mlx4_rxtx.h |   5 +
 4 files changed, 307 insertions(+), 113 deletions(-)

-- 
2.1.4


More information about the dev mailing list