net/sfc/base: fix ID retrieval in v3 licensing
[dpdk.git] / test / test / test_kni.c
index 56773c8..3dcadce 100644 (file)
@@ -70,13 +70,6 @@ static const struct rte_eth_txconf tx_conf = {
 };
 
 static const struct rte_eth_conf port_conf = {
-       .rxmode = {
-               .header_split = 0,
-               .hw_ip_checksum = 0,
-               .hw_vlan_filter = 0,
-               .jumbo_frame = 0,
-               .hw_strip_crc = 1,
-       },
        .txmode = {
                .mq_mode = ETH_DCB_NONE,
        },