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

From: Jakub Kicinski
Date: Tue Jun 07 2022 - 23:07:45 EST


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().