[dpdk-dev] [PATCH] ethdev: fix checking for tx_free_thresh

Ananyev, Konstantin konstantin.ananyev at intel.com
Thu Jun 25 14:45:35 CEST 2015



> -----Original Message-----
> From: Zoltan Kiss [mailto:zoltan.kiss at linaro.org]
> Sent: Tuesday, June 23, 2015 7:43 PM
> To: dev at dpdk.org
> Cc: Zoltan Kiss; Ananyev, Konstantin
> Subject: [PATCH] ethdev: fix checking for tx_free_thresh
> 
> This parameter is not consistent between the drivers: some use it as
> rte_eth_tx_burst() requires, some release buffers when the number of free
> descriptors drop below this value.
> Let's use it as most fast-path code does, which is the latter, and update
> comments throughout the code to reflect that.
> 
> Signed-off-by: Zoltan Kiss <zoltan.kiss at linaro.org>
> ---

Acked-by: Konstantin Ananyev <konstantin.ananyev at intel.com>

> --
> 1.9.1



More information about the dev mailing list