DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 1/6] common/iavf: add PTYPE definition
@ 2020-04-10  0:29 Qi Zhang
  2020-04-10  0:29 ` [dpdk-dev] [PATCH 2/6] common/iavf: add DDP package query in virtual channel Qi Zhang
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Qi Zhang @ 2020-04-10  0:29 UTC (permalink / raw)
  To: beilei.xing
  Cc: jingjing.wu, xiaolong.ye, dev, Qi Zhang, Przemyslaw Patynowski,
	Paul M Stillwell Jr

Add IAVF_RX_PTYPE_PARSER_ABORTED definition, so iavf driver will know
opcode for parser aborted packets.
Without this definition driver would have to rely on magic numbers.

Signed-off-by: Przemyslaw Patynowski <przemyslawx.patynowski@intel.com>
Signed-off-by: Paul M Stillwell Jr <paul.m.stillwell.jr@intel.com>
Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
---
 drivers/common/iavf/iavf_type.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/common/iavf/iavf_type.h b/drivers/common/iavf/iavf_type.h
index a5834e50f..905e1afb6 100644
--- a/drivers/common/iavf/iavf_type.h
+++ b/drivers/common/iavf/iavf_type.h
@@ -552,7 +552,8 @@ enum iavf_rx_l2_ptype {
 	IAVF_RX_PTYPE_GRENAT4_MAC_PAY3			= 58,
 	IAVF_RX_PTYPE_GRENAT4_MACVLAN_IPV6_ICMP_PAY4	= 87,
 	IAVF_RX_PTYPE_GRENAT6_MAC_PAY3			= 124,
-	IAVF_RX_PTYPE_GRENAT6_MACVLAN_IPV6_ICMP_PAY4	= 153
+	IAVF_RX_PTYPE_GRENAT6_MACVLAN_IPV6_ICMP_PAY4	= 153,
+	IAVF_RX_PTYPE_PARSER_ABORTED			= 255
 };
 
 struct iavf_rx_ptype_decoded {
-- 
2.13.6


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-04-10  0:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-10  0:29 [dpdk-dev] [PATCH 1/6] common/iavf: add PTYPE definition Qi Zhang
2020-04-10  0:29 ` [dpdk-dev] [PATCH 2/6] common/iavf: add DDP package query in virtual channel Qi Zhang
2020-04-10  0:29 ` [dpdk-dev] [PATCH 3/6] common/iavf: add virtual channel support for Flex RXD Qi Zhang
2020-04-10  0:29 ` [dpdk-dev] [PATCH 4/6] common/iavf: add virtual channel protocol header Qi Zhang
2020-04-10  0:29 ` [dpdk-dev] [PATCH 5/6] common/iavf: add advanced RSS input set change support Qi Zhang
2020-04-10  0:29 ` [dpdk-dev] [PATCH 6/6] common/iavf: add flow director support in virtual channel Qi Zhang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).