net/i40e/base: replace license text with SPDX tag
[dpdk.git] / test / test / test_kni.c
index 3d1be56..cf64c0b 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,
        },
@@ -433,12 +426,6 @@ test_kni_processing(uint16_t port_id, struct rte_mempool *mp)
        }
        test_kni_ctx = NULL;
 
-       /* test of releasing a released kni device */
-       if (rte_kni_release(kni) == 0) {
-               printf("should not release a released kni device\n");
-               return -1;
-       }
-
        /* test of reusing memzone */
        kni = rte_kni_alloc(mp, &conf, &ops);
        if (!kni) {
@@ -489,7 +476,7 @@ test_kni(void)
                return -1;
        }
 
-       nb_ports = rte_eth_dev_count();
+       nb_ports = rte_eth_dev_count_avail();
        if (nb_ports == 0) {
                printf("no supported nic port found\n");
                return -1;