[PATCH] net/netvsc: remove unused function hn_vf_reset()
longli at linuxonhyperv.com
longli at linuxonhyperv.com
Tue Jul 11 21:12:30 CEST 2023
From: Long Li <longli at microsoft.com>
hn_vf_reset() is defined but not used. Remove it.
Signed-off-by: Long Li <longli at microsoft.com>
---
drivers/net/netvsc/hn_var.h | 1 -
drivers/net/netvsc/hn_vf.c | 5 -----
2 files changed, 6 deletions(-)
diff --git a/drivers/net/netvsc/hn_var.h b/drivers/net/netvsc/hn_var.h
index 98a3b83033..e1f8e69a28 100644
--- a/drivers/net/netvsc/hn_var.h
+++ b/drivers/net/netvsc/hn_var.h
@@ -248,7 +248,6 @@ int hn_vf_configure_locked(struct rte_eth_dev *dev,
const struct rte_eth_conf *dev_conf);
const uint32_t *hn_vf_supported_ptypes(struct rte_eth_dev *dev);
int hn_vf_start(struct rte_eth_dev *dev);
-void hn_vf_reset(struct rte_eth_dev *dev);
int hn_vf_close(struct rte_eth_dev *dev);
int hn_vf_stop(struct rte_eth_dev *dev);
diff --git a/drivers/net/netvsc/hn_vf.c b/drivers/net/netvsc/hn_vf.c
index 40981706d5..782395d805 100644
--- a/drivers/net/netvsc/hn_vf.c
+++ b/drivers/net/netvsc/hn_vf.c
@@ -534,11 +534,6 @@ int hn_vf_stop(struct rte_eth_dev *dev)
return ret; \
}
-void hn_vf_reset(struct rte_eth_dev *dev)
-{
- VF_ETHDEV_FUNC(dev, rte_eth_dev_reset);
-}
-
int hn_vf_close(struct rte_eth_dev *dev)
{
int ret = 0;
--
2.17.1
More information about the dev
mailing list