]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
Merge branch 'mlx4-next'
authorDavid S. Miller <davem@davemloft.net>
Mon, 3 Nov 2014 17:28:21 +0000 (12:28 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 3 Nov 2014 17:28:21 +0000 (12:28 -0500)
commit547f2735c20023d7b50a791b1b17cacb652e9237
treece55b64fb244094c79a0edc31856cdfbfc6390f8
parentd75b1ade567ffab085e8adbbdacf0092d10cd09c
parentd475c95b4bcff983ac76e8522bfd2d29bcc567d0
Merge branch 'mlx4-next'

Or Gerlitz says:

====================
Mellanox ethernet driver update Oct-30-2014

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.

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>