[dpdk-dev] [PATCH v2 1/3] port: added WRITER_APPROACH == 1 implementation to ring port

Thomas Monjalon thomas.monjalon at 6wind.com
Sun May 17 23:44:43 CEST 2015


2015-04-30 13:58, Michal Jastrzebski:
> From: Maciej Gajdzica <maciejx.t.gajdzica at intel.com>
> 
> Added better optimized implementation of tx_bulk for ring writer port
> based on
> similar solution in ethdev_writer port. New implementation sends burst
> without
> copying data to internal buffer if it is possible.
> 
> Signed-off-by: Maciej Gajdzica <maciejx.t.gajdzica at intel.com>
[...]
> +#if RTE_PORT_RING_WRITER_APPROACH == 0

Nack
Maybe you missed the previous comment:
	http://dpdk.org/ml/archives/dev/2015-March/015999.html


More information about the dev mailing list