net/vmxnet3: support device reset
authorDheemanth Mallikarjun <dheemanthm@vmware.com>
Mon, 4 Jan 2021 19:43:08 +0000 (11:43 -0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 22 Feb 2021 16:48:44 +0000 (17:48 +0100)
commita954b37a4c8015a7db0877563f07de7eb8f5ed74
tree3fbfd6a47700b8a7b754d1b6a4043ba9acc5ef11
parentc0396a48b526eb3d38c941a7e7d63d360a789d16
net/vmxnet3: support device reset

The vmxnet3 driver didn't have the dev_reset function
pointer set. Hence, provided the necessary function
pointer so that DPDK developers can use the rte_eth_dev_reset
API to reset the vmxnet3 device data.

Signed-off-by: Dheemanth Mallikarjun <dheemanthm@vmware.com>
Acked-by: Yong Wang <yongwang@vmware.com>
drivers/net/vmxnet3/vmxnet3_ethdev.c