From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by dpdk.org (Postfix) with ESMTP id 63AD78D96 for ; Thu, 24 Sep 2015 23:15:20 +0200 (CEST) Received: by wicfx3 with SMTP id fx3so1234120wic.0 for ; Thu, 24 Sep 2015 14:15:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=lpqQ3bIgp9OxHkzyjZZAV01SOo2FCMFa2TtTJNOVxZc=; b=g8FEcY8mnGfvwNP9ZcaRwM238fcbRCmD+T7gQYExZWvU4rwa/gwYYuKNTdiTIDyF8k sfPE2zHyq6x+IL7/LXuM2vcM5NmHlia0TreAECQ+m7dBXpmwbSE6pFz7YO3N8iKXP6Gi byt2iU3HgGJyzCouRjmABq5btXQdYGhb9Eh7fCz1UN9hU7ieikMipPz+C0sA9ksAolbc nILSTv+HJ9vzDxsvz/V3iftFriZ3oORnBZy+RnUnOTsItwtyIn3Qm+1PueLcdFq9LRwi 0SMQb/cjUf/UC4n9N3kNmwJtJTjjLucaozSyXQvywMH0EQYSJvfgeSrLudj0MtpeIO0h HKMg== X-Gm-Message-State: ALoCoQlW4lWuU57eFe8BsMK7JMhcI42ATAwTbDkU+pfgIVNzjisEN75TbIhTl5+a6XnQoTN+FVzV X-Received: by 10.194.80.38 with SMTP id o6mr1925243wjx.52.1443129319852; Thu, 24 Sep 2015 14:15:19 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id pb4sm211756wjb.8.2015.09.24.14.15.18 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 24 Sep 2015 14:15:18 -0700 (PDT) From: Thomas Monjalon To: John McNamara Date: Thu, 24 Sep 2015 23:14:12 +0200 Message-ID: <1868678.u7IX3Rghx9@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1443111820-32543-1-git-send-email-john.mcnamara@intel.com> References: <1442565172-5338-6-git-send-email-matejvido@gmail.com> <1443111820-32543-1-git-send-email-john.mcnamara@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2] 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: Thu, 24 Sep 2015 21:15:20 -0000 2015-09-24 17:23, 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 epoll timeout > > Signed-off-by: John McNamara Applied with small changes and one more recent fix. I think we should not include Fixes: tags in the release notes. It looks better to keep it small with focus on what was fixed.