From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-f46.google.com (mail-oi0-f46.google.com [209.85.218.46]) by dpdk.org (Postfix) with ESMTP id E86D83239 for ; Wed, 16 Sep 2015 10:27:51 +0200 (CEST) Received: by oibi136 with SMTP id i136so117068798oib.3 for ; Wed, 16 Sep 2015 01:27:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=MgIBX6y1gjmpy8MUTrQC72xVJ76d52eFm9wZ/KCGsZk=; b=eUtW71MfoAFgawPu0oFMafQ7eVFfhuUX4rljVPW8ZfP4AshNnOS4myCOtNyiI0tRzL /O/8p7T5j5hiCa7GgrfmzAnpffx4Lb3uGu1qh9vgB1CcSYAf17FSGcxD7Ukl4/jt+xGe 7d5ZHr9/ANjWgyATu+oagR6XoII+ZPBXb8risCjiVr9FSneRpUAjahANItjA4JXpOW+Q yRLgSvlUV6w8hv6CEmqXHNVe2BiQeV6fChP4IMn+Y+CL948l7Ow58hq4h/PHdTeZmAyt MUxvZ2ZwjQZ4m5ZGgucwVoka7AQS0S29O4P5FQLevCxe3aeCRPNicwzW1kuG0mcKmOvh hkdg== X-Gm-Message-State: ALoCoQnuWxFaO0rATdAMtIRQmZAZLwnWkJuEmitU88Njtc7S6drfe1iftyBcuAGL2z3AnvczoSql MIME-Version: 1.0 X-Received: by 10.182.204.35 with SMTP id kv3mr23454374obc.58.1442392071320; Wed, 16 Sep 2015 01:27:51 -0700 (PDT) Received: by 10.76.150.166 with HTTP; Wed, 16 Sep 2015 01:27:51 -0700 (PDT) In-Reply-To: <1442322474-27380-1-git-send-email-john.mcnamara@intel.com> References: <1442322474-27380-1-git-send-email-john.mcnamara@intel.com> Date: Wed, 16 Sep 2015 10:27:51 +0200 Message-ID: From: David Marchand To: John McNamara Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH] doc: update the dpdk 2.2 release notes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Sep 2015 08:27:52 -0000 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: fix memory allocation of cuckoo key table > 9db649 eal/linux: fix epoll timeout > > Signed-off-by: John McNamara > --- > > 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