DPDK patches and discussions
 help / color / mirror / Atom feed
From: Ye Xiaolong <xiaolong.ye@intel.com>
To: chenmin.sun@intel.com
Cc: yahui.cao@intel.com, qi.z.zhang@intel.com, beilei.xing@intel.com,
	dev@dpdk.org
Subject: Re: [dpdk-dev] [DPDK] net/ice: add outer IPv4 matching for GTPU flow
Date: Sun, 26 Jan 2020 17:05:20 +0800	[thread overview]
Message-ID: <20200126090520.GA53211@intel.com> (raw)
In-Reply-To: <20200121115653.203974-1-chenmin.sun@intel.com>

On 01/21, chenmin.sun@intel.com wrote:
>From: Chenmin Sun <chenmin.sun@intel.com>
>
>This patch adds the capability of matching the outer IPv4
>headers for GTPU flows
>
>Fixes: efc16c621415 ("net/ice: support flow director GTPU tunnel")
>
>Signed-off-by: Chenmin Sun <chenmin.sun@intel.com>
>---
> drivers/net/ice/base/ice_fdir.c   | 4 ++++
> drivers/net/ice/ice_fdir_filter.c | 3 ++-
> 2 files changed, 6 insertions(+), 1 deletion(-)
>
>diff --git a/drivers/net/ice/base/ice_fdir.c b/drivers/net/ice/base/ice_fdir.c
>index 87fa0afba..2d61dbfd1 100644
>--- a/drivers/net/ice/base/ice_fdir.c
>+++ b/drivers/net/ice/base/ice_fdir.c
>@@ -804,6 +804,10 @@ ice_fdir_get_gen_prgm_pkt(struct ice_hw *hw, struct ice_fdir_fltr *input,
> 	case ICE_FLTR_PTYPE_NONF_IPV4_GTPU_IPV4_TCP:
> 	case ICE_FLTR_PTYPE_NONF_IPV4_GTPU_IPV4_ICMP:
> 	case ICE_FLTR_PTYPE_NONF_IPV4_GTPU_IPV4_OTHER:
>+		ice_pkt_insert_u32(loc, ICE_IPV4_SRC_ADDR_OFFSET,
>+					input->ip.v4.src_ip);
>+		ice_pkt_insert_u32(loc, ICE_IPV4_DST_ADDR_OFFSET,
>+					input->ip.v4.dst_ip);
> 		ice_pkt_insert_u32(loc, ICE_IPV4_GTPU_TEID_OFFSET,
> 				   input->gtpu_data.teid);
> 		ice_pkt_insert_u6_qfi(loc, ICE_IPV4_GTPU_QFI_OFFSET,
>diff --git a/drivers/net/ice/ice_fdir_filter.c b/drivers/net/ice/ice_fdir_filter.c
>index f356581d1..5aaa7abcf 100644
>--- a/drivers/net/ice/ice_fdir_filter.c
>+++ b/drivers/net/ice/ice_fdir_filter.c
>@@ -68,9 +68,10 @@
> 	ICE_INSET_TUN_SCTP_SRC_PORT | ICE_INSET_TUN_SCTP_DST_PORT)
> 
> #define ICE_FDIR_INSET_GTPU (\
>-	ICE_INSET_GTPU_TEID)
>+	ICE_INSET_IPV4_SRC | ICE_INSET_IPV4_DST | ICE_INSET_GTPU_TEID)
> 
> #define ICE_FDIR_INSET_GTPU_EH (\
>+	ICE_INSET_IPV4_SRC | ICE_INSET_IPV4_DST | \
> 	ICE_INSET_GTPU_TEID | ICE_INSET_GTPU_QFI)
> 
> static struct ice_pattern_match_item ice_fdir_pattern_os[] = {
>-- 
>2.17.1
>

Acked-by: Xiaolong Ye <xiaolong.ye@intel.com>

Applied to dpdk-next-net-intel, Thanks.

      parent reply	other threads:[~2020-01-26  9:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-21 11:56 chenmin.sun
2020-01-23  1:42 ` Zhang, Qi Z
2020-01-26  9:05 ` Ye Xiaolong [this message]

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=20200126090520.GA53211@intel.com \
    --to=xiaolong.ye@intel.com \
    --cc=beilei.xing@intel.com \
    --cc=chenmin.sun@intel.com \
    --cc=dev@dpdk.org \
    --cc=qi.z.zhang@intel.com \
    --cc=yahui.cao@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).