Re: [PATCH next 0/7] vmxnet3: upgrade to version 7

2023-05-03 Thread Ferruh Yigit
On 4/28/2023 8:05 AM, Ronak Doshi wrote: > >> On 4/27/23, 2:16 AM, "Ferruh Yigit" > > wrote: >> >> That document focuses on 1G and 10G network speeds, and uses "AMD >> Opteron 2384 Processors" (which seems discontinued at this point). >> I would expect there is an up t

Re: [PATCH next 0/7] vmxnet3: upgrade to version 7

2023-04-28 Thread Ronak Doshi
> On 4/27/23, 2:16 AM, "Ferruh Yigit" > wrote: > > That document focuses on 1G and 10G network speeds, and uses "AMD > Opteron 2384 Processors" (which seems discontinued at this point). > I would expect there is an up to date version of the document, but if > there is

Re: [PATCH next 0/7] vmxnet3: upgrade to version 7

2023-04-27 Thread Ferruh Yigit
On 4/26/2023 7:33 PM, Ronak Doshi wrote: > > > On 4/26/23, 11:16 AM, "Ferruh Yigit" > wrote: >> >> btw, while checking the driver documentation, it seems it is not updated >> for a while, the paper it refers is old. >> Do you have any newer version of documentation t

Re: [PATCH next 0/7] vmxnet3: upgrade to version 7

2023-04-26 Thread Ronak Doshi
> On 4/26/23, 11:16 AM, "Ferruh Yigit" mailto:ferruh.yi...@amd.com>> wrote: > > btw, while checking the driver documentation, it seems it is not updated > for a while, the paper it refers is old. > Do you have any newer version of documentation to reference? I don’t think we have any other docum

Re: [PATCH next 0/7] vmxnet3: upgrade to version 7

2023-04-26 Thread Ferruh Yigit
On 4/26/2023 5:54 PM, Ferruh Yigit wrote: > On 4/12/2023 5:26 PM, Ronak Doshi wrote: >> vmxnet3 emulation has recently added several new features including >> support for uniform passthrough(UPT). To make UPT work vmxnet3 has >> to be enhanced as per the new specification. This patch series >> exte

Re: [PATCH next 0/7] vmxnet3: upgrade to version 7

2023-04-26 Thread Ferruh Yigit
On 4/12/2023 5:26 PM, Ronak Doshi wrote: > vmxnet3 emulation has recently added several new features including > support for uniform passthrough(UPT). To make UPT work vmxnet3 has > to be enhanced as per the new specification. This patch series > extends the vmxnet3 driver to leverage these new fea

[PATCH next 0/7] vmxnet3: upgrade to version 7

2023-04-17 Thread Ronak Doshi
vmxnet3 emulation has recently added several new features including support for uniform passthrough(UPT). To make UPT work vmxnet3 has to be enhanced as per the new specification. This patch series extends the vmxnet3 driver to leverage these new features. Compatibility is maintained using existin