]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/ice/ice_ethdev.h
net/ice: configure HW flow director rule
[dpdk.git] / drivers / net / ice / ice_ethdev.h
index 222fc081fee83184f8905b1443e9b42a17c606e1..2060ad5cf705c3c09a4ca50c83f941cd7ec1fcfb 100644 (file)
@@ -281,6 +281,8 @@ struct ice_pf {
        uint16_t fdir_nb_qps; /* The number of queue pairs of Flow Director */
        uint16_t fdir_qp_offset;
        struct ice_fdir_info fdir; /* flow director info */
+       uint16_t hw_prof_cnt[ICE_FLTR_PTYPE_MAX][ICE_FD_HW_SEG_MAX];
+       uint16_t fdir_fltr_cnt[ICE_FLTR_PTYPE_MAX][ICE_FD_HW_SEG_MAX];
        struct ice_hw_port_stats stats_offset;
        struct ice_hw_port_stats stats;
        /* internal packet statistics, it should be excluded from the total */