]> git.droids-corp.org - dpdk.git/blobdiff - drivers/crypto/nitrox/nitrox_device.h
net/ice/base: fix ptype mapping pollution from GTP flow
[dpdk.git] / drivers / crypto / nitrox / nitrox_device.h
index 0d0167de2720e7a39bdd1908cd8ab9a9b73be069..6b8095f42b5465bfbc03e5cf2d4d034ba1251f8b 100644 (file)
@@ -8,10 +8,14 @@
 #include <rte_bus_pci.h>
 #include <rte_cryptodev.h>
 
+struct nitrox_sym_device;
+
 struct nitrox_device {
        TAILQ_ENTRY(nitrox_device) next;
        struct rte_pci_device *pdev;
        uint8_t *bar_addr;
+       struct nitrox_sym_device *sym_dev;
+       struct rte_device rte_sym_dev;
        uint16_t nr_queues;
 };