diff options
author | Sudarsana Reddy Kalluru <sudarsana.kalluru@cavium.com> | 2018-07-24 02:43:52 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-24 16:33:02 -0700 |
commit | ae2dcb28c24794a87e424a726a1cf1a61980f52d (patch) | |
tree | 358ebe9287ce9682b6d27e79c0b70cf5583c967c /net/ipv4/ip_sockglue.c | |
parent | 958c696f5a7274d9447a458ad7aa70719b29a50a (diff) | |
download | linux-ae2dcb28c24794a87e424a726a1cf1a61980f52d.tar.bz2 |
bnx2x: Fix invalid memory access in rss hash config path.
Rx hash/filter table configuration uses rss_conf_obj to configure filters
in the hardware. This object is initialized only when the interface is
brought up.
This patch adds driver changes to configure rss params only when the device
is in opened state. In port disabled case, the config will be cached in the
driver structure which will be applied in the successive load path.
Please consider applying it to 'net' branch.
Signed-off-by: Sudarsana Reddy Kalluru <Sudarsana.Kalluru@cavium.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/ip_sockglue.c')
0 files changed, 0 insertions, 0 deletions