On 2/6/2021 6:05 PM, Yong Wang wrote:
-----Original Message-----
From: Dheemanth Mallikarjun <dheeman...@vmware.com>
Date: Monday, January 4, 2021 at 11:43 AM
To: "dev@dpdk.org" <dev@dpdk.org>
Cc: Yong Wang <yongw...@vmware.com>
Subject: [PATCH v1 2/2] net/vmxnet3: Provided API to reset vmxnet device
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 <dheeman...@vmware.com>
---
Acked-by: Yong Wang <yongw...@vmware.com>
Applied to dpdk-next-net/main, thanks.