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

De Lara Guarch, Pablo pablo.de.lara.guarch at intel.com
Fri Jun 20 11:57:21 CEST 2014


> -----Original Message-----
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Bruce Richardson
> Sent: Thursday, June 19, 2014 10:13 PM
> To: dev at dpdk.org
> Subject: [dpdk-dev] [PATCH] distributor: split get_pkt into request and poll
> 
> 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>


More information about the dev mailing list