From mboxrd@z Thu Jan 1 00:00:00 1970 From: johndale Subject: [PATCH] doc: add entry for enic PMD Tx improvement to the 2.2 release notes. Date: Fri, 6 Nov 2015 15:08:35 -0800 Message-ID: <1446851315-22901-1-git-send-email-johndale@cisco.com> Cc: johndale To: dev@dpdk.org Return-path: Received: from alln-iport-2.cisco.com (alln-iport-2.cisco.com [173.37.142.89]) by dpdk.org (Postfix) with ESMTP id 3D6A6532D for ; Sat, 7 Nov 2015 00:08:39 +0100 (CET) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Signed-off-by: johndale --- doc/guides/rel_notes/release_2_2.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/guides/rel_notes/release_2_2.rst b/doc/guides/rel_notes/release_2_2.rst index 59dda59..8bc5fca 100644 --- a/doc/guides/rel_notes/release_2_2.rst +++ b/doc/guides/rel_notes/release_2_2.rst @@ -162,6 +162,9 @@ Drivers Fixed issue when releasing null control queue. +* **enic: Improve Tx packet rate.** + + Reduced frequency of Tx tail pointer updates to the nic. Libraries ~~~~~~~~~ -- 2.4.3