]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/ice/ice_ethdev.h
net/ice: fix memzone reserve and release in flow director
[dpdk.git] / drivers / net / ice / ice_ethdev.h
index e2a0f6bfe7087ad6778c93de1317e3fbddc2d0a6..4a0d37b32e56d228b8d68ad49b742fed559cabc7 100644 (file)
@@ -334,6 +334,7 @@ struct ice_fdir_info {
        struct ice_rx_queue *rxq;
        void *prg_pkt;                 /* memory for fdir program packet */
        uint64_t dma_addr;             /* physic address of packet memory*/
+       const struct rte_memzone *mz;
        struct ice_fdir_filter_conf conf;
 
        struct ice_fdir_filter_conf **hash_map;