[dpdk-dev] [PATCH v1 16/20] net/txgbe: add some supports as PF driver implemented
Ferruh Yigit
ferruh.yigit at intel.com
Tue Feb 2 18:50:03 CET 2021
On 1/22/2021 9:47 AM, Jiawen Wu wrote:
> Some RXTX operations like queue setup and release, packet type get, and
> Tx done cleanup have been supported on PF device. There are ops
> functions directly added.
>
> Signed-off-by: Jiawen Wu <jiawenwu at trustnetic.com>
<...>
> @@ -1375,6 +1380,7 @@ static const struct eth_dev_ops txgbevf_eth_dev_ops = {
> .reta_query = txgbe_dev_rss_reta_query,
> .rss_hash_update = txgbe_dev_rss_hash_update,
> .rss_hash_conf_get = txgbe_dev_rss_hash_conf_get,
> + .tx_done_cleanup = txgbe_dev_tx_done_cleanup,
Can you please add "Free Tx mbuf on demand" feature to the .ini file with this
dev_ops.
More information about the dev
mailing list