[dpdk-dev] [PATCH v5 0/2] net/vhost: add pmd xstats support

2016-09-28 Thread Yuanhan Liu
On Fri, Sep 23, 2016 at 11:56:17AM +0800, Yuanhan Liu wrote: > On Thu, Sep 22, 2016 at 04:19:07PM +0800, Zhiyong Yang wrote: > > Patch 1 moves all stats counters to a new defined struct vhost_stats, > > in order to manage all stats counters in a consistent way. > > > > Patch 2 adds the pmd xstats

[dpdk-dev] [PATCH v5 0/2] net/vhost: add pmd xstats support

2016-09-23 Thread Yuanhan Liu
On Thu, Sep 22, 2016 at 04:19:07PM +0800, Zhiyong Yang wrote: > Patch 1 moves all stats counters to a new defined struct vhost_stats, > in order to manage all stats counters in a consistent way. > > Patch 2 adds the pmd xstats support. Applied to dpdk-next-virtio. Thanks. --yliu

[dpdk-dev] [PATCH v5 0/2] net/vhost: add pmd xstats support

2016-09-22 Thread Zhiyong Yang
Patch 1 moves all stats counters to a new defined struct vhost_stats, in order to manage all stats counters in a consistent way. Patch 2 adds the pmd xstats support. Changes in V5: Patch 2: for vhost_count_multicast_broadcast, passing struct rte_mbuf *buf instead of struct rte_mbuf **buf and rem