> -----Original Message----- > From: Mingjin Ye <[email protected]> > Sent: Tuesday, October 18, 2022 5:29 PM > To: [email protected] > Cc: [email protected]; Zhou, YidingX <[email protected]>; Ye, MingjinX > <[email protected]>; Yang, Qiming <[email protected]>; Zhang, Qi Z > <[email protected]>; Andrew Rybchenko <[email protected]>; > Matz, Olivier <[email protected]>; Somnath Kotur > <[email protected]>; Ajit Khaparde > <[email protected]> > Subject: [PATCH] net/ice: support vxlan gpe tunnel offload > > PMD does not support VXLAN_GPE tunnel offloading, therefore, it will cause the > tx queues overflow and stop working when sending such packets. > > This patch adds support for the vxlan gpe. > > Fixes: daa02b5cddbb ("mbuf: add namespace to offload flags") > Cc: [email protected] > > Signed-off-by: Mingjin Ye <[email protected]>
Validated and passed. Regards, Tested-by: Ke Xu <[email protected]> > --- > drivers/net/ice/ice_rxtx.c | 1 + > 1 file changed, 1 insertion(+) > -- > 2.34.1

