]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/sfc/sfc.h
net/sfc: rename SW stats structures
[dpdk.git] / drivers / net / sfc / sfc.h
index 331e06bac6c0df87123147a6114ccbd80eebec1d..93d5202a24667f6ade0b96a0633de51888591278 100644 (file)
@@ -217,7 +217,7 @@ struct sfc_counter_rxq {
        struct rte_mempool              *mp;
 };
 
-struct sfc_sw_xstats {
+struct sfc_sw_stats {
        uint64_t                        *reset_vals;
 
        rte_spinlock_t                  queues_bitmap_lock;
@@ -257,7 +257,7 @@ struct sfc_adapter {
        struct sfc_sriov                sriov;
        struct sfc_intr                 intr;
        struct sfc_port                 port;
-       struct sfc_sw_xstats            sw_xstats;
+       struct sfc_sw_stats             sw_stats;
        struct sfc_filter               filter;
        struct sfc_mae                  mae;