]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/kni/rte_eth_kni.c
net/nfp: support new firmware medatada API
[dpdk.git] / drivers / net / kni / rte_eth_kni.c
index f688d91928a5b6345728fbe39d14806b0fa8aca5..72a2733ba59c52b4fc9f522871987d5b05790f0d 100644 (file)
@@ -145,7 +145,7 @@ eth_kni_start(struct rte_eth_dev *dev)
        uint16_t port_id = dev->data->port_id;
        struct rte_mempool *mb_pool;
        struct rte_kni_conf conf;
-       const char *name = dev->data->name + 4; /* remove net_ */
+       const char *name = dev->device->name + 4; /* remove net_ */
 
        snprintf(conf.name, RTE_KNI_NAMESIZE, "%s", name);
        conf.force_bind = 0;