[dpdk-stable] [PATCH 17.11] net/sfc: handle unknown L3 packet class in EF10 event parser
Andrew Rybchenko
arybchenko at solarflare.com
Fri Jul 27 17:46:38 CEST 2018
[ backported from upstream commit 812bb2087d93e060276cfbaa0cbb7dcf1c563084 ]
Fix debug build assertion if unknown L3 packet is received.
Fixes: 638bddc99faa ("net/sfc: implement EF10 native Rx datapath")
Signed-off-by: Andrew Rybchenko <arybchenko at solarflare.com>
---
drivers/net/sfc/sfc_ef10_rx.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/net/sfc/sfc_ef10_rx.c b/drivers/net/sfc/sfc_ef10_rx.c
index 4c76f74..bd2cbd0 100644
--- a/drivers/net/sfc/sfc_ef10_rx.c
+++ b/drivers/net/sfc/sfc_ef10_rx.c
@@ -296,6 +296,8 @@ struct sfc_ef10_rxq {
/* Override Layer 2 packet type */
l2_ptype = RTE_PTYPE_L2_ETHER_ARP;
break;
+ case ESE_DZ_L3_CLASS_UNKNOWN:
+ break;
default:
/* Unexpected Layer 3 class */
SFC_ASSERT(false);
--
1.8.3.1
More information about the stable
mailing list