]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/nfp/nfp_net_pmd.h
net/nfp: support PF devices inside PMD initialization
[dpdk.git] / drivers / net / nfp / nfp_net_pmd.h
index 38181306743fb9f569ad0fc395a1f4ed32b3d649..0f902fc4171037ed79079d756b912d2f2e22ea9a 100644 (file)
@@ -437,6 +437,10 @@ struct nfp_net_hw {
        struct nfp_cpp_area *rx_area;
        struct nfp_cpp_area *msix_area;
 #endif
+       uint8_t *hw_queues;
+       uint8_t is_pf;
+       nspu_desc_t *nspu_desc;
+       nfpu_desc_t *nfpu_desc;
 };
 
 struct nfp_net_adapter {