From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by dpdk.org (Postfix) with ESMTP id 001D55A03 for ; Tue, 15 Sep 2015 15:23:00 +0200 (CEST) Received: by wicgb1 with SMTP id gb1so28666943wic.1 for ; Tue, 15 Sep 2015 06:23:00 -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=nw1Nt1EcIL8PTxJnU1ngzFGHgp0lhnfPXdo/LgBv9Ic=; b=V23tHz41cqY1iI/sNfDpwTxjioYaOprfoevG5E0iTxOsAjPDaHAJKoXJp+39L+VcHh fMHHcMBXC8ikySZch3C7qh6F6sVALw9rEd5XK0E7k6Bfzam5BMe0385+xPnTxr8LuBUp f5FVTHnbu14q7HhWxs/tYcLHLsg7mNCFG+tI5jN8ow9gy27onHQ18jkibI0kHKVfj1lR 0mrfZ1BWPT/lKKXhnwGJ1lfqOSdo8QCDBBTboXcq4NAorGMFhl7aqy43uZfkJvUvxMu2 OfpE/goQgFtflVS6PVC0tLwOyJ4hxjIlZAhislncABsXwSrSi6NCsf2e7T9yNIyU317q W3eA== X-Gm-Message-State: ALoCoQnUQqckjn/BXo/oScKCMPVszMMytVdX/VL0XXVgCoQxOQe/WNleMlxREkrPq147SF5D8BW0 X-Received: by 10.180.91.131 with SMTP id ce3mr7482796wib.84.1442323380700; Tue, 15 Sep 2015 06:23:00 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id ej5sm21116389wjd.22.2015.09.15.06.22.59 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 15 Sep 2015 06:22:59 -0700 (PDT) From: Thomas Monjalon To: John McNamara Date: Tue, 15 Sep 2015 15:21:52 +0200 Message-ID: <2874598.qVsS3oCtQ8@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1442322474-27380-1-git-send-email-john.mcnamara@intel.com> References: <1442322474-27380-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] 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: Tue, 15 Sep 2015 13:23:01 -0000 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 vector RX.** > + > +Fixed issue where a burst size less than 32 didn't receive anything. > + > + > +* **ixgbe: Fixed issue with X550 DCB.** > + > +Fixed a DCB issue with x550 where for 8 TCs (Traffic Classes), if a packet > +with user priority 6 or 7 was injected to the NIC, then the NIC would only put > +3 packets into the queue. There was also a similar issue for 4 TCs. > + > + > +* **hash: Fixed memory allocation of Cuckoo Hash key table.** > + > +Fixed issue where an incorrect Cuckoo Hash key table size could be calculated > +limiting the size to 4GB. > + > +Fixes: 48a399119619 ("hash: replace with cuckoo hash implementation") > + > + > +* **eal/linux: Fixed epoll timeout.** > + > +Fixed issue where the ``rte_epoll_wait()`` function didn't return when the > +underlying call to ``epoll_wait()`` timed out. 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 would help. Opinions?