On Fri, 22 Jan 2021 08:24:59 + Ronak Doshi wrote:
> On 1/21/21, 5:07 PM, "Jakub Kicinski" wrote:
> > On Tue, 19 Jan 2021 18:19:40 -0800 Ronak Doshi wrote:
> > > + tq->buf_info = kmalloc_array_node(tq->tx_ring.size,
> > > sizeof(tq->buf_info[0]),
> > > + GF
On 1/21/21, 5:07 PM, "Jakub Kicinski" wrote:
> On Tue, 19 Jan 2021 18:19:40 -0800 Ronak Doshi wrote:
> > From: Petr Vandrovec
> >
> > vmxnet3: Remove buf_info from device accessible structures
>
>Something happened to the posting, looks like the subject is listed
> twice?
It got sent
On Tue, 19 Jan 2021 18:19:40 -0800 Ronak Doshi wrote:
> From: Petr Vandrovec
>
> vmxnet3: Remove buf_info from device accessible structures
Something happened to the posting, looks like the subject is listed
twice?
> buf_info structures in RX & TX queues are private driver data that
> do not ne
From: Petr Vandrovec
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, thei
From: Petr Vandrovec
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, thei