From e087d4cd3a617553e9a978bdf5594f9cdc0b608e Mon Sep 17 00:00:00 2001 From: Tonghao Zhang Date: Mon, 18 Sep 2017 22:24:30 -0700 Subject: [PATCH] ethdev: fix a comment for config struct We have change the type of rx_adv_conf, so change the comment for it. Fixes: 4bdefaade6d1 ("ethdev: VMDQ enhancements") Cc: stable@dpdk.org Signed-off-by: Tonghao Zhang Reviewed-by: Ferruh Yigit --- lib/librte_ether/rte_ethdev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_ether/rte_ethdev.h b/lib/librte_ether/rte_ethdev.h index 8bc1477afd..b88005bb7a 100644 --- a/lib/librte_ether/rte_ethdev.h +++ b/lib/librte_ether/rte_ethdev.h @@ -922,7 +922,7 @@ struct rte_eth_conf { /**< Port dcb RX configuration. */ struct rte_eth_vmdq_rx_conf vmdq_rx_conf; /**< Port vmdq RX configuration. */ - } rx_adv_conf; /**< Port RX filtering configuration (union). */ + } rx_adv_conf; /**< Port RX filtering configuration. */ union { struct rte_eth_vmdq_dcb_tx_conf vmdq_dcb_tx_conf; /**< Port vmdq+dcb TX configuration. */ -- 2.20.1