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

2014-06-20 Thread Thomas Monjalon
> > 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 a

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

2014-06-20 Thread De Lara Guarch, Pablo
> -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

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

2014-06-19 Thread Bruce Richardson
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 work