Thread (111 messages) 111 messages, 6 authors, 2020-02-05

Re: [dpdk-dev] [PATCH v4 14/15] net/octeontx2: add inline Tx path changes

From: Thomas Monjalon <hidden>
Date: 2020-02-05 23:20:05

04/02/2020 12:17, Anoob Joseph:
From: Ankur Dwivedi <redacted>

Adding pre-processing required for inline IPsec outbound packets.

Signed-off-by: Ankur Dwivedi <redacted>
Signed-off-by: Anoob Joseph <redacted>
Signed-off-by: Archana Muniganti <redacted>
Signed-off-by: Tejasree Kondoj <redacted>
Signed-off-by: Vamsi Attunuru <vattunuru@marvell.com>
---
+	RTE_ASSERT(!(offload_flags & (NIX_TX_OFFLOAD_MBUF_NOFF_F |
+				      NIX_TX_OFFLOAD_VLAN_QINQ)));
This line does not compile if assert is enabled:
drivers/net/octeontx2/otx2_ethdev_sec_tx.h:63:11:
fatal error: use of undeclared identifier 'NIX_TX_OFFLOAD_VLAN_QINQ'

Will replace with NIX_TX_OFFLOAD_VLAN_QINQ_F while pulling in mainline.

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help