DPDK patches and discussions
 help / color / mirror / Atom feed
From: Ferruh Yigit <ferruh.yigit@intel.com>
To: Junfeng Guo <junfeng.guo@intel.com>,
	qi.z.zhang@intel.com, jingjing.wu@intel.com,
	beilei.xing@intel.com
Cc: dev@dpdk.org, simei.su@intel.com, yahui.cao@intel.com
Subject: Re: [dpdk-dev] [PATCH 3/5] net/iavf: define new bits for eCPRI
Date: Tue, 5 Jan 2021 12:28:52 +0000	[thread overview]
Message-ID: <f1366836-c5aa-9a11-5d21-fd9d2dbd3c35@intel.com> (raw)
In-Reply-To: <20201214064913.2306802-4-junfeng.guo@intel.com>

On 12/14/2020 6:49 AM, Junfeng Guo wrote:
> Define new bits of protocol header, field and input set for eCPRI.
> 
> Signed-off-by: Junfeng Guo <junfeng.guo@intel.com>
> ---
>   drivers/net/iavf/iavf_generic_flow.h | 5 ++++-
>   1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/net/iavf/iavf_generic_flow.h b/drivers/net/iavf/iavf_generic_flow.h
> index 9e518bd14c..0ccf5901b4 100644
> --- a/drivers/net/iavf/iavf_generic_flow.h
> +++ b/drivers/net/iavf/iavf_generic_flow.h
> @@ -34,6 +34,7 @@
>   #define IAVF_PROT_AH		    (1ULL << 23)
>   #define IAVF_PROT_L2TPV3OIP	    (1ULL << 24)
>   #define IAVF_PROT_PFCP		    (1ULL << 25)
> +#define IAVF_PROT_ECPRI		    (1ULL << 26)
>   
>   
>   /* field */
> @@ -59,6 +60,7 @@
>   #define IAVF_L2TPV3OIP_SESSION_ID   (1ULL << 45)
>   #define IAVF_PFCP_S_FIELD	    (1ULL << 44)
>   #define IAVF_PFCP_SEID		    (1ULL << 43)
> +#define IAVF_ECPRI_PC_RTC_ID	    (1ULL << 42)
>   
>   /* input set */
>   
> @@ -135,7 +137,8 @@
>   	(IAVF_PROT_PFCP | IAVF_PFCP_S_FIELD)
>   #define IAVF_INSET_PFCP_SEID \
>   	(IAVF_PROT_PFCP | IAVF_PFCP_S_FIELD | IAVF_PFCP_SEID)
> -
> +#define IAVF_INSET_ECPRI \
> +	(IAVF_PROT_ECPRI | IAVF_ECPRI_PC_RTC_ID)
>   
>   /* empty pattern */
>   extern enum rte_flow_item_type iavf_pattern_empty[];
> 

Squashed into next commit [1], where these defines used.

[1] net/iavf: support eCPRI MSG TYPE 0 for AVF FDIR

  reply	other threads:[~2021-01-05 12:29 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-14  6:49 [dpdk-dev] [PATCH 0/5] support eCPRI MSG TYPE 0 for AVF FDIR and RSS Junfeng Guo
2020-12-14  6:49 ` [dpdk-dev] [PATCH 1/5] common/iavf: add proto hdr flds support for eCPRI Junfeng Guo
2020-12-14  6:49 ` [dpdk-dev] [PATCH 2/5] net/iavf: support flow patterns " Junfeng Guo
2020-12-14  6:49 ` [dpdk-dev] [PATCH 3/5] net/iavf: define new bits " Junfeng Guo
2021-01-05 12:28   ` Ferruh Yigit [this message]
2020-12-14  6:49 ` [dpdk-dev] [PATCH 4/5] net/iavf: support eCPRI MSG TYPE 0 for AVF FDIR Junfeng Guo
2021-01-05 12:30   ` Ferruh Yigit
2020-12-14  6:49 ` [dpdk-dev] [PATCH 5/5] net/iavf: support eCPRI MSG TYPE 0 for RSS Junfeng Guo
2020-12-23 11:07 ` [dpdk-dev] [PATCH 0/5] support eCPRI MSG TYPE 0 for AVF FDIR and RSS Zhang, Qi Z

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=f1366836-c5aa-9a11-5d21-fd9d2dbd3c35@intel.com \
    --to=ferruh.yigit@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 \
    --cc=simei.su@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).