From patchwork Fri May 24 14:49:35 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lance Richardson X-Patchwork-Id: 53689 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 962AD1B99F; Fri, 24 May 2019 16:50:38 +0200 (CEST) Received: from mail-pf1-f176.google.com (mail-pf1-f176.google.com [209.85.210.176]) by dpdk.org (Postfix) with ESMTP id 4AB341B96E for ; Fri, 24 May 2019 16:50:20 +0200 (CEST) Received: by mail-pf1-f176.google.com with SMTP id u17so5469617pfn.7 for ; Fri, 24 May 2019 07:50:20 -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=fFftA8WSzJrRPPrGspY6peTCOmjtbbnfDUZHdv6hL18=; b=gwBaqwLMnP4NNf33fYw45d5b/g4oupfamuvO6zmxB3FYudSP4EOq6sGEk8xNJGhW4t owE/XYgv0lkTKMo4KMwNBVYigPkwY50aL4hkg5qbnyzmThuTOMRD/ayvfyuSg9hVHxku 8FnQOzRf9EoIoml8/jDKibWeItdb8kQbauDQk= 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=fFftA8WSzJrRPPrGspY6peTCOmjtbbnfDUZHdv6hL18=; b=W/XJcoYaYJJi3dyEUvpGfJGN2P+WIpAsMHd3lVkuyqa7GaziJ6pLhsqDy9Tb3KVvrC QZeUrneLsDIcYO8SX3xbFSmJVfVaSQ275lEKJb8+ADKE2+2qyBlxyW6KsYyauivZlKoN IopdOA0UR4aJHm26Er6ZLZi0ERqc23G1Nu9eVFMmebjeHrSpTj3Xkc/hkJB9SPPoy0Ba SOIxS968NU+VBaXthuGM6LlD7vwasH02KiM1STMKqaY0/UCuzj3PEImTKIuDDxlX4Mgs B9yEK046YxDKhqzKhc4PLfsO26xzJcOCgqhDK1sLO6ZeNgRDCClC18MBcyMOjoOMlQB4 F+0g== X-Gm-Message-State: APjAAAVWKaBY3ujEthnn+5Yz6Rdv/E3Az6BV23wFlsmEWo36BOO/O2GB 0aQ3DC1ya1d50W6a4AygXmtBgViNR+cJ7Dlha2gNPQFk5q2LdglZ1X9w5ctrFzk6m8ATaqN0rXI v7NXMFaV2rRGOuugYocFnfYYblaQKpW5Iwy/7Cm6DJ40gpH2yok02pucWQGbNcxFx X-Google-Smtp-Source: APXvYqyzo4lMhwSvqTsGzrVEpf374uyUKDq/Ticn8f8gCNcUCDsM3kPElfRtrX38xDR2MPB41okFXA== X-Received: by 2002:aa7:8652:: with SMTP id a18mr111110999pfo.167.1558709419140; Fri, 24 May 2019 07:50:19 -0700 (PDT) Received: from localhost.localdomain ([192.19.231.250]) by smtp.gmail.com with ESMTPSA id x23sm2723705pfn.160.2019.05.24.07.50.17 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 24 May 2019 07:50:18 -0700 (PDT) From: Lance Richardson To: dev@dpdk.org Cc: ajit.khaparde@broadcom.com, ferruh.yigit@intel.com, maxime.coquelin@redhat.com Date: Fri, 24 May 2019 10:49:35 -0400 Message-Id: <20190524144935.18765-11-lance.richardson@broadcom.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190524144935.18765-1-lance.richardson@broadcom.com> References: <20190521213953.25425-1-ajit.khaparde@broadcom.com> <20190524144935.18765-1-lance.richardson@broadcom.com> Subject: [dpdk-dev] [PATCH v2 10/10] 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. Signed-off-by: Ajit Khaparde --- doc/guides/rel_notes/release_19_08.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/rel_notes/release_19_08.rst b/doc/guides/rel_notes/release_19_08.rst index b9510f93a..2ff9d4b1c 100644 --- a/doc/guides/rel_notes/release_19_08.rst +++ b/doc/guides/rel_notes/release_19_08.rst @@ -54,6 +54,12 @@ 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: + * Update HWRM version to 1.10.74 + * Added vector RX/TX + * Performance optimizations in non-vector Tx path Removed Items -------------