From patchwork Tue Aug 11 14:42:45 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adrien Mazarguil X-Patchwork-Id: 6734 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 240495ABA; Tue, 11 Aug 2015 16:43:06 +0200 (CEST) Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by dpdk.org (Postfix) with ESMTP id F2BA55A9A for ; Tue, 11 Aug 2015 16:43:04 +0200 (CEST) Received: by wijp15 with SMTP id p15so179517734wij.0 for ; Tue, 11 Aug 2015 07:43:04 -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:in-reply-to :references; bh=vhnj7C0bfy0+3BLRX67wG4HnZQCEDiSuciluOaWcZY4=; b=JQaCkpFL9/WuLbUGRHNLjcWlZlnMmprgDZeF5tpEktq1laFcze9aGA4xyc/28VMd88 ixw/8MSlv94yilNIUC0Scj+HL+p7VFmkjrrmEpdvOUuxQi9rE6zyRBdLS6+Gi/Co8fcw 1Nl3XW3whymQgmYkUsjsbrrCp/CA1RqvPG9OAcIYrfGnOqyCT+QsOWn6iYdrgXRcPKSR A+e6HbB2tkb0BaL2+OoLEIr8gxliAi+3b/V4oL4g4umpldAfOKDWubkTahK55bdC2yZb iaKiqChV+GZg5/44XSkvVKkRRbMBnVjFoL4PyeGn1c5YMGeYMeOrJITmvhAaZjTGYzIU rs7A== X-Gm-Message-State: ALoCoQnA9McuzPd/1nZfB07B/3al2ibyqbUAVyhc9zwbBrImAP7xOdNY1plbqHzDFpGELc9IfHWn X-Received: by 10.194.201.71 with SMTP id jy7mr59062847wjc.93.1439304184869; Tue, 11 Aug 2015 07:43:04 -0700 (PDT) Received: from 6wind.com (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by smtp.gmail.com with ESMTPSA id k4sm3714498wix.19.2015.08.11.07.43.03 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 11 Aug 2015 07:43:03 -0700 (PDT) From: Adrien Mazarguil To: John McNamara Date: Tue, 11 Aug 2015 16:42:45 +0200 Message-Id: <1439304165-28438-3-git-send-email-adrien.mazarguil@6wind.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1439304165-28438-1-git-send-email-adrien.mazarguil@6wind.com> References: <1439304165-28438-1-git-send-email-adrien.mazarguil@6wind.com> Cc: dev@dpdk.org Subject: [dpdk-dev] [PATCH 2/2] doc: add mlx4 release notes to DPDK 2.1.0 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Signed-off-by: Adrien Mazarguil Acked-by: John McNamara --- doc/guides/rel_notes/release_2_1.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/doc/guides/rel_notes/release_2_1.rst b/doc/guides/rel_notes/release_2_1.rst index c39418c..00edd4b 100644 --- a/doc/guides/rel_notes/release_2_1.rst +++ b/doc/guides/rel_notes/release_2_1.rst @@ -38,12 +38,32 @@ New Features * TODO. +* Mellanox ConnectX-3 PMD (mlx4) enhancements. + + * Support Mellanox OFED 3.0. + + * Improved performance for both RX and TX operations. + + * Better link status information. + + * Outer L3/L4 checksum offload support. + + * Inner L3/L4 checksum offload support for VXLAN. Resolved Issues --------------- * TODO. +* Mellanox ConnectX-3 PMD (mlx4) bugfixes. + + * Multiple VLAN filters support. + + * Compilation on 32 bit platforms. + + * Possible crash in case of mbuf allocation failure. + + * Compilation as a shared library. Known Issues ------------