From c5ed57d1ba3a9ed943f84a6bba72235970ee2fac Mon Sep 17 00:00:00 2001 From: Ting Xu Date: Fri, 23 Apr 2021 16:06:37 +0800 Subject: [PATCH] common/iavf: add header types for PPP and L2TPv2 Added two virtchnl protocol header types for L2TPv2 and PPP to support the RSS hash for PPPoL2TPv2oUDP. Signed-off-by: Ting Xu Acked-by: Qi Zhang --- drivers/common/iavf/virtchnl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/common/iavf/virtchnl.h b/drivers/common/iavf/virtchnl.h index e3eb767d66..139569787f 100644 --- a/drivers/common/iavf/virtchnl.h +++ b/drivers/common/iavf/virtchnl.h @@ -1432,6 +1432,8 @@ enum virtchnl_proto_hdr_type { VIRTCHNL_PROTO_HDR_PFCP, VIRTCHNL_PROTO_HDR_GTPC, VIRTCHNL_PROTO_HDR_ECPRI, + VIRTCHNL_PROTO_HDR_L2TPV2, + VIRTCHNL_PROTO_HDR_PPP, }; /* Protocol header field within a protocol header. */ -- 2.20.1