From patchwork Fri Apr 27 08:57:05 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matej Vido X-Patchwork-Id: 39083 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 DD8507CCA; Fri, 27 Apr 2018 10:57:36 +0200 (CEST) Received: from office2.cesnet.cz (office2.cesnet.cz [195.113.144.244]) by dpdk.org (Postfix) with ESMTP id F202D7CBD for ; Fri, 27 Apr 2018 10:57:35 +0200 (CEST) Received: from localhost.localdomain (adsl-dyn22.78-99-30.t-com.sk [78.99.30.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by office2.cesnet.cz (Postfix) with ESMTPSA id 6D8EA400063; Fri, 27 Apr 2018 10:57:34 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cesnet.cz; s=office2; t=1524819455; bh=HC3klDCrLxYhafDz+580hXBxWr5q+PVuHSdFdDA3Bjo=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=n8wLl/c/HqsNVAZT2jq+GdraZxVwUvHBW4+Rk16KUZetAOVNlFBwBiOqeOA5skyr6 yv9BFt6OPhiGPg4tRALmwDR9eDPgsK8UPSji1lzNfuANm07WrFkt30U1oNMIwhuObI T91Lx3I32OVDl+dgxuXLkffUQ18dRQbAFh3FT3aQ= From: Matej Vido To: dev@dpdk.org Cc: remes@netcope.com, ferruh.yigit@intel.com Date: Fri, 27 Apr 2018 10:57:05 +0200 Message-Id: <1524819425-5286-1-git-send-email-vido@cesnet.cz> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1523518890-7075-1-git-send-email-vido@cesnet.cz> References: <1523518890-7075-1-git-send-email-vido@cesnet.cz> Subject: [dpdk-dev] [PATCH 1/1] doc: update doc and release notes for szedata2 driver 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" New version of the packages with dependencies for the szedata2 driver is needed due to the new API of the libsze2 library which is used in the driver. The documentation and the release notes are updated to contain the information about the required versions. Signed-off-by: Matej Vido Acked-by: Jan Remes --- doc/guides/nics/szedata2.rst | 9 +++++++++ doc/guides/rel_notes/release_18_05.rst | 4 ++++ 2 files changed, 13 insertions(+) diff --git a/doc/guides/nics/szedata2.rst b/doc/guides/nics/szedata2.rst index 96fed30..a34fffc 100644 --- a/doc/guides/nics/szedata2.rst +++ b/doc/guides/nics/szedata2.rst @@ -54,6 +54,15 @@ separately: Information about getting the dependencies can be found `here `_. +Versions of the packages +~~~~~~~~~~~~~~~~~~~~~~~ + +The minimum version of the provided packages: + +* for DPDK from 18.05: **4.4.1** + +* for DPDK up to 18.02 (including): **3.0.5** + Configuration ------------- diff --git a/doc/guides/rel_notes/release_18_05.rst b/doc/guides/rel_notes/release_18_05.rst index 3d18298..cce82ba 100644 --- a/doc/guides/rel_notes/release_18_05.rst +++ b/doc/guides/rel_notes/release_18_05.rst @@ -81,6 +81,10 @@ New Features * **Updated szedata2 PMD.** Added support for new NFB-200G2QL card. + New API was introduced in the libsze2 library which the szedata2 PMD depends + on thus the new version of the library was needed. + New versions of the packages are available and the minimum required version + is 4.4.1. * **Added support for Broadcom NetXtreme-S (BCM58800) family of controllers (aka Stingray)**