DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Zhang, Qi Z" <qi.z.zhang@intel.com>
To: "Ye, MingjinX" <mingjinx.ye@intel.com>, "dev@dpdk.org" <dev@dpdk.org>
Cc: "stable@dpdk.org" <stable@dpdk.org>,
	"Zhou, YidingX" <yidingx.zhou@intel.com>,
	"Yang, Qiming" <qiming.yang@intel.com>,
	"Andrew Rybchenko" <andrew.rybchenko@oktetlabs.ru>,
	"Matz, Olivier" <olivier.matz@6wind.com>,
	Somnath Kotur <somnath.kotur@broadcom.com>,
	"Ajit Khaparde" <ajit.khaparde@broadcom.com>
Subject: RE: [PATCH] net/ice: support vxlan gpe tunnel offload
Date: Tue, 18 Oct 2022 06:47:09 +0000	[thread overview]
Message-ID: <DM4PR11MB5994C82BC7DE533B1F98A40AD7289@DM4PR11MB5994.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20221018092842.509634-1-mingjinx.ye@intel.com>



> -----Original Message-----
> From: Ye, MingjinX <mingjinx.ye@intel.com>
> Sent: Tuesday, October 18, 2022 5:29 PM
> To: dev@dpdk.org
> Cc: stable@dpdk.org; Zhou, YidingX <yidingx.zhou@intel.com>; Ye, MingjinX
> <mingjinx.ye@intel.com>; Yang, Qiming <qiming.yang@intel.com>; Zhang, Qi
> Z <qi.z.zhang@intel.com>; Andrew Rybchenko
> <andrew.rybchenko@oktetlabs.ru>; Matz, Olivier
> <olivier.matz@6wind.com>; Somnath Kotur
> <somnath.kotur@broadcom.com>; Ajit Khaparde
> <ajit.khaparde@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.
> 

Is that an issue on the Tx descriptor if ICE_TXD_CTX_UDP_TUNNELING is not configured with a VxLAN GPE packet?
Better to describe the reproduce scenario a little bit here

> Fixes: daa02b5cddbb ("mbuf: add namespace to offload flags")
> Cc: stable@dpdk.org
> 
> Signed-off-by: Mingjin Ye <mingjinx.ye@intel.com>
> ---
>  drivers/net/ice/ice_rxtx.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/net/ice/ice_rxtx.c b/drivers/net/ice/ice_rxtx.c index
> 697251c603..0a2b0376ac 100644
> --- a/drivers/net/ice/ice_rxtx.c
> +++ b/drivers/net/ice/ice_rxtx.c
> @@ -2690,6 +2690,7 @@ ice_parse_tunneling_params(uint64_t ol_flags,
>  		/* for non UDP / GRE tunneling, set to 00b */
>  		break;
>  	case RTE_MBUF_F_TX_TUNNEL_VXLAN:
> +	case RTE_MBUF_F_TX_TUNNEL_VXLAN_GPE:
>  	case RTE_MBUF_F_TX_TUNNEL_GTP:
>  	case RTE_MBUF_F_TX_TUNNEL_GENEVE:
>  		*cd_tunneling |= ICE_TXD_CTX_UDP_TUNNELING;
> --
> 2.34.1


  reply	other threads:[~2022-10-18  6:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-18  9:28 Mingjin Ye
2022-10-18  6:47 ` Zhang, Qi Z [this message]
2022-10-20  2:06 ` Xu, Ke1
  -- strict thread matches above, loose matches on Subject: below --
2022-10-17 13:24 Mingjin Ye
2022-10-14 15:38 Mingjin Ye

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DM4PR11MB5994C82BC7DE533B1F98A40AD7289@DM4PR11MB5994.namprd11.prod.outlook.com \
    --to=qi.z.zhang@intel.com \
    --cc=ajit.khaparde@broadcom.com \
    --cc=andrew.rybchenko@oktetlabs.ru \
    --cc=dev@dpdk.org \
    --cc=mingjinx.ye@intel.com \
    --cc=olivier.matz@6wind.com \
    --cc=qiming.yang@intel.com \
    --cc=somnath.kotur@broadcom.com \
    --cc=stable@dpdk.org \
    --cc=yidingx.zhou@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).