All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/4] Mellaox 40G driver fixes for 4.6-rc
@ 2016-04-20 13:01 Or Gerlitz
  2016-04-20 13:01 ` [PATCH net 1/4] net/mlx4_core: Implement pci_resume callback Or Gerlitz
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Or Gerlitz @ 2016-04-20 13:01 UTC (permalink / raw)
  To: David S. Miller; +Cc: netdev, Eran Ben Elisha, Yishai Hadas, Or Gerlitz

Hi Dave,

With the fix for ARM bug being under the works, these are 
few other fixes for mlx4 we have ready to go.

Eran addressed the problematic/wrong reporting of dropped packets, Daniel 
fixed some matters related to PPC EEH's and Jenny's patch makes sure
VFs can't change the port's pause settings.

Or.

Daniel Jurgens (2):
  net/mlx4_core: Implement pci_resume callback
  net/mlx4_core: Avoid repeated calls to pci enable/disable

Eran Ben Elisha (1):
  net/mlx4_en: Split SW RX dropped counter per RX ring

Eugenia Emantayev (1):
  net/mlx4_core: Don't allow to VF change global pause settings

 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c |  5 +-
 drivers/net/ethernet/mellanox/mlx4/en_port.c    |  5 +-
 drivers/net/ethernet/mellanox/mlx4/en_rx.c      |  2 +-
 drivers/net/ethernet/mellanox/mlx4/main.c       | 76 ++++++++++++++++++-------
 drivers/net/ethernet/mellanox/mlx4/mlx4.h       |  2 +
 drivers/net/ethernet/mellanox/mlx4/mlx4_en.h    |  1 +
 drivers/net/ethernet/mellanox/mlx4/port.c       | 13 +++++
 include/linux/mlx4/device.h                     |  7 +++
 8 files changed, 89 insertions(+), 22 deletions(-)

-- 
2.3.7

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

end of thread, other threads:[~2016-04-21 19:03 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-20 13:01 [PATCH net 0/4] Mellaox 40G driver fixes for 4.6-rc Or Gerlitz
2016-04-20 13:01 ` [PATCH net 1/4] net/mlx4_core: Implement pci_resume callback Or Gerlitz
2016-04-20 13:01 ` [PATCH net 2/4] net/mlx4_core: Avoid repeated calls to pci enable/disable Or Gerlitz
2016-04-20 13:01 ` [PATCH net 3/4] net/mlx4_core: Don't allow to VF change global pause settings Or Gerlitz
2016-04-20 13:01 ` [PATCH net 4/4] net/mlx4_en: Split SW RX dropped counter per RX ring Or Gerlitz
2016-04-20 14:56   ` Eric Dumazet
2016-04-20 15:00     ` Or Gerlitz
2016-04-20 18:05       ` Florian Fainelli
2016-04-21  1:02       ` Eric Dumazet
2016-04-21  4:52         ` Or Gerlitz
2016-04-21 19:03 ` [PATCH net 0/4] Mellaox 40G driver fixes for 4.6-rc David Miller

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.