From patchwork Tue May 28 19:23:32 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lance Richardson X-Patchwork-Id: 53776 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 23CA01B947; Tue, 28 May 2019 21:23:57 +0200 (CEST) Received: from mail-pg1-f196.google.com (mail-pg1-f196.google.com [209.85.215.196]) by dpdk.org (Postfix) with ESMTP id 8D0711B05 for ; Tue, 28 May 2019 21:23:53 +0200 (CEST) Received: by mail-pg1-f196.google.com with SMTP id a3so11575049pgb.3 for ; Tue, 28 May 2019 12:23:53 -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=dM9cgFFRNObsKT6xi11aYHuzkr3rR+qd+8O5e57APSlZEXfDCE7lb6t65J6v1EjBsE GwdmcO07+7RHdHPlL11/dUnZoZgAjNegvXq0xOWyvl54oNddEog//Sln7Z1U85MNcFjL 9PZEDvqoRipo3RVSzv194LEFYKCS/32VQM0wk= 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=InzrYpSvw0XUlFPY2sscb+pTEMe/Bq6Ia3r6V8DgX6dO41ab47JZUFjBeZuK1U3AIx KjrdOwEQzfF0sf1Yfbk1AwMejHJiCIzV67C/WTt+Qjx/cOX45z3Ma2Rmx3N65i6I249G PVfOQHMZPiuNV1qOkfNgwMBO2hs6zVm50x2t8/jnl10wANby3+BreqPrf9KEqHqyYpHi k4ZUYEJjR86XVhE08hER4a9MWel89VHuho7GG6FqMeQTDWIYOcduzANrIoiBOVW77V6v fgDvz80obWugpD1SlSvcPBLR67VnJTtdRc+bAPu96TJ8wf5EQ7z2JYJuEJyxeT3ATJbA C6uA== X-Gm-Message-State: APjAAAXnPzt20JhwzJlELiQmBZrBs/4L1uBMUbNQ4KC9CqpcbgqNtfsE F1IIuNVJoiNT71fs6POgkpFoJOgx7mP8d1zmAXew+iiaPHBNsZvYviFiOsObhKQFj+qmmV87oLq AoC0SsAN1d4tIlHO0CqTSWMiiE6i5lhBylfWy0hbRp4jlp/btcJmoeLTEjeuPm3D8 X-Google-Smtp-Source: APXvYqw7NaNVQK29IeIusqUVDm5WFF7ptjOac884Sq/3wpnXkixHzi3IKKJP7N9fwJO+xA68WFkGFQ== X-Received: by 2002:a62:d205:: with SMTP id c5mr142878930pfg.219.1559071432649; Tue, 28 May 2019 12:23:52 -0700 (PDT) Received: from lrichardson-VirtualBox.dhcp.broadcom.net ([192.19.231.250]) by smtp.gmail.com with ESMTPSA id q66sm3733070pjb.13.2019.05.28.12.23.51 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 28 May 2019 12:23:52 -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: Tue, 28 May 2019 15:23:32 -0400 Message-Id: <20190528192339.10903-2-lance.richardson@broadcom.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190528192339.10903-1-lance.richardson@broadcom.com> References: <20190521213953.25425-1-ajit.khaparde@broadcom.com> <20190528192339.10903-1-lance.richardson@broadcom.com> Subject: [dpdk-dev] [PATCH v3 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 -------------