Re: [PATCH net-next 17/18] ionic: Add RSS support

2019-06-26 Thread Shannon Nelson
On 6/25/19 5:20 PM, Jakub Kicinski wrote: On Thu, 20 Jun 2019 13:24:23 -0700, Shannon Nelson wrote: +static int ionic_lif_rss_init(struct lif *lif) +{ + static const u8 toeplitz_symmetric_key[] = { + 0x6D, 0x5A, 0x6D, 0x5A, 0x6D, 0x5A, 0x6D, 0x5A, + 0x6D, 0x5A,

Re: [PATCH net-next 17/18] ionic: Add RSS support

2019-06-25 Thread Jakub Kicinski
On Thu, 20 Jun 2019 13:24:23 -0700, Shannon Nelson wrote: > +static int ionic_lif_rss_init(struct lif *lif) > +{ > + static const u8 toeplitz_symmetric_key[] = { > + 0x6D, 0x5A, 0x6D, 0x5A, 0x6D, 0x5A, 0x6D, 0x5A, > + 0x6D, 0x5A, 0x6D, 0x5A, 0x6D, 0x5A, 0x6D, 0x5A, > +

[PATCH net-next 17/18] ionic: Add RSS support

2019-06-20 Thread Shannon Nelson
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 | 93 +++ .../net/ethernet/pensando/ionic/ionic_lif.h