From patchwork Mon Oct 15 14:50:52 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ferruh Yigit X-Patchwork-Id: 46838 X-Patchwork-Delegate: thomas@monjalon.net 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 8419A2BD3; Mon, 15 Oct 2018 15:51:17 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 5705E2BCE for ; Mon, 15 Oct 2018 15:51:15 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Oct 2018 06:51:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,384,1534834800"; d="scan'208";a="81340021" Received: from silpixa00399752.ir.intel.com (HELO silpixa00399752.ger.corp.intel.com) ([10.237.222.212]) by orsmga007.jf.intel.com with ESMTP; 15 Oct 2018 06:51:12 -0700 From: Ferruh Yigit To: John McNamara , Marko Kovacevic Cc: dev@dpdk.org, Ferruh Yigit , yipeng1.wang@intel.com, pablo.de.lara.guarch@intel.com Date: Mon, 15 Oct 2018 15:50:52 +0100 Message-Id: <20181015145057.37864-1-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.17.2 Subject: [dpdk-dev] [PATCH 1/6] doc: add missing shared library versions to release notes 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" Fixes: 857ed6c68cf2 ("member: implement main API") Fixes: 56b6ef874f80 ("efd: new Elastic Flow Distributor library") Signed-off-by: Ferruh Yigit --- Cc: yipeng1.wang@intel.com Cc: pablo.de.lara.guarch@intel.com --- doc/guides/rel_notes/release_18_11.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/guides/rel_notes/release_18_11.rst b/doc/guides/rel_notes/release_18_11.rst index 1348fab06..e803a800d 100644 --- a/doc/guides/rel_notes/release_18_11.rst +++ b/doc/guides/rel_notes/release_18_11.rst @@ -304,6 +304,7 @@ The libraries prepended with a plus sign were incremented in this version. librte_cryptodev.so.5 librte_distributor.so.1 + librte_eal.so.9 + librte_efd.so.1 librte_ethdev.so.10 + librte_eventdev.so.6 librte_flow_classify.so.1 @@ -317,6 +318,7 @@ The libraries prepended with a plus sign were incremented in this version. librte_latencystats.so.1 librte_lpm.so.2 librte_mbuf.so.4 + librte_member.so.1 librte_mempool.so.5 librte_meter.so.2 librte_metrics.so.1 From patchwork Mon Oct 15 14:50:53 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ferruh Yigit X-Patchwork-Id: 46839 X-Patchwork-Delegate: thomas@monjalon.net 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 3ADDA2E8F; Mon, 15 Oct 2018 15:51:20 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 5C5992BF5 for ; Mon, 15 Oct 2018 15:51:18 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Oct 2018 06:51:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,384,1534834800"; d="scan'208";a="81340032" Received: from silpixa00399752.ir.intel.com (HELO silpixa00399752.ger.corp.intel.com) ([10.237.222.212]) by orsmga007.jf.intel.com with ESMTP; 15 Oct 2018 06:51:15 -0700 From: Ferruh Yigit To: John McNamara , Marko Kovacevic Cc: dev@dpdk.org, Ferruh Yigit , yipeng1.wang@intel.com, pablo.de.lara.guarch@intel.com, Jerin Jacob , Nipun Gupta , Stephen Hemminger , "K. Y. Srinivasan" , Haiyang Zhang Date: Mon, 15 Oct 2018 15:50:53 +0100 Message-Id: <20181015145057.37864-2-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.17.2 In-Reply-To: <20181015145057.37864-1-ferruh.yigit@intel.com> References: <20181015145057.37864-1-ferruh.yigit@intel.com> Subject: [dpdk-dev] [PATCH 2/6] doc: remove shared libs with no API from release notes 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" The internal shared libraries shouldn't be part of release notes shared library version section. Signed-off-by: Ferruh Yigit Acked-by: Jerin Jacob --- Cc: Jerin Jacob Cc: Nipun Gupta Cc: Stephen Hemminger Cc: "K. Y. Srinivasan" Cc: Haiyang Zhang --- doc/guides/rel_notes/release_18_11.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/guides/rel_notes/release_18_11.rst b/doc/guides/rel_notes/release_18_11.rst index e803a800d..795a7ea3f 100644 --- a/doc/guides/rel_notes/release_18_11.rst +++ b/doc/guides/rel_notes/release_18_11.rst @@ -299,7 +299,6 @@ The libraries prepended with a plus sign were incremented in this version. + librte_bus_vmbus.so.2 librte_cfgfile.so.2 librte_cmdline.so.2 - librte_common_octeontx.so.1 librte_compressdev.so.1 librte_cryptodev.so.5 librte_distributor.so.1 @@ -330,12 +329,10 @@ The libraries prepended with a plus sign were incremented in this version. librte_pmd_bond.so.2 librte_pmd_i40e.so.2 librte_pmd_ixgbe.so.2 - librte_pmd_dpaa2_cmdif.so.1 librte_pmd_dpaa2_qdma.so.1 librte_pmd_ring.so.2 librte_pmd_softnic.so.1 librte_pmd_vhost.so.2 - + librte_pmd_netvsc.so.1 librte_port.so.3 librte_power.so.1 librte_rawdev.so.1 From patchwork Mon Oct 15 14:50:54 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ferruh Yigit X-Patchwork-Id: 46840 X-Patchwork-Delegate: thomas@monjalon.net 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 026444C96; Mon, 15 Oct 2018 15:51:23 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id BBA184C80 for ; Mon, 15 Oct 2018 15:51:21 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Oct 2018 06:51:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,384,1534834800"; d="scan'208";a="81340044" Received: from silpixa00399752.ir.intel.com (HELO silpixa00399752.ger.corp.intel.com) ([10.237.222.212]) by orsmga007.jf.intel.com with ESMTP; 15 Oct 2018 06:51:18 -0700 From: Ferruh Yigit To: John McNamara , Marko Kovacevic Cc: dev@dpdk.org, Ferruh Yigit , yipeng1.wang@intel.com, pablo.de.lara.guarch@intel.com, Maxime Coquelin , Tiwei Bie , Zhihong Wang Date: Mon, 15 Oct 2018 15:50:54 +0100 Message-Id: <20181015145057.37864-3-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.17.2 In-Reply-To: <20181015145057.37864-1-ferruh.yigit@intel.com> References: <20181015145057.37864-1-ferruh.yigit@intel.com> Subject: [dpdk-dev] [PATCH 3/6] doc: fix vhost library version in release notes 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" Fixes: 7c1290374621 ("vhost: rename device ops struct") Signed-off-by: Ferruh Yigit Reviewed-by: Tiwei Bie --- Cc: Maxime Coquelin Cc: Tiwei Bie Cc: Zhihong Wang --- doc/guides/rel_notes/release_18_11.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/rel_notes/release_18_11.rst b/doc/guides/rel_notes/release_18_11.rst index 795a7ea3f..03f73484e 100644 --- a/doc/guides/rel_notes/release_18_11.rst +++ b/doc/guides/rel_notes/release_18_11.rst @@ -342,7 +342,7 @@ The libraries prepended with a plus sign were incremented in this version. librte_security.so.1 librte_table.so.3 librte_timer.so.1 - librte_vhost.so.3 + librte_vhost.so.4 Known Issues From patchwork Mon Oct 15 14:50:55 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ferruh Yigit X-Patchwork-Id: 46841 X-Patchwork-Delegate: thomas@monjalon.net 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 D231D4CA5; Mon, 15 Oct 2018 15:51:26 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 2E64C2BDB; Mon, 15 Oct 2018 15:51:25 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Oct 2018 06:51:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,384,1534834800"; d="scan'208";a="81340049" Received: from silpixa00399752.ir.intel.com (HELO silpixa00399752.ger.corp.intel.com) ([10.237.222.212]) by orsmga007.jf.intel.com with ESMTP; 15 Oct 2018 06:51:22 -0700 From: Ferruh Yigit To: John McNamara , Marko Kovacevic , Olivier Matz Cc: dev@dpdk.org, Ferruh Yigit , yipeng1.wang@intel.com, pablo.de.lara.guarch@intel.com, stable@dpdk.org, Luca Boccassi Date: Mon, 15 Oct 2018 15:50:55 +0100 Message-Id: <20181015145057.37864-4-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.17.2 In-Reply-To: <20181015145057.37864-1-ferruh.yigit@intel.com> References: <20181015145057.37864-1-ferruh.yigit@intel.com> Subject: [dpdk-dev] [PATCH 4/6] mbuf: fix library version on meson build 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" Fixes: d27a6261875d ("mbuf: remove control mbuf") Cc: stable@dpdk.org Signed-off-by: Ferruh Yigit Acked-by: Luca Boccassi --- Cc: olivier.matz@6wind.com Cc: Luca Boccassi --- lib/librte_mbuf/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_mbuf/meson.build b/lib/librte_mbuf/meson.build index 45ffb0db5..94d9c4c96 100644 --- a/lib/librte_mbuf/meson.build +++ b/lib/librte_mbuf/meson.build @@ -1,7 +1,7 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Intel Corporation -version = 3 +version = 4 sources = files('rte_mbuf.c', 'rte_mbuf_ptype.c', 'rte_mbuf_pool_ops.c') headers = files('rte_mbuf.h', 'rte_mbuf_ptype.h', 'rte_mbuf_pool_ops.h') deps += ['mempool'] From patchwork Mon Oct 15 14:50:56 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ferruh Yigit X-Patchwork-Id: 46842 X-Patchwork-Delegate: thomas@monjalon.net 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 B93BC2BF5; Mon, 15 Oct 2018 15:51:30 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id A04704CAB; Mon, 15 Oct 2018 15:51:28 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Oct 2018 06:51:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,384,1534834800"; d="scan'208";a="81340058" Received: from silpixa00399752.ir.intel.com (HELO silpixa00399752.ger.corp.intel.com) ([10.237.222.212]) by orsmga007.jf.intel.com with ESMTP; 15 Oct 2018 06:51:25 -0700 From: Ferruh Yigit To: John McNamara , Marko Kovacevic , Olivier Matz Cc: dev@dpdk.org, Ferruh Yigit , yipeng1.wang@intel.com, pablo.de.lara.guarch@intel.com, stable@dpdk.org, Luca Boccassi Date: Mon, 15 Oct 2018 15:50:56 +0100 Message-Id: <20181015145057.37864-5-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.17.2 In-Reply-To: <20181015145057.37864-1-ferruh.yigit@intel.com> References: <20181015145057.37864-1-ferruh.yigit@intel.com> Subject: [dpdk-dev] [PATCH 5/6] ring: add library version to meson build 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" Fixes: a3d6026711d0 ("ring: relax alignment constraint on ring structure") Cc: stable@dpdk.org Signed-off-by: Ferruh Yigit Acked-by: Luca Boccassi --- Cc: olivier.matz@6wind.com Cc: Luca Boccassi --- lib/librte_ring/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/librte_ring/meson.build b/lib/librte_ring/meson.build index ca8a435e9..ab8b0b469 100644 --- a/lib/librte_ring/meson.build +++ b/lib/librte_ring/meson.build @@ -1,6 +1,7 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Intel Corporation +version = 2 sources = files('rte_ring.c') headers = files('rte_ring.h', 'rte_ring_c11_mem.h', From patchwork Mon Oct 15 14:50:57 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ferruh Yigit X-Patchwork-Id: 46843 X-Patchwork-Delegate: thomas@monjalon.net 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 B5F894CE4; Mon, 15 Oct 2018 15:51:32 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 27DDF4CAB for ; Mon, 15 Oct 2018 15:51:31 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Oct 2018 06:51:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,384,1534834800"; d="scan'208";a="81340070" Received: from silpixa00399752.ir.intel.com (HELO silpixa00399752.ger.corp.intel.com) ([10.237.222.212]) by orsmga007.jf.intel.com with ESMTP; 15 Oct 2018 06:51:29 -0700 From: Ferruh Yigit To: John McNamara , Marko Kovacevic Cc: dev@dpdk.org, Ferruh Yigit , yipeng1.wang@intel.com, pablo.de.lara.guarch@intel.com Date: Mon, 15 Oct 2018 15:50:57 +0100 Message-Id: <20181015145057.37864-6-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.17.2 In-Reply-To: <20181015145057.37864-1-ferruh.yigit@intel.com> References: <20181015145057.37864-1-ferruh.yigit@intel.com> Subject: [dpdk-dev] [PATCH 6/6] doc: remove internal libs from release notes 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" These libraries has exported functions but the target of those functions are not user but other libraries. The version of these libraries doesn't mean much to the user so can be dropped from release notes. Signed-off-by: Ferruh Yigit --- Indeed this is more a question, should we keep them or remove them? --- doc/guides/rel_notes/release_18_11.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/doc/guides/rel_notes/release_18_11.rst b/doc/guides/rel_notes/release_18_11.rst index 03f73484e..8b755a7e9 100644 --- a/doc/guides/rel_notes/release_18_11.rst +++ b/doc/guides/rel_notes/release_18_11.rst @@ -291,12 +291,6 @@ The libraries prepended with a plus sign were incremented in this version. librte_bbdev.so.1 librte_bitratestats.so.2 librte_bpf.so.1 - + librte_bus_dpaa.so.2 - + librte_bus_fslmc.so.2 - + librte_bus_ifpga.so.2 - + librte_bus_pci.so.2 - + librte_bus_vdev.so.2 - + librte_bus_vmbus.so.2 librte_cfgfile.so.2 librte_cmdline.so.2 librte_compressdev.so.1 @@ -322,7 +316,6 @@ The libraries prepended with a plus sign were incremented in this version. librte_meter.so.2 librte_metrics.so.1 librte_net.so.1 - librte_pci.so.1 librte_pdump.so.2 librte_pipeline.so.3 librte_pmd_bnxt.so.2