On Tue, Sep 15, 2015 at 3:07 PM, John McNamara <john.mcnamara at intel.com> 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: fix memory allocation of cuckoo key table > 9db649 eal/linux: fix epoll timeout > > Signed-off-by: John McNamara <john.mcnamara at intel.com> > --- > > Authors of the above commits can you please check the associated release > note below. > > > doc/guides/rel_notes/release_2_2.rst | 31 +++++++++++++++++++++++++++++++ > 1 file changed, 31 insertions(+) > > diff --git a/doc/guides/rel_notes/release_2_2.rst > b/doc/guides/rel_notes/release_2_2.rst > index 682f468..9604316 100644 > --- a/doc/guides/rel_notes/release_2_2.rst > +++ b/doc/guides/rel_notes/release_2_2.rst > @@ -8,6 +8,37 @@ New Features > Resolved Issues > --------------- > > +* **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. > + > + > Ok for me. -- David Marchand