DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/7] Assorted fixes for mlx4 and mlx5
@ 2016-02-22 18:18 Adrien Mazarguil
  2016-02-22 18:18 ` [dpdk-dev] [PATCH 1/7] mlx5: fix possible crash during initialization Adrien Mazarguil
                   ` (7 more replies)
  0 siblings, 8 replies; 17+ messages in thread
From: Adrien Mazarguil @ 2016-02-22 18:18 UTC (permalink / raw)
  To: dev

This patchset addresses several minor issues, release notes are updated
accordingly.

Note: should be applied after "Performance optimizations for mlx5 and mlx4".

Adrien Mazarguil (3):
  mlx5: manage all special flow types at once
  mlx5: remove redundant debugging message
  mlx5: apply VLAN filtering to broadcast and IPv6 multicast flows

Or Ami (2):
  mlx5: fix possible crash during initialization
  mlx5: check if port is configured as Ethernet device

Robin Jarry (1):
  mlx4: make sure that number of RX queues is a power of 2

Yaacov Hazan (1):
  mlx5: fix RX checksum offload in non L3/L4 packets

 doc/guides/rel_notes/release_16_04.rst |  17 ++++
 drivers/net/mlx4/mlx4.c                |   6 ++
 drivers/net/mlx5/Makefile              |   5 ++
 drivers/net/mlx5/mlx5.c                |  18 ++--
 drivers/net/mlx5/mlx5.h                |   2 +
 drivers/net/mlx5/mlx5_rxmode.c         | 147 +++++++++++++++++++++++++++++----
 drivers/net/mlx5/mlx5_rxq.c            |   5 +-
 drivers/net/mlx5/mlx5_rxtx.c           |  26 ++++--
 drivers/net/mlx5/mlx5_rxtx.h           |   4 +-
 drivers/net/mlx5/mlx5_trigger.c        |  10 +--
 drivers/net/mlx5/mlx5_vlan.c           |   5 +-
 11 files changed, 204 insertions(+), 41 deletions(-)

-- 
2.1.4

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2016-03-10 22:15 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-22 18:18 [dpdk-dev] [PATCH 0/7] Assorted fixes for mlx4 and mlx5 Adrien Mazarguil
2016-02-22 18:18 ` [dpdk-dev] [PATCH 1/7] mlx5: fix possible crash during initialization Adrien Mazarguil
2016-02-22 18:18 ` [dpdk-dev] [PATCH 2/7] mlx5: check if port is configured as Ethernet device Adrien Mazarguil
2016-02-22 18:18 ` [dpdk-dev] [PATCH 3/7] mlx5: manage all special flow types at once Adrien Mazarguil
2016-02-22 18:18 ` [dpdk-dev] [PATCH 4/7] mlx5: remove redundant debugging message Adrien Mazarguil
2016-02-22 18:18 ` [dpdk-dev] [PATCH 5/7] mlx5: apply VLAN filtering to broadcast and IPv6 multicast flows Adrien Mazarguil
2016-02-22 18:18 ` [dpdk-dev] [PATCH 6/7] mlx5: fix RX checksum offload in non L3/L4 packets Adrien Mazarguil
2016-02-22 18:18 ` [dpdk-dev] [PATCH 7/7] mlx4: make sure that number of RX queues is a power of 2 Adrien Mazarguil
2016-03-03 14:27 ` [dpdk-dev] [PATCH v2 0/7] Assorted fixes for mlx4 and mlx5 Adrien Mazarguil
2016-03-03 14:27   ` [dpdk-dev] [PATCH v2 1/7] mlx5: fix possible crash during initialization Adrien Mazarguil
2016-03-03 14:27   ` [dpdk-dev] [PATCH v2 2/7] mlx5: check if port is configured as Ethernet device Adrien Mazarguil
2016-03-03 14:27   ` [dpdk-dev] [PATCH v2 3/7] mlx5: manage all special flow types at once Adrien Mazarguil
2016-03-03 14:27   ` [dpdk-dev] [PATCH v2 4/7] mlx5: remove redundant debugging message Adrien Mazarguil
2016-03-03 14:27   ` [dpdk-dev] [PATCH v2 5/7] mlx5: apply VLAN filtering to broadcast and IPv6 multicast flows Adrien Mazarguil
2016-03-03 14:27   ` [dpdk-dev] [PATCH v2 6/7] mlx5: fix RX checksum offload in non L3/L4 packets Adrien Mazarguil
2016-03-03 14:27   ` [dpdk-dev] [PATCH v2 7/7] mlx4: make sure that number of RX queues is a power of 2 Adrien Mazarguil
2016-03-10 22:15   ` [dpdk-dev] [PATCH v2 0/7] Assorted fixes for mlx4 and mlx5 Bruce Richardson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).