DPDK patches and discussions
 help / color / mirror / Atom feed
From: Lingyu Liu <lingyu.liu@intel.com>
To: dev@dpdk.org, qi.z.zhang@intel.com, beilei.xing@intel.com,
	jingjing.wu@intel.com
Cc: junfeng.guo@intel.com, Lingyu Liu <lingyu.liu@intel.com>
Subject: [dpdk-dev] [PATCH v5 2/4] common/iavf: add header types for GRE
Date: Thu, 10 Jun 2021 13:05:17 +0000	[thread overview]
Message-ID: <20210610130520.713482-3-lingyu.liu@intel.com> (raw)
In-Reply-To: <20210610130520.713482-1-lingyu.liu@intel.com>

Add a virtchnl protocol header type to support AVF FDIR and RSS for GRE.

Signed-off-by: Lingyu Liu <lingyu.liu@intel.com>
---
 drivers/common/iavf/virtchnl.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/common/iavf/virtchnl.h b/drivers/common/iavf/virtchnl.h
index 3a60faff93..197edce8a1 100644
--- a/drivers/common/iavf/virtchnl.h
+++ b/drivers/common/iavf/virtchnl.h
@@ -1504,6 +1504,7 @@ enum virtchnl_proto_hdr_type {
 	 */
 	VIRTCHNL_PROTO_HDR_IPV4_FRAG,
 	VIRTCHNL_PROTO_HDR_IPV6_EH_FRAG,
+	VIRTCHNL_PROTO_HDR_GRE,
 };
 
 /* Protocol header field within a protocol header. */
-- 
2.25.1


  parent reply	other threads:[~2021-06-10  6:32 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-10 13:05 [dpdk-dev] [PATCH v5 0/4] support AVF RSS and FDIR for GTPoGRE packet Lingyu Liu
2021-06-10 13:05 ` [dpdk-dev] [PATCH v5 1/4] net/iavf: support flow pattern for GTPoGRE Lingyu Liu
2021-06-10 13:05 ` Lingyu Liu [this message]
2021-06-10 13:05 ` [dpdk-dev] [PATCH v5 3/4] net/iavf: support AVF FDIR for GTPoGRE tunnel packet Lingyu Liu
2021-06-10 13:05 ` [dpdk-dev] [PATCH v5 4/4] net/iavf: support AVF RSS for GTPoGRE packet Lingyu Liu
2021-06-21 14:23 ` [dpdk-dev] [PATCH v6 0/3] support AVF RSS and FDIR " Lingyu Liu
2021-06-21  8:26   ` Zhang, Qi Z
2021-06-21 14:23   ` [dpdk-dev] [PATCH v6 1/3] net/iavf: support flow pattern for GTPoGRE Lingyu Liu
2021-06-21 14:23   ` [dpdk-dev] [PATCH v6 2/3] net/iavf: support AVF FDIR for GTPoGRE tunnel packet Lingyu Liu
2021-06-21 14:23   ` [dpdk-dev] [PATCH v6 3/3] net/iavf: support AVF RSS for GTPoGRE packet Lingyu Liu

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=20210610130520.713482-3-lingyu.liu@intel.com \
    --to=lingyu.liu@intel.com \
    --cc=beilei.xing@intel.com \
    --cc=dev@dpdk.org \
    --cc=jingjing.wu@intel.com \
    --cc=junfeng.guo@intel.com \
    --cc=qi.z.zhang@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).