numam-dpdk/drivers/net/vmxnet3
Matan Azrad d5b0924ba6 ethdev: add return value to stats get dev op
The stats_get dev op API doesn't include return value, so PMD cannot
return an error in case of failure at stats getting process time.

Since PCI devices can be removed and there is a time between the
physical removal to the RMV interrupt, the user may get invalid stats
without any indication.

This patch changes the stats_get API return value to be int instead of
void.

All the net PMDs stats_get dev ops are adjusted by this patch.

Signed-off-by: Matan Azrad <matan@mellanox.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
2017-10-12 01:52:49 +01:00
..
base net/vmxnet3: add cmd to register memory region 2017-04-04 15:52:51 +02:00
Makefile mk: optimize directory dependencies 2017-03-27 23:28:43 +02:00
rte_pmd_vmxnet3_version.map vmxnet3: move to drivers/net/ 2015-05-22 16:06:23 +02:00
vmxnet3_ethdev.c ethdev: add return value to stats get dev op 2017-10-12 01:52:49 +01:00
vmxnet3_ethdev.h net/vmxnet3: generate link-state change notifications 2017-07-06 15:00:57 +02:00
vmxnet3_logs.h vmxnet3: move to drivers/net/ 2015-05-22 16:06:23 +02:00
vmxnet3_ring.h ethdev: increase port id range 2017-10-06 18:23:25 +02:00
vmxnet3_rxtx.c net/vmxnet3: fix dereference before null check 2017-10-06 02:49:49 +02:00