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

2021-01-25 Thread Leon Romanovsky
On Mon, Jan 25, 2021 at 02:34:56PM -0800, Ronak Doshi wrote: > vmxnet3: Remove buf_info from device accessible structures This line should be part of the "Subject: ..." and not as separated line. Thanks > > buf_info structures in RX & TX queues are private driver data that > do not need to be vi

[PATCH v3 net-next] Remove buf_info from device accessible structures

2021-01-25 Thread Ronak Doshi
vmxnet3: Remove buf_info from device accessible structures 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 standar