DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev]  [PATCH] vfio: remove unused variable
@ 2020-05-16  7:58 wangyunjian
  2020-06-29  9:44 ` [dpdk-dev] [dpdk-stable] " David Marchand
  0 siblings, 1 reply; 3+ messages in thread
From: wangyunjian @ 2020-05-16  7:58 UTC (permalink / raw)
  To: dev; +Cc: anatoly.burakov, jerry.lilijun, xudingke, Yunjian Wang, stable

From: Yunjian Wang <wangyunjian@huawei.com>

The 'group_status' has never been used and can be removed.

Fixes: 94c0776b1bad ("vfio: support hotplug")
Cc: stable@dpdk.org

Signed-off-by: Yunjian Wang <wangyunjian@huawei.com>
---
 lib/librte_eal/linux/eal_vfio.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lib/librte_eal/linux/eal_vfio.c b/lib/librte_eal/linux/eal_vfio.c
index d26e1649a..289f06650 100644
--- a/lib/librte_eal/linux/eal_vfio.c
+++ b/lib/librte_eal/linux/eal_vfio.c
@@ -929,9 +929,6 @@ int
 rte_vfio_release_device(const char *sysfs_base, const char *dev_addr,
 		    int vfio_dev_fd)
 {
-	struct vfio_group_status group_status = {
-			.argsz = sizeof(group_status)
-	};
 	struct vfio_config *vfio_cfg;
 	int vfio_group_fd;
 	int iommu_group_num;
-- 
2.23.0



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-07-07 11:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-16  7:58 [dpdk-dev] [PATCH] vfio: remove unused variable wangyunjian
2020-06-29  9:44 ` [dpdk-dev] [dpdk-stable] " David Marchand
2020-07-07 11:50   ` David Marchand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).