Skip to content

Commit c28dd1d

Browse files
cloftuskevintraynor
authored andcommitted
net/ice: remove unsupported SCTP Rx offload
[ upstream commit 58e315f ] The offload RTE_ETH_RX_OFFLOAD_SCTP_CKSUM is not supported in the ice driver so remove the one erroneous use of it. Fixes: 808a17b ("net/ice: add Rx AVX512 offload path") Signed-off-by: Ciara Loftus <[email protected]> Acked-by: Bruce Richardson <[email protected]>
1 parent 765e155 commit c28dd1d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/net/ice/ice_rxtx_vec_common.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@ ice_rxq_vec_setup_default(struct ice_rx_queue *rxq)
267267

268268
#define ICE_RX_VECTOR_OFFLOAD ( \
269269
RTE_ETH_RX_OFFLOAD_CHECKSUM | \
270-
RTE_ETH_RX_OFFLOAD_SCTP_CKSUM | \
271270
RTE_ETH_RX_OFFLOAD_VLAN_STRIP | \
272271
RTE_ETH_RX_OFFLOAD_VLAN_FILTER | \
273272
RTE_ETH_RX_OFFLOAD_RSS_HASH)

0 commit comments

Comments
 (0)