Re: [PATCH 6/8] vmxnet3: set reta size

2022-05-04 Thread Andrew Rybchenko
Consider: net/vmxnet3: advertise RETA size in device info On 5/3/22 07:22, Pankaj Gupta wrote: Currently the driver assumes that the size of the reta table is reta -> RETA (see devtools/words-case.txt) four times the number of rx queues at multiple places. However, rx -> Rx it sets it t

[PATCH 6/8] vmxnet3: set reta size

2022-05-02 Thread Pankaj Gupta
Currently the driver assumes that the size of the reta table is four times the number of rx queues at multiple places. However, it sets it to four times the maximum number of queues (4 * 32 = 128) when it first initializes the device. Change the other uses to use the stored value, not the assumed d

[PATCH 6/8] vmxnet3: set reta size

2022-05-02 Thread Pankaj Gupta
Currently the driver assumes that the size of the reta table is four times the number of rx queues at multiple places. However, it sets it to four times the maximum number of queues (4 * 32 = 128) when it first initializes the device. Change the other uses to use the stored value, not the assumed d