Netdev List
 help / color / mirror / Atom feed
* [PATCH V1 net-next 0/5] Mellanox ethernet driver update Oct-30-2014
@ 2014-11-02 14:26 Or Gerlitz
  2014-11-02 14:26 ` [PATCH V1 net-next 1/5] net/mlx4_core: Prevent VF from changing port configuration Or Gerlitz
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Or Gerlitz @ 2014-11-02 14:26 UTC (permalink / raw)
  To: David S. Miller
  Cc: netdev, Matan Barak, Amir Vadai, Saeed Mahameed, Shani Michaeli,
	Ido Shamay, Or Gerlitz

Hi Dave,

The 1st patch from Saeed fixes a bug in the last net-next batch where
a VF could get access to set port configuration, the next patch from Amir
fixes a race in the port VPI logic. Next are two performance patches from Ido.

The patch to add checksum complete status on GRE and such packets was 
preceded with a patch that converted the driver to only use napi_gro_receive 
vs. the current code which goes through napi_gro_frags on it's usual track.
Eric D. has some thoughts and suggestions on that change for which we 
want to take the time and consider, so for the time being dropped that
patch and the ones that depend on it.

Or.

Changes from V0:
  - have the caller to provide the __GFP_COLD hint to the service function
  - dropped the patch that changes the GRO logic and the subsequent dependent
    patches. 

Amir Vadai (1):
  net/mlx4_core: Protect port type setting by mutex

Ido Shamay (2):
  net/mlx4_en: Remove RX buffers alignment to IP_ALIGN
  net/mlx4_en: Add __GFP_COLD gfp flags in alloc_pages

Matan Barak (1):
  net/mlx4_core: Add retrieval of CONFIG_DEV parameters

Saeed Mahameed (1):
  net/mlx4_core: Prevent VF from changing port configuration

 drivers/net/ethernet/mellanox/mlx4/cmd.c           |    6 +-
 drivers/net/ethernet/mellanox/mlx4/en_rx.c         |   23 ++---
 drivers/net/ethernet/mellanox/mlx4/fw.c            |  118 +++++++++++++++++++-
 drivers/net/ethernet/mellanox/mlx4/main.c          |    9 ++-
 drivers/net/ethernet/mellanox/mlx4/mlx4.h          |   10 ++
 drivers/net/ethernet/mellanox/mlx4/mlx4_en.h       |    1 -
 .../net/ethernet/mellanox/mlx4/resource_tracker.c  |   17 +++
 include/linux/mlx4/cmd.h                           |   29 +++++
 include/linux/mlx4/device.h                        |    3 +-
 9 files changed, 190 insertions(+), 26 deletions(-)

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

end of thread, other threads:[~2014-11-05  9:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-02 14:26 [PATCH V1 net-next 0/5] Mellanox ethernet driver update Oct-30-2014 Or Gerlitz
2014-11-02 14:26 ` [PATCH V1 net-next 1/5] net/mlx4_core: Prevent VF from changing port configuration Or Gerlitz
2014-11-02 14:26 ` [PATCH V1 net-next 2/5] net/mlx4_core: Protect port type setting by mutex Or Gerlitz
2014-11-02 14:26 ` [PATCH V1 net-next 3/5] net/mlx4_en: Remove RX buffers alignment to IP_ALIGN Or Gerlitz
2014-11-02 14:26 ` [PATCH V1 net-next 4/5] net/mlx4_en: Add __GFP_COLD gfp flags in alloc_pages Or Gerlitz
2014-11-02 14:26 ` [PATCH V1 net-next 5/5] net/mlx4_core: Add retrieval of CONFIG_DEV parameters Or Gerlitz
2014-11-04 16:48   ` Eric Dumazet
2014-11-05  9:19     ` Or Gerlitz
2014-11-03 17:28 ` [PATCH V1 net-next 0/5] Mellanox ethernet driver update Oct-30-2014 David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox