From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5BCF0C28CC0 for ; Wed, 29 May 2019 21:02:37 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id E4C8C241C8 for ; Wed, 29 May 2019 21:02:36 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=broadcom.com header.i=@broadcom.com header.b="URvJsceY" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E4C8C241C8 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=broadcom.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 27CB61B94A; Wed, 29 May 2019 23:02:36 +0200 (CEST) Received: from mail-pg1-f195.google.com (mail-pg1-f195.google.com [209.85.215.195]) by dpdk.org (Postfix) with ESMTP id 6A29A1B94A for ; Wed, 29 May 2019 23:02:34 +0200 (CEST) Received: by mail-pg1-f195.google.com with SMTP id f25so589414pgv.10 for ; Wed, 29 May 2019 14:02:34 -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=igmizWmXn0eEo5KrsvXy7R1CibEsDDe4CddG7u/eXVA=; b=URvJsceYzNpS3+hUxYU1heyEsP1Far9SvlmrJk5Ko9dmwSkxZAoj0YBVPxTOWALPRc 26GfpHb9mNBAasGyBWohXr5Gg7H65p6hLij6leFomc2Fo/8hLJv7uTpEWLMi6TAriNnk eMQ2Pqtcc9hm5WJsqJZt0Qvv55Nd5SsnyDAFk= 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=igmizWmXn0eEo5KrsvXy7R1CibEsDDe4CddG7u/eXVA=; b=A+GvvaI6oh+aVi4thMU84mFYlS3DZjTh7VfNrLsUMVWBxwUsk7sLObmoWNAHj2N1IW jrwMn4wwKHfDbYSJmhBboMmZsEfGU7GCJJ0viKhXZgdoWyv84xDqHj134xNGUFz10C7d 3SKgIWuVdcNDPJ2ao+bLVGlI2bRMsMrQJhCRWbVE99dcwTKe5KHsfbmpcPjZyEyETxOl mvG3Tah+RjBf8bVW4JtoHzTDVLpovzhpiushguCZ9xot4jpZS++xiXWrSkL0Qxyv5BTw rx8gSFnfkSeqe4/X9WXQ3AF1B+vK+2UIn3EgYNJqYxcm4DQFD+s7Jl82Q6UrkVowoG6I klNA== X-Gm-Message-State: APjAAAWit+yrxnxRTvVSmzjt4g+qNumgBGxK/USiU3L/fDTwCQcOxuJp LHKbYRdvmYWk4RKhdeAzqT560AMK0IxKPAkRM7OPssYOlpOmLAzzJUbiuyrGAsOAeIWtmxKpcE3 x5b2E25ajtEJI/kGpTkNOfypFeYtpa5UzSJR6ojILOjCxvO0mkQHuRUS83jipu0v2 X-Google-Smtp-Source: APXvYqy0u98Qyw9yjrZCl/uNNOAXqOwP6PJWm871UUkFkW5fR/Nn1AAu/asOyBa19lQxh78SLIIHSA== X-Received: by 2002:a17:90a:2908:: with SMTP id g8mr14967660pjd.131.1559163753291; Wed, 29 May 2019 14:02:33 -0700 (PDT) Received: from localhost.localdomain ([192.19.231.250]) by smtp.gmail.com with ESMTPSA id r4sm403889pjd.25.2019.05.29.14.02.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 29 May 2019 14:02:32 -0700 (PDT) From: Lance Richardson To: dev@dpdk.org Cc: ajit.khaparde@broadcom.com, ferruh.yigit@intel.com, maxime.coquelin@redhat.com, ktraynor@redhat.com, Lance Richardson Date: Wed, 29 May 2019 17:02:20 -0400 Message-Id: <20190529210227.17092-2-lance.richardson@broadcom.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190529210227.17092-1-lance.richardson@broadcom.com> References: <20190521213953.25425-1-ajit.khaparde@broadcom.com> <20190529210227.17092-1-lance.richardson@broadcom.com> Subject: [dpdk-dev] [PATCH v5 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 commits identified by the "Fixes:" tags below. Fixes: 5ef3592c97b9 ("net/bnxt: support bulk free of Tx mbufs") Fixes: 220de9869bc3 ("net/bnxt: optimize Tx batching") Signed-off-by: Ajit Khaparde Signed-off-by: Lance Richardson --- v5: * Corrected commit IDs and added Fixes: tags to commit log. 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 ------------- -- 2.17.1