common/iavf: add header types for PPP and L2TPv2
authorTing Xu <ting.xu@intel.com>
Fri, 23 Apr 2021 08:06:37 +0000 (16:06 +0800)
committerQi Zhang <qi.z.zhang@intel.com>
Sun, 25 Apr 2021 02:16:01 +0000 (04:16 +0200)
Added two virtchnl protocol header types for L2TPv2 and PPP to support
the RSS hash for PPPoL2TPv2oUDP.

Signed-off-by: Ting Xu <ting.xu@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
drivers/common/iavf/virtchnl.h

index e3eb767..1395697 100644 (file)
@@ -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. */