On 6/29/19 11:48 AM, Jakub Kicinski wrote:
On Fri, 28 Jun 2019 14:39:32 -0700, Shannon Nelson wrote:
@@ -1260,10 +1266,24 @@ static struct lif *ionic_lif_alloc(struct ionic *ionic,
unsigned int index)
if (err)
goto err_out_free_lif_info;
+ /* allocate rss indirection
On Fri, 28 Jun 2019 14:39:32 -0700, Shannon Nelson wrote:
> @@ -1260,10 +1266,24 @@ static struct lif *ionic_lif_alloc(struct ionic
> *ionic, unsigned int index)
> if (err)
> goto err_out_free_lif_info;
>
> + /* allocate rss indirection table */
> + tbl_sz = le16_to_c
Add code to manipulate through ethtool the RSS configuration
used by the NIC.
Signed-off-by: Shannon Nelson
---
.../ethernet/pensando/ionic/ionic_ethtool.c | 73 +++
.../net/ethernet/pensando/ionic/ionic_lif.c | 89 +++
.../net/ethernet/pensando/ionic/ionic_lif.h