ethdev: fix a comment for config struct
We have change the type of rx_adv_conf, so change the comment for it.
Fixes: 4bdefaade6
("ethdev: VMDQ enhancements")
Cc: stable@dpdk.org
Signed-off-by: Tonghao Zhang <xiangxia.m.yue@gmail.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
This commit is contained in:
parent
1a286a1139
commit
e087d4cd3a
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user