From patchwork Wed May 29 15:02:27 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lance Richardson X-Patchwork-Id: 53814 X-Patchwork-Delegate: ferruh.yigit@amd.com Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 861E51B953; Wed, 29 May 2019 17:03:09 +0200 (CEST) Received: from mail-pf1-f194.google.com (mail-pf1-f194.google.com [209.85.210.194]) by dpdk.org (Postfix) with ESMTP id 37B241B94E for ; Wed, 29 May 2019 17:03:06 +0200 (CEST) Received: by mail-pf1-f194.google.com with SMTP id q17so1810441pfq.8 for ; Wed, 29 May 2019 08:03:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=7hdtX8tPAeyKOfvIlqRJnsQx1nQ8UnhD+z+LUyhx2UU=; b=DlWz2/70jOoDN81Yf9N8//jz0kWJ1DpF1FGXgdSDg4uAvJq3PTdc6QQWFrru2NXR82 Ursf/Tk1kk9cAyC6Q5Og0o0TX55pB1MAzOYnawpjFsJsFmJSul9w77xPh6Fyu6RFKxyb JTIXoN+8aL/m7KoOLbztzkk/q+F7tzwtyi5uo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=7hdtX8tPAeyKOfvIlqRJnsQx1nQ8UnhD+z+LUyhx2UU=; b=MxfzMIoOTuVNMN5Ir+4lFkMjOz405xMMXYu+r6vNvgNrFgkrVvsUMdpnO25FtuIy2/ EMpk6qm2uZBypOIURKpmldaw4yy7cVIIYxGF+oxdJDIEC0J6yT1+EQhSbcFuGQqYkck9 21jAA3iQhJ90MdvsaIQmVdUiUuEPsfFaYTW6uxm4i/aGNBuDacDJrPFkw08jpEiW+P3J v7s/S6zyVKed38EU1lmjPX67GujZphe9CtJO9Hu0ihla1Btfk3Vrtrt9NIbpTJLTnsT4 V/jGs0Sv8VX3BHGfgmIXMYcrgXBs8hC0fbEj4pU+QlD1fbV4v94r1O6f+D7k5i917+y5 KX0Q== X-Gm-Message-State: APjAAAWQ3OUlT7ByYOD0cTYmuTYU7IEi2QactpdK8j5TTesalVPBQ2Ws Q1sSuFTa3pJC4cJWnFtoAwnHfEJapHz06O+kbIh8Nntwd6P3NevbWw4pPcmggJgV7N4MHQ9eImv M+Y4DlZ3sFRtsH95ePhferVkZ0g5z+yGzoRMsUwdhDuBfZ/jXyPlwjm9uUjgjxZWu X-Google-Smtp-Source: APXvYqyOwRWtvBqNYr79TouyFIHsa1RfZ8MWx+XRGnp1+QqIw1dcEF1UbaIZvDTz9G8MGfGvJUEHeA== X-Received: by 2002:a65:4283:: with SMTP id j3mr89092349pgp.88.1559142185178; Wed, 29 May 2019 08:03:05 -0700 (PDT) Received: from localhost.localdomain ([192.19.231.250]) by smtp.gmail.com with ESMTPSA id q193sm21579361pfc.52.2019.05.29.08.03.03 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 29 May 2019 08:03:04 -0700 (PDT) From: Lance Richardson To: dev@dpdk.org Cc: ajit.khaparde@broadcom.com, ferruh.yigit@intel.com, maxime.coquelin@redhat.com, Lance Richardson Date: Wed, 29 May 2019 11:02:27 -0400 Message-Id: <20190529150234.15166-2-lance.richardson@broadcom.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190529150234.15166-1-lance.richardson@broadcom.com> References: <20190521213953.25425-1-ajit.khaparde@broadcom.com> <20190529150234.15166-1-lance.richardson@broadcom.com> Subject: [dpdk-dev] [PATCH v4 1/8] net/bnxt: update release notes for bnxt X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" From: Ajit Khaparde Update release doc briefly describing updates to bnxt PMD, including transmit optimization changes in the following commits: commit 5c26b1706862 ("net/bnxt: support bulk free of Tx mbufs") commit f8dea49ef89b ("net/bnxt: optimize Tx batching code") Signed-off-by: Ajit Khaparde Signed-off-by: Lance Richardson --- doc/guides/rel_notes/release_19_08.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guides/rel_notes/release_19_08.rst b/doc/guides/rel_notes/release_19_08.rst index 5ebb564b1..2b66f41f5 100644 --- a/doc/guides/rel_notes/release_19_08.rst +++ b/doc/guides/rel_notes/release_19_08.rst @@ -54,6 +54,10 @@ New Features Also, make sure to start the actual text at the margin. ========================================================= +* **Updated the bnxt PMD.** + + Updated the bnxt PMD. The major enhancements include: + * Performance optimizations in non-vector Tx path Removed Items -------------