All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/4] mlx4 driver fixes, June 24, 2015
@ 2015-06-24 15:21 Or Gerlitz
  2015-06-24 15:22 ` [PATCH net 1/4] net/mlx4_en: Release TX QP when destroying TX ring Or Gerlitz
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Or Gerlitz @ 2015-06-24 15:21 UTC (permalink / raw)
  To: David S. Miller; +Cc: netdev, Amir Vadai, Ido Shamay, Or Gerlitz

Hi Dave,

Some fixes that we made recently, all need to go into stable.

patch #1 "net/mlx4_en: Release TX QP when destroying TX ring" and patch #3 
"Fix wrong csum complete report when rxvlan offload is disabled" to >= 3.19

patch #2 "Wake TX queues only when there's enough room" addressing a bug 
which is there from day one... should go to whatever kernels it's still applicable

patch #4 "mlx4: Disable HA for SRIOV PF RoCE devices" to >= 4.0

The patches are marked with net but are made against net-next,
as the net tree still doesn't contain all the net-next bits.

thanks,

Or.

Eran Ben Elisha (1):
  net/mlx4_en: Release TX QP when destroying TX ring

Ido Shamay (2):
  net/mlx4_en: Wake TX queues only when there's enough room
  net/mlx4_en: Fix wrong csum complete report when rxvlan offload is disabled

Or Gerlitz (1):
  mlx4: Disable HA for SRIOV PF RoCE devices

 drivers/net/ethernet/mellanox/mlx4/en_netdev.c |  4 ----
 drivers/net/ethernet/mellanox/mlx4/en_rx.c     | 17 ++++++-----------
 drivers/net/ethernet/mellanox/mlx4/en_tx.c     | 20 ++++++++++++--------
 drivers/net/ethernet/mellanox/mlx4/intf.c      |  8 +++++++-
 drivers/net/ethernet/mellanox/mlx4/mlx4_en.h   |  2 +-
 5 files changed, 26 insertions(+), 25 deletions(-)

-- 
2.3.7

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

end of thread, other threads:[~2015-06-25  6:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-24 15:21 [PATCH net 0/4] mlx4 driver fixes, June 24, 2015 Or Gerlitz
2015-06-24 15:22 ` [PATCH net 1/4] net/mlx4_en: Release TX QP when destroying TX ring Or Gerlitz
2015-06-24 15:22 ` [PATCH net 2/4] net/mlx4_en: Wake TX queues only when there's enough room Or Gerlitz
2015-06-24 15:22 ` [PATCH net 3/4] net/mlx4_en: Fix wrong csum complete report when rxvlan offload is disabled Or Gerlitz
2015-06-24 22:01   ` Eric Dumazet
2015-06-25  6:36     ` Or Gerlitz
2015-06-24 15:22 ` [PATCH net 4/4] mlx4: Disable HA for SRIOV PF RoCE devices Or Gerlitz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.