net/vmxnet3: retain counters on restart
authorNachiketa Prachanda <nprachan@brocade.com>
Thu, 15 Jun 2017 12:16:08 +0000 (08:16 -0400)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 6 Jul 2017 13:00:57 +0000 (15:00 +0200)
commite4d56c333f76a64240ee9168ed040b7d90f04f18
treeb99af0e21d55fe4e1f69a4d2cc159e0b7e481f1c
parent4810d3af8343895742339a4875545ed68c89cc2b
net/vmxnet3: retain counters on restart

Most NICs like virtio, igb/ixgbe etc. don't reset counters on
dev_start and arguably this helps in monitoring the counters
across a longer time span with multiple device start/stops.
vmxnet3 behavior is opposite to that and counters are reset by
the host side implementation each time the device is restarted.

Change the driver to save the counters in its private context
before it is reset by writing CMD_ACTIVATE to REG_CMD.

Signed-off-by: Nachiketa Prachanda <nprachan@brocade.com>
Acked-by: Shrikrishna Khare <skhare@vmware.com>
drivers/net/vmxnet3/vmxnet3_ethdev.c
drivers/net/vmxnet3/vmxnet3_ethdev.h