Re: [PATCH v3] net/vmxnet3: fix a missing vmxnet3 register command

2024-04-26 Thread Ferruh Yigit
On 4/26/2024 2:51 PM, Ferruh Yigit wrote: > On 4/22/2024 7:10 PM, Ronak Doshi wrote: >> Vmxnet3 uses capability registers to advertise the supported >> capabilities of UPT device. It uses DCR0_REG command register >> for this purpose. However, the register command enum misses >> one command which t

Re: [PATCH v3] net/vmxnet3: fix a missing vmxnet3 register command

2024-04-26 Thread Ferruh Yigit
On 4/22/2024 7:10 PM, Ronak Doshi wrote: > Vmxnet3 uses capability registers to advertise the supported > capabilities of UPT device. It uses DCR0_REG command register > for this purpose. However, the register command enum misses > one command which technically is not used by dpdk vmxnet3 > driver

[PATCH v3] net/vmxnet3: fix a missing vmxnet3 register command

2024-04-22 Thread Ronak Doshi
Vmxnet3 uses capability registers to advertise the supported capabilities of UPT device. It uses DCR0_REG command register for this purpose. However, the register command enum misses one command which technically is not used by dpdk vmxnet3 driver yet. This can cause issue for commands added later.