From: Tonghao Zhang Date: Tue, 19 Sep 2017 05:24:30 +0000 (-0700) Subject: ethdev: fix a comment for config struct X-Git-Tag: spdx-start~1481 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=e087d4cd3a617553e9a978bdf5594f9cdc0b608e;p=dpdk.git 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 --- 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. */