Re: [PATCH v2 1/4] net/gve: change offloading capability

2023-02-17 Thread Levend Sayar
Hi Ferruh, Thanks for your comments. Yes, you’re right. After I sent v2 of my patches, I got an error mail saying unable to merge. New patches from Junfeng pushed to the repo for net/gve. Anyway I have done requested on patchwork and superseded these v2 patch set. Sorry for the inconvenience. Bes

Re: [PATCH v2 1/4] net/gve: change offloading capability

2023-02-17 Thread Ferruh Yigit
On 2/16/2023 6:10 PM, Levend Sayar wrote: > Google Virtual NIC is not doing IPv4 checksummimg. > Removed that capability from PMD. > > Signed-off-by: Levend Sayar > --- > drivers/net/gve/gve_ethdev.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/net/gve/gve_ethdev.c b/drivers/

[PATCH v2 1/4] net/gve: change offloading capability

2023-02-16 Thread Levend Sayar
Google Virtual NIC is not doing IPv4 checksummimg. Removed that capability from PMD. Signed-off-by: Levend Sayar --- drivers/net/gve/gve_ethdev.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/gve/gve_ethdev.c b/drivers/net/gve/gve_ethdev.c index 97781f0ed3..e357f16e16 100644 ---