Skip to content

Commit 1eb7b96

Browse files
committed
fix: error regarding split_hdr_size and rxmode duplicate.
1 parent a30149d commit 1eb7b96

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/dpdk_common.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ unsigned int packet_burst_size = MAX_PCKT_BURST_DEFAULT;
5858
// The ethernet port's config to set.
5959
struct rte_eth_conf port_conf =
6060
{
61-
.rxmode =
62-
{
63-
.split_hdr_size = 1
64-
},
6561
.rxmode =
6662
{
6763
.mq_mode = RTE_ETH_MQ_TX_NONE

0 commit comments

Comments
 (0)