aboutsummaryrefslogtreecommitdiffstats
path: root/examples/bbdev_app/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bbdev_app/main.c')
-rw-r--r--examples/bbdev_app/main.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/examples/bbdev_app/main.c b/examples/bbdev_app/main.c
index 254cc067..045a190b 100644
--- a/examples/bbdev_app/main.c
+++ b/examples/bbdev_app/main.c
@@ -64,11 +64,7 @@ static const struct rte_eth_conf port_conf = {
.mq_mode = ETH_MQ_RX_NONE,
.max_rx_pkt_len = ETHER_MAX_LEN,
.split_hdr_size = 0,
- .header_split = 0, /**< Header Split disabled */
- .hw_ip_checksum = 0, /**< IP checksum offload disabled */
- .hw_vlan_filter = 0, /**< VLAN filtering disabled */
- .jumbo_frame = 0, /**< Jumbo Frame Support disabled */
- .hw_strip_crc = 0, /**< CRC stripped by hardware */
+ .offloads = DEV_RX_OFFLOAD_CRC_STRIP,
},
.txmode = {
.mq_mode = ETH_MQ_TX_NONE,