From 8bb25d58b65cfd455f1b60ddfd3587e47a6617d8 Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Mon, 24 Nov 2014 23:06:25 +0100 Subject: [PATCH] ethdev: fix doxygen comments about RSS The parameters port_id didn't match with comments about port. Signed-off-by: Thomas Monjalon Acked-by: Bruce Richardson --- lib/librte_ether/rte_ethdev.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/librte_ether/rte_ethdev.h b/lib/librte_ether/rte_ethdev.h index dadb3b7333..f66805d156 100644 --- a/lib/librte_ether/rte_ethdev.h +++ b/lib/librte_ether/rte_ethdev.h @@ -3363,7 +3363,7 @@ int rte_eth_dev_bypass_wd_reset(uint8_t port); /** * Configuration of Receive Side Scaling hash computation of Ethernet device. * - * @param port + * @param port_id * The port identifier of the Ethernet device. * @param rss_conf * The new configuration to use for RSS hash computation on the port. @@ -3380,7 +3380,7 @@ int rte_eth_dev_rss_hash_update(uint8_t port_id, * Retrieve current configuration of Receive Side Scaling hash computation * of Ethernet device. * - * @param port + * @param port_id * The port identifier of the Ethernet device. * @param rss_conf * Where to store the current RSS hash configuration of the Ethernet device. -- 2.20.1