[dpdk-dev] [PATCH] doc: update the dpdk 2.2 release notes

2015-09-16 Thread Thomas Monjalon
2015-09-16 10:50, Mcnamara, John: > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > In order to easily read the release notes, I suggest to order items > > logically, starting with API (ethdev, cryptodev), EAL, drivers, libs, > > tools, examples. > > Maybe that adding some subtitles

[dpdk-dev] [PATCH] doc: update the dpdk 2.2 release notes

2015-09-16 Thread Mcnamara, John
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Tuesday, September 15, 2015 2:22 PM > To: Mcnamara, John > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] doc: update the dpdk 2.2 release notes > > ... > > In or

[dpdk-dev] [PATCH] doc: update the dpdk 2.2 release notes

2015-09-16 Thread David Marchand
On Tue, Sep 15, 2015 at 3:07 PM, John McNamara wrote: > Update the DPDK 2.2 release notes with recent fixes: > > 7e01e3 i40e: fix base driver allocation when not using first numa node > 5e73f4 ixgbe: remove burst size restriction of vector Rx > 7fcd13 ixgbe: fix X550 DCB > d49e0f hash: fi

[dpdk-dev] [PATCH] doc: update the dpdk 2.2 release notes

2015-09-15 Thread Thomas Monjalon
2015-09-15 14:07, John McNamara: > +* **i40e: Fixed base driver allocation when not using first numa node.** > + > +Fixed i40e issue that occurred when a DPDK application didn't initialize > ports > +if memory wasn't available on socket 0. > + > + > +* **ixgbe: Removed burst size restriction of ve

[dpdk-dev] [PATCH] doc: update the dpdk 2.2 release notes

2015-09-15 Thread John McNamara
Update the DPDK 2.2 release notes with recent fixes: 7e01e3 i40e: fix base driver allocation when not using first numa node 5e73f4 ixgbe: remove burst size restriction of vector Rx 7fcd13 ixgbe: fix X550 DCB d49e0f hash: fix memory allocation of cuckoo key table 9db649 eal/linux: fix epo