[dpdk-dev] [PATCH] distributor: split get_pkt into request and poll

Thomas Monjalon thomas.monjalon at 6wind.com
Fri Jun 20 18:03:24 CEST 2014


> > Take the existing get_pkt API and split out the parts for requesting a new
> > packet from the part to poll for arrival of a new packet. These individual
> > functions can then be used independently of the get function, which still 
acts
> > as before.
> > 
> > The split functions for request and poll will allow a worker to pull
> > packets from multiple distributors, or to act as multiple workers with a
> > single distributor if needed for better performance.
> > 
> > Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
> 
> Acked-by: Pablo de Lara <pablo.de.lara.guarch at intel.com>

Applied for version 1.7.0.

Thanks
-- 
Thomas


More information about the dev mailing list