Re: [PATCH net 1/1] bnx2x: Fix invalid memory access in rss hash config path.

2018-07-24 Thread David Miller
From: Sudarsana Reddy Kalluru Date: Tue, 24 Jul 2018 02:43:52 -0700 > 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

[PATCH net 1/1] bnx2x: Fix invalid memory access in rss hash config path.

2018-07-24 Thread Sudarsana Reddy Kalluru
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 cach