Re: [PATCH v2 net-next 5/8] vmxnet3: add command to set ring buffer sizes

From: Ronak Doshi
Date: Wed Jun 08 2022 - 19:08:38 EST



On 6/7/22, 5:28 PM, "Jakub Kicinski" <kuba@xxxxxxxxxx> wrote:

> On Tue, 7 Jun 2022 01:45:15 -0700 Ronak Doshi wrote:
> > + adapter->ringBufSize.ring1BufSizeType0 = adapter->skb_buf_size;
> > + adapter->ringBufSize.ring1BufSizeType1 = 0;
> > + adapter->ringBufSize.ring2BufSizeType1 = PAGE_SIZE;
>
> These need to use correct byte ordering helpers, since the fields are
> __le16 probably cpu_to_le16().

Thanks, fixed it and sent revised patches.

Thanks,
Ronak