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

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Jul 6 17:50:01 CEST 2015


> > 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>

Applied, thanks


More information about the dev mailing list