Merge branch 'be2net'
authorDavid S. Miller <davem@davemloft.net>
Fri, 20 Mar 2015 17:25:56 +0000 (13:25 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Mar 2015 17:25:56 +0000 (13:25 -0400)
commitde58a6da852da52b4feb862c69aa4ace6d5be352
tree0e321b8836c83eb8a757bfdaabb339b1ee938318
parentd22e1537181188e5dc8cbc51451832625035bdc2
parent25848c9015964d9d97dffd48bbb88b75a25d0a1b
Merge branch 'be2net'

Sathya Perla says:

====================
be2net: patch set

Hi David, this patch set includes 3 bug fixes to the be2net driver.

Patch 1 fixes a vlan isolation issue with VFs. When a VF is placed in
promiscous mode, it could receive packets belonging to any vlan, as
the PF driver grants vlan promisc capability to VFs. The PF
driver now disables the vlan promisc capability for VFs to fix this
problem.

Patch 2 fixes the call to MODIFY_EQ_DELAY FW cmd to not include more
than 8 EQs per cmd. The FW is not capable of handling more than 8 EQs
per cmd.

Patch 3 fixes an EEH error detection issue. On Power platforms,
when an EEH error occurs, the slot disconnect state is more reliably
detected via an MMIO read compared to a config read. So, the error
register reads that occur every second are now done via MMIO.

Pls apply this patch set to the "net" tree. Thanks!
====================

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