[dpdk-dev] [PATCH v1 1/4] common/iavf: add QFI fields for GTPU UL and DL
Ferruh Yigit
ferruh.yigit at intel.com
Fri Sep 3 12:41:43 CEST 2021
On 8/17/2021 8:16 AM, Haiyue Wang wrote:
> From: Junfeng Guo <junfeng.guo at intel.com>
>
> Add virtchnl fields QFI of GTPU UL/DL for AVF FDIR.
Can you please put what 'QFI' stands for in the commit log, I assume it is "QoS
Flow Identifier"?
What does it mean to add new protocol fields to the virtchnl?
And commit log mentions from 'FDIR', is this change updates anything in the flow
director support of the driver?
>
> Signed-off-by: Junfeng Guo <junfeng.guo at intel.com>
> Signed-off-by: Haiyue Wang <haiyue.wang at intel.com>
> ---
> drivers/common/iavf/virtchnl.h | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/drivers/common/iavf/virtchnl.h b/drivers/common/iavf/virtchnl.h
> index 1cf0866124..9fa5e3e891 100644
> --- a/drivers/common/iavf/virtchnl.h
> +++ b/drivers/common/iavf/virtchnl.h
> @@ -1642,6 +1642,11 @@ enum virtchnl_proto_hdr_field {
> /* IPv6 Extension Fragment */
> VIRTCHNL_PROTO_HDR_IPV6_EH_FRAG_PKID =
> PROTO_HDR_FIELD_START(VIRTCHNL_PROTO_HDR_IPV6_EH_FRAG),
> + /* GTPU_DWN/UP */
> + VIRTCHNL_PROTO_HDR_GTPU_DWN_QFI =
> + PROTO_HDR_FIELD_START(VIRTCHNL_PROTO_HDR_GTPU_EH_PDU_DWN),
> + VIRTCHNL_PROTO_HDR_GTPU_UP_QFI =
> + PROTO_HDR_FIELD_START(VIRTCHNL_PROTO_HDR_GTPU_EH_PDU_UP),
> };
>
> struct virtchnl_proto_hdr {
>
More information about the dev
mailing list