diff options
author | Kalesh AP <kalesh.purayil@avagotech.com> | 2015-08-05 10:27:48 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-08-07 21:53:05 +0300 |
commit | bcc84140a62c04f522eacceb793e6eef92965c84 (patch) | |
tree | 967d02ad55e854851b85a32c0b5c90856fb9a352 /tools/perf/scripts/python/syscall-counts.py | |
parent | 48900cb6af4282fa0fb6ff4d72a81aa3dadb5c39 (diff) | |
download | linux-bcc84140a62c04f522eacceb793e6eef92965c84.tar.xz |
be2net: enable IFACE filters only after creating RXQs
HW issues were observed on Lancer adapters if IFACE filters
(flags, mac addrs etc) are enabled *before* creating RXQs. This patch
changes the driver design by enabling filters in be_open() --
instead of be_setup() -- after RXQs are created and buffers posted.
Two new wrapper functions, be_enable_if_filters() and
be_disable_if_filters() are introduced to enable/disable IFACE filters in
be_open()/be_close() respectively. In be_setup() the IFACE is now created
only with the RSS flag.
Signed-off-by: Kalesh AP <kalesh.purayil@avagotech.com>
Signed-off-by: Sathya Perla <sathya.perla@avagotech.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions