netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] be2net: patch set
@ 2015-03-20 10:28 Sathya Perla
  2015-03-20 10:28 ` [PATCH 1/3] be2net: Prevent VFs from enabling VLAN promiscuous mode Sathya Perla
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Sathya Perla @ 2015-03-20 10:28 UTC (permalink / raw)
  To: netdev

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!

Suresh Reddy (2):
  be2net: restrict MODIFY_EQ_DELAY cmd to a max of 8 EQs
  be2net: use PCI MMIO read instead of config read for errors

Vasundhara Volam (1):
  be2net: Prevent VFs from enabling VLAN promiscuous mode

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-03-20 17:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-20 10:28 [PATCH 0/3] be2net: patch set Sathya Perla
2015-03-20 10:28 ` [PATCH 1/3] be2net: Prevent VFs from enabling VLAN promiscuous mode Sathya Perla
2015-03-20 10:28 ` [PATCH 2/3] be2net: restrict MODIFY_EQ_DELAY cmd to a max of 8 EQs Sathya Perla
2015-03-20 10:28 ` [PATCH 3/3] be2net: use PCI MMIO read instead of config read for errors Sathya Perla
2015-03-20 17:26 ` [PATCH 0/3] be2net: patch set David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).