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
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
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
3 matches
Mail list logo