Re: [PATCH] net/gve: check driver compatibility

2023-05-19 Thread Rushil Gupta
I agree. Other adminq commands like gve_adminq_report_link_speed use gve_alloc_dma_mem and gve_free_dma_mem (which use rte_memzone_reserve_aligned under the hood) so let's stick to that. On Fri, May 19, 2023 at 3:04 AM Ferruh Yigit wrote: > > On 5/19/2023 8:41 AM, Rushil Gupta wrote: > > Hi Ferr

Re: [PATCH] net/gve: check driver compatibility

2023-05-19 Thread Ferruh Yigit
On 5/19/2023 8:41 AM, Rushil Gupta wrote: > Hi Ferruh > I have updated the latest patch here: > http://patchwork.dpdk.org/project/dpdk/patch/20230519072600.1444309-1-rush...@google.com/ > However, using calloc causes issue while executing verify-compatibility > command. > > sudo dpdk-testpmd -a 0

Re: [PATCH] net/gve: check driver compatibility

2023-05-19 Thread Rushil Gupta
Hi Ferruh I have updated the latest patch here: http://patchwork.dpdk.org/project/dpdk/patch/20230519072600.1444309-1-rush...@google.com/ However, using calloc causes issue while executing verify-compatibility command. sudo dpdk-testpmd -a 00:04.0 -l 0-32 -- --forward-mode=rxonly --txq=16 --rxq=16

[PATCH] net/gve: check driver compatibility

2023-05-19 Thread Rushil Gupta
Change gve_driver_info fields to report DPDK as OS type and DPDK RTE version as OS version, reserving driver_version fields for GVE driver version based on features. Signed-off-by: Rushil Gupta Signed-off-by: Joshua Washington Signed-off-by: Junfeng Guo Signed-off-by: Jeroen de Borst --- driv

[PATCH] net/gve: check driver compatibility

2023-05-19 Thread Rushil Gupta
Change gve_driver_info fields to report DPDK as OS type and DPDK RTE version as OS version, reserving driver_version fields for GVE driver version based on features. Signed-off-by: Rushil Gupta Signed-off-by: Joshua Washington Signed-off-by: Junfeng Guo Signed-off-by: Jeroen de Borst --- 0001