From 2445649605ce62118cccd2475071a1a749607eab Mon Sep 17 00:00:00 2001 From: Kiran Kumar K Date: Wed, 11 Sep 2019 14:49:25 +0530 Subject: [PATCH] net/octeontx2: extract NVGRE as ltype Adding change to sync RTE Flow with KPU profile to extract NVGRE as ltype. Signed-off-by: Kiran Kumar K Acked-by: Jerin Jacob --- drivers/net/octeontx2/otx2_flow_parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/octeontx2/otx2_flow_parse.c b/drivers/net/octeontx2/otx2_flow_parse.c index 71650b53bc..2cba0a4473 100644 --- a/drivers/net/octeontx2/otx2_flow_parse.c +++ b/drivers/net/octeontx2/otx2_flow_parse.c @@ -458,7 +458,7 @@ otx2_flow_parse_ld(struct otx2_parse_state *pst) info.hw_hdr_len = 4; break; case RTE_FLOW_ITEM_TYPE_NVGRE: - lt = NPC_LT_LD_GRE; + lt = NPC_LT_LD_NVGRE; lflags = NPC_F_GRE_NVGRE; info.def_mask = &rte_flow_item_nvgre_mask; info.len = sizeof(struct rte_flow_item_nvgre); -- 2.20.1