]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit89824ca731cd56206cabce986c5bfb4935e87d7b
tree0e321b8836c83eb8a757bfdaabb339b1ee938318
parent001b28fc14d4a16ae905a0d9bc5bce08a3337e36
parent76b82d469864effc0a9a31b8c685169a0b511015
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>