[dpdk-dev] [PATCH 0/2] introduce dev_ops to get extended statistics of a device

2014-09-23 Thread Thomas Monjalon
2014-07-23 18:41, Richardson, Bruce: > > The generic statistics structure is getting bigger as new statistics are > > added in specific devices. For instance, fdir, tx_pause or loopback > > stats do not apply on virtual devices. It won't be possible to add every > > specific statistics in this gene

[dpdk-dev] [PATCH 0/2] introduce dev_ops to get extended statistics of a device

2014-07-23 Thread Richardson, Bruce
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Olivier Matz > Sent: Wednesday, July 23, 2014 5:29 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH 0/2] introduce dev_ops to get extended statistics > of > a device > > The g

[dpdk-dev] [PATCH 0/2] introduce dev_ops to get extended statistics of a device

2014-07-23 Thread Olivier Matz
The generic statistics structure is getting bigger as new statistics are added in specific devices. For instance, fdir, tx_pause or loopback stats do not apply on virtual devices. It won't be possible to add every specific statistics in this generic stats structure, but on the other hand these spec