Re: [PATCH net-next 6/8] bnxt_en: Implement ethtool -X to set indirection table.

2020-06-30 Thread Michael Chan
On Tue, Jun 30, 2020 at 12:05 PM Jakub Kicinski wrote: > > On Mon, 29 Jun 2020 17:38:33 -0700 Michael Chan wrote: > > On Mon, Jun 29, 2020 at 5:06 PM Jakub Kicinski wrote: > > > On Mon, 29 Jun 2020 02:34:22 -0400 Michael Chan wrote: > > > > With the new infrastructure in place, we can now support

Re: [PATCH net-next 6/8] bnxt_en: Implement ethtool -X to set indirection table.

2020-06-30 Thread Jakub Kicinski
On Mon, 29 Jun 2020 17:38:33 -0700 Michael Chan wrote: > On Mon, Jun 29, 2020 at 5:06 PM Jakub Kicinski wrote: > > On Mon, 29 Jun 2020 02:34:22 -0400 Michael Chan wrote: > > > With the new infrastructure in place, we can now support the setting of > > > the indirection table from ethtool. > > > >

Re: [PATCH net-next 6/8] bnxt_en: Implement ethtool -X to set indirection table.

2020-06-29 Thread Michael Chan
On Mon, Jun 29, 2020 at 5:06 PM Jakub Kicinski wrote: > > On Mon, 29 Jun 2020 02:34:22 -0400 Michael Chan wrote: > > With the new infrastructure in place, we can now support the setting of > > the indirection table from ethtool. > > > > The user-configured indirection table will need to be reset t

Re: [PATCH net-next 6/8] bnxt_en: Implement ethtool -X to set indirection table.

2020-06-29 Thread Jakub Kicinski
On Mon, 29 Jun 2020 02:34:22 -0400 Michael Chan wrote: > With the new infrastructure in place, we can now support the setting of > the indirection table from ethtool. > > The user-configured indirection table will need to be reset to default > if we are unable to reserve the requested number of RX

[PATCH net-next 6/8] bnxt_en: Implement ethtool -X to set indirection table.

2020-06-29 Thread Michael Chan
With the new infrastructure in place, we can now support the setting of the indirection table from ethtool. The user-configured indirection table will need to be reset to default if we are unable to reserve the requested number of RX rings or if the RSS table size changes. Signed-off-by: Michael