> -----Original Message----- > From: Mingjin Ye <mingjinx...@intel.com> > Sent: Tuesday, October 18, 2022 5:29 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Zhou, YidingX <yidingx.z...@intel.com>; Ye, MingjinX > <mingjinx...@intel.com>; Yang, Qiming <qiming.y...@intel.com>; Zhang, Qi Z > <qi.z.zh...@intel.com>; Andrew Rybchenko <andrew.rybche...@oktetlabs.ru>; > Matz, Olivier <olivier.m...@6wind.com>; Somnath Kotur > <somnath.ko...@broadcom.com>; Ajit Khaparde > <ajit.khapa...@broadcom.com> > 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: sta...@dpdk.org > > Signed-off-by: Mingjin Ye <mingjinx...@intel.com>
Validated and passed. Regards, Tested-by: Ke Xu <ke1...@intel.com> > --- > drivers/net/ice/ice_rxtx.c | 1 + > 1 file changed, 1 insertion(+) > -- > 2.34.1