From: Louis Peens Date: Thu, 5 May 2022 05:43:48 +0000 (+0900) Subject: nfp: flower: enable decap_v2 bit X-Git-Tag: v5.19-rc1~159^2~172^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a7da2a864a4fa63fe39c808eec8abfb76abf1dbd;p=thirdparty%2Fkernel%2Flinux.git nfp: flower: enable decap_v2 bit Finally enable the decap_v2 feature bit now that all the other bits are in place to configure it correctly. Signed-off-by: Louis Peens Signed-off-by: Yinjun Zhang Signed-off-by: Simon Horman Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/netronome/nfp/flower/main.h b/drivers/net/ethernet/netronome/nfp/flower/main.h index 66f8474146934..cb799d18682d9 100644 --- a/drivers/net/ethernet/netronome/nfp/flower/main.h +++ b/drivers/net/ethernet/netronome/nfp/flower/main.h @@ -68,7 +68,8 @@ struct nfp_app; NFP_FL_FEATS_IPV6_TUN | \ NFP_FL_FEATS_VLAN_QINQ | \ NFP_FL_FEATS_QOS_PPS | \ - NFP_FL_FEATS_QOS_METER) + NFP_FL_FEATS_QOS_METER | \ + NFP_FL_FEATS_DECAP_V2) struct nfp_fl_mask_id { struct circ_buf mask_id_free_list;