On 10/12/2021 3:39 PM, Xueming Li wrote:
index 6d80514ba7a..041da6ee52f 100644 --- a/lib/ethdev/rte_ethdev.h +++ b/lib/ethdev/rte_ethdev.h @@ -1044,6 +1044,13 @@ struct rte_eth_rxconf { uint8_t rx_drop_en; /**< Drop packets if no descriptors are available. */ uint8_t rx_deferred_start; /**< Do not start queue with rte_eth_dev_start(). */ uint16_t rx_nseg; /**< Number of descriptions in rx_seg array. */ + /** + * Share group index in Rx domain and switch domain. + * Non-zero value to enable Rx queue share, zero value disable share. + * PMD driver is responsible for Rx queue consistency checks to avoid
When you update the set, can you please update 'PMD driver' usage too? PMD = Poll Mode Driver, so second 'driver' is duplicate, there are a few more instance of this usage in this set.