]> 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)
commit599af84aa0c3b24b2803857aa51177be25d1f444
tree0e321b8836c83eb8a757bfdaabb339b1ee938318
parentb7d497ca0fcc3c36f62ef14476efaa04586c89a0
parent631462d4f6c393018973dbfed7f9bb572e31b710
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>