Re: [PATCH v4 net-next] vmxnet3: Remove buf_info from device accessible structures

2021-01-27 Thread Jakub Kicinski
On Tue, 26 Jan 2021 11:06:40 -0800 Ronak Doshi wrote: > buf_info structures in RX & TX queues are private driver data that > do not need to be visible to the device. Although there is physical > address and length in the queue descriptor that points to these > structures, their layout is not stand

[PATCH v4 net-next] vmxnet3: Remove buf_info from device accessible structures

2021-01-27 Thread Ronak Doshi
buf_info structures in RX & TX queues are private driver data that do not need to be visible to the device. Although there is physical address and length in the queue descriptor that points to these structures, their layout is not standardized, and device never looks at them. So lets allocate the