OSDN Git Service

Merge branch 'i40evf'
authorDavid S. Miller <davem@davemloft.net>
Fri, 21 Feb 2014 17:39:23 +0000 (12:39 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 21 Feb 2014 17:39:23 +0000 (12:39 -0500)
commit3b5c8ab11553d0f5b2f6182f02e2e70f5dcf4dc6
tree35e26c3d6b0663c9cfccc91374274b0f2318b0fe
parent61cc776fc1f51616ab22a898a2ea01e2cf0be567
parentacbc3eb5f84c93a1d38b1a3ee7c8de7aab4e3709
Merge branch 'i40evf'

Aaron Brown says:

====================
Intel Wired LAN Driver Updates

This series contains updates to i40e and (mostly to) i40evf.

Mitch provides most the work for this series.  For the vf driver he
requests a reset on a tx hang, removes vlan filtes on close since we
already remove the MAC filters, fixes some crashes, gets rid of PCI DAC
as it does not mean much on virtualized PCIe parts, skips assigning the
device name that just gets renamed anyway, stores the descriptor ring
size in a manner that allows the use of common tx and rx code with the
PF driver and makes a handful of cosmetic fixes.  For i40e he removes
a delay left over from debugging and changes a do/while loop to a for
loop to avoid hitting another delay each time.

Catherine fixes inconsistent MSI and MSI-X messages and bumps the
driver version.

v2: Removed unnecessary periods and redundant OOM message.
====================

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