]> git.droids-corp.org - dpdk.git/commitdiff
ethdev: fix a comment for config struct
authorTonghao Zhang <xiangxia.m.yue@gmail.com>
Tue, 19 Sep 2017 05:24:30 +0000 (22:24 -0700)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 12 Oct 2017 00:36:58 +0000 (01:36 +0100)
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 <xiangxia.m.yue@gmail.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
lib/librte_ether/rte_ethdev.h

index 8bc1477afd1d377b3aa1c94ef4b75077d5c62c1b..b88005bb7aae12b4982b0d75f22b2c2646e42215 100644 (file)
@@ -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. */