From: Robin Zhang Date: Fri, 29 Apr 2022 09:19:49 +0000 (+0000) Subject: net/ice: support Tx buffers cleanup in DCF mode X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=f6168ca7af4303c560a510b104a6f61107484acf;p=dpdk.git net/ice: support Tx buffers cleanup in DCF mode Add support for ops rte_eth_tx_done_cleanup in dcf Signed-off-by: Robin Zhang Signed-off-by: Kevin Liu Acked-by: Qi Zhang --- diff --git a/drivers/net/ice/ice_dcf_ethdev.c b/drivers/net/ice/ice_dcf_ethdev.c index ccad7fc304..d8b5961514 100644 --- a/drivers/net/ice/ice_dcf_ethdev.c +++ b/drivers/net/ice/ice_dcf_ethdev.c @@ -1235,6 +1235,7 @@ static const struct eth_dev_ops ice_dcf_eth_dev_ops = { .reta_query = ice_dcf_dev_rss_reta_query, .rss_hash_update = ice_dcf_dev_rss_hash_update, .rss_hash_conf_get = ice_dcf_dev_rss_hash_conf_get, + .tx_done_cleanup = ice_tx_done_cleanup, }; static int