summaryrefslogtreecommitdiffstats
path: root/drivers/platform
diff options
context:
space:
mode:
authorPrashant Sreedharan <prashant.sreedharan@broadcom.com>2016-07-18 07:15:22 -0400
committerDavid S. Miller <davem@davemloft.net>2016-07-19 16:29:40 -0700
commit765951938e2fe2e30571ef4a7de6a46659ce4c68 (patch)
treedcb02a8621da3ff455f2c08b412b954e8f41d597 /drivers/platform
parent94ce9caa0f75b0d56e69550e84d7a1653f0ef3b0 (diff)
downloadlinux-765951938e2fe2e30571ef4a7de6a46659ce4c68.tar.bz2
bnxt_en: Workaround Nitro A0 hardware RX bug (part 2).
The hardware is unable to drop rx packets not matching the RX filters. To workaround it, we create a special VNIC and configure the hardware to direct all packets not matching the filters to it. We then setup the driver to drop packets received on this VNIC. This patch creates the infrastructure for this VNIC, reserves a completion ring, and rx rings. Only shared completion ring mode is supported. The next 2 patches add a NAPI to handle packets from this VNIC and the setup of the VNIC. Signed-off-by: Prashant Sreedharan <prashant.sreedharan@broadcom.com> Signed-off-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/platform')
0 files changed, 0 insertions, 0 deletions