> -----Original Message----- > From: [email protected] <[email protected]> > Sent: Friday, July 26, 2019 2:33 PM > To: Jerin Jacob Kollanukkaran <[email protected]>; Nithin Kumar > Dabilpuram <[email protected]>; Kiran Kumar Kokkilagadda > <[email protected]>; John McNamara > <[email protected]>; Marko Kovacevic > <[email protected]> > Cc: [email protected] > Subject: [dpdk-dev] [PATCH] net/octeontx2: add gre key parsing support > > From: Kiran Kumar K <[email protected]> > > Adding support to parse GRE KEY for octeontx2 Flow. > Matching on GRE Key will only work, if checksum and routing bits in the GRE > header are equal to 0. > > Signed-off-by: Kiran Kumar K <[email protected]>
Instead of introducing a new colum for RTE_FLOW_ITEM_TYPE_GRE_KEY comment, add the comment as NOTE Acked-by: Jerin Jacob <[email protected]> Applied to dpdk-next-net-mrvl/master. Thanks

