From: Qi Zhang Date: Mon, 15 Jun 2020 02:05:15 +0000 (+0800) Subject: net/ice/base: remove PPPoD from PPPoE bitmap X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=c5f5243d2e9c2353693a3638d3358b3852ec870c;p=dpdk.git net/ice/base: remove PPPoD from PPPoE bitmap Remove PPPoD's packet type from PPPoE's ptype bitmap. Signed-off-by: Dan Nowlin Signed-off-by: Paul M Stillwell Jr Signed-off-by: Qi Zhang Acked-by: Qiming Yang --- diff --git a/drivers/net/ice/base/ice_flow.c b/drivers/net/ice/base/ice_flow.c index 667c077431..1e944bf52c 100644 --- a/drivers/net/ice/base/ice_flow.c +++ b/drivers/net/ice/base/ice_flow.c @@ -553,7 +553,7 @@ static const u32 ice_ptypes_gtpu[] = { static const u32 ice_ptypes_pppoe[] = { 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, - 0x00000000, 0x03fff000, 0x00000000, 0x00000000, + 0x00000000, 0x03ffe000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000,