[dpdk-stable] patch 'ethdev: fix a doxygen comment for port	allocation' has been queued to LTS release 17.11.4
    Yongseok Koh 
    yskoh at mellanox.com
       
    Mon Aug 13 22:43:00 CEST 2018
    
    
  
Hi,
FYI, your patch has been queued to LTS release 17.11.4
Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 08/15/18. So please
shout if anyone has objections.
Thanks.
Yongseok
---
>From 7ef5d81364a567e1166ed193bd8d43c03c2731d1 Mon Sep 17 00:00:00 2001
From: Rami Rosen <rami.rosen at intel.com>
Date: Sun, 5 Aug 2018 23:03:28 +0300
Subject: [PATCH] ethdev: fix a doxygen comment for port allocation
[ backported from upstream commit 2da7f0146e47833215e68f2c658b4275b8d609fc ]
This patch fixes a doxygen comment of the rte_eth_dev_allocate()
method. There is no parameter named "type" for this
method; so this patch removes the doxygen comment about it.
Fixes: 6751f6deb798 ("ethdev: get rid of device type")
Signed-off-by: Rami Rosen <rami.rosen at intel.com>
Acked-by: Ferruh Yigit <ferruh.yigit at intel.com>
---
 lib/librte_ether/rte_ethdev.h | 1 -
 1 file changed, 1 deletion(-)
diff --git a/lib/librte_ether/rte_ethdev.h b/lib/librte_ether/rte_ethdev.h
index 89a13188c..47e37a6fa 100644
--- a/lib/librte_ether/rte_ethdev.h
+++ b/lib/librte_ether/rte_ethdev.h
@@ -1877,7 +1877,6 @@ struct rte_eth_dev *rte_eth_dev_allocated(const char *name);
  * to that slot for the driver to use.
  *
  * @param	name	Unique identifier name for each Ethernet device
- * @param	type	Device type of this Ethernet device
  * @return
  *   - Slot in the rte_dev_devices array for a new device;
  */
-- 
2.11.0
    
    
More information about the stable
mailing list