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

2021-01-22 Thread Jakub Kicinski
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

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

2021-01-22 Thread Ronak Doshi
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

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

2021-01-21 Thread Jakub Kicinski
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

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

2021-01-19 Thread Ronak Doshi
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

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

2021-01-19 Thread Ronak Doshi
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