X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fsfc%2Fsfc.h;h=93d5202a24667f6ade0b96a0633de51888591278;hb=e00c3a0c1bdc5ec07433c529dddcf3a700275a25;hp=331e06bac6c0df87123147a6114ccbd80eebec1d;hpb=a7bc71d113f381d5fe5200bdc4c5c4189e3731ca;p=dpdk.git diff --git a/drivers/net/sfc/sfc.h b/drivers/net/sfc/sfc.h index 331e06bac6..93d5202a24 100644 --- a/drivers/net/sfc/sfc.h +++ b/drivers/net/sfc/sfc.h @@ -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;