Re: [dpdk-dev] [PATCH v1] doc: add distributor library API change notice

2017-02-13 Thread Thomas Monjalon
2017-02-09 18:49, Thomas Monjalon: > 2017-02-09 17:02, Hunt, David: > > On 9/2/2017 2:20 PM, Ferruh Yigit wrote: > > > On 2/6/2017 8:08 AM, David Hunt wrote: > > >> +* lib: distributor library API will be changed to incorporate a burst- > > >> + oriented API. This will include a change to ``rte_di

Re: [dpdk-dev] [PATCH v1] doc: add distributor library API change notice

2017-02-09 Thread Thomas Monjalon
2017-02-09 17:02, Hunt, David: > On 9/2/2017 2:20 PM, Ferruh Yigit wrote: > > On 2/6/2017 8:08 AM, David Hunt wrote: > >> +* lib: distributor library API will be changed to incorporate a burst- > >> + oriented API. This will include a change to ``rte_distributor_create`` > >> + to specify which t

Re: [dpdk-dev] [PATCH v1] doc: add distributor library API change notice

2017-02-09 Thread Hunt, David
On 9/2/2017 2:20 PM, Ferruh Yigit wrote: On 2/6/2017 8:08 AM, David Hunt wrote: Given that the packet distributor library improvements (1) will not be in 17.02, I plan on doing some consolidation of the API for burst operation for 17.05, merging the two api's into one, with options for single o

Re: [dpdk-dev] [PATCH v1] doc: add distributor library API change notice

2017-02-09 Thread Ferruh Yigit
On 2/6/2017 8:08 AM, David Hunt wrote: > Given that the packet distributor library improvements (1) will > not be in 17.02, I plan on doing some consolidation of the > API for burst operation for 17.05, merging the two api's into > one, with options for single or burst operation. > > (1) http://dp

Re: [dpdk-dev] [PATCH v1] doc: add distributor library API change notice

2017-02-07 Thread Van Haaren, Harry
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of David Hunt > Sent: Monday, February 6, 2017 8:08 AM > To: dev@dpdk.org > Cc: Richardson, Bruce ; Hunt, David > > Subject: [dpdk-dev] [PATCH v1] doc: add distributor library API change notic

Re: [dpdk-dev] [PATCH v1] doc: add distributor library API change notice

2017-02-07 Thread Bruce Richardson
On Mon, Feb 06, 2017 at 08:08:29AM +, David Hunt wrote: > Given that the packet distributor library improvements (1) will > not be in 17.02, I plan on doing some consolidation of the > API for burst operation for 17.05, merging the two api's into > one, with options for single or burst operatio

[dpdk-dev] [PATCH v1] doc: add distributor library API change notice

2017-02-06 Thread David Hunt
Given that the packet distributor library improvements (1) will not be in 17.02, I plan on doing some consolidation of the API for burst operation for 17.05, merging the two api's into one, with options for single or burst operation. (1) http://dpdk.org/dev/patchwork/patch/19911/ Signed-off-by: D