From: Ray Kinsella <mdr@ashroe.eu>
To: dev@dpdk.org
Cc: haiyue.wang@intel.com, matan@mellanox.com, anoobj@marvell.com,
ferruh.yigit@intel.com, david.marchand@redhat.com,
mchalla@marvell.com, echaudro@redhat.com,
cristian.dumitrescu@intel.com, thomas@monjalon.net,
jingjing.wu@intel.com, wenzhuo.lu@intel.com,
shahafs@mellanox.com, viacheslavo@mellanox.com,
jerinj@marvell.com, ndabilpuram@marvell.com,
cardigliano@ntop.org, Neil Horman <nhorman@tuxdriver.com>
Subject: Re: [dpdk-dev] [PATCH] abi: change references to abi 20.0.1 to abi v21
Date: Mon, 20 Apr 2020 12:57:26 +0100 [thread overview]
Message-ID: <f7297bb4-e1a9-db99-380f-730027c6ecf9@ashroe.eu> (raw)
In-Reply-To: <20200420093421.68984-1-mdr@ashroe.eu>
Travis ABI check warnings, can be safely ignored in this case, I think.
https://travis-ci.com/github/ovsrobot/dpdk/builds/161009923
Ray K
On 20/04/2020 10:34, Ray Kinsella wrote:
> Change references to abi 20.0.1 to use abi v21.0, add myself as the map
> file maintainer to more closely monitor future abi changes.
>
> Signed-off-by: Ray Kinsella <mdr@ashroe.eu>
> ---
> MAINTAINERS | 2 ++
> drivers/common/iavf/rte_common_iavf_version.map | 2 +-
> drivers/common/mlx5/rte_common_mlx5_version.map | 2 +-
> drivers/common/octeontx2/rte_common_octeontx2_version.map | 2 +-
> drivers/net/ionic/rte_pmd_ionic_version.map | 2 +-
> drivers/raw/octeontx2_ep/rte_rawdev_octeontx2_ep_version.map | 2 +-
> drivers/vdpa/mlx5/rte_pmd_mlx5_vdpa_version.map | 2 +-
> lib/librte_meter/rte_meter_version.map | 2 +-
> 8 files changed, 9 insertions(+), 7 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1bf00d7e5..c352e7815 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -86,6 +86,8 @@ F: doc/
> ABI Policy
> M: Ray Kinsella <mdr@ashroe.eu>
> F: doc/guides/contributing/abi_*.rst
> +F: drivers/*/*/*.map
> +F: lib/*/*.map
>
> Developers and Maintainers Tools
> M: Thomas Monjalon <thomas@monjalon.net>
> diff --git a/drivers/common/iavf/rte_common_iavf_version.map b/drivers/common/iavf/rte_common_iavf_version.map
> index 2f11d67c0..b9ca81aea 100644
> --- a/drivers/common/iavf/rte_common_iavf_version.map
> +++ b/drivers/common/iavf/rte_common_iavf_version.map
> @@ -1,4 +1,4 @@
> -DPDK_20.0.1 {
> +DPDK_21.0 {
> global:
>
> iavf_init_adminq;
> diff --git a/drivers/common/mlx5/rte_common_mlx5_version.map b/drivers/common/mlx5/rte_common_mlx5_version.map
> index aede2a0a5..7bfea95fb 100644
> --- a/drivers/common/mlx5/rte_common_mlx5_version.map
> +++ b/drivers/common/mlx5/rte_common_mlx5_version.map
> @@ -1,4 +1,4 @@
> -DPDK_20.0.1 {
> +DPDK_21.0 {
> global:
>
> mlx5_class_get;
> diff --git a/drivers/common/octeontx2/rte_common_octeontx2_version.map b/drivers/common/octeontx2/rte_common_octeontx2_version.map
> index 8f2404bd9..68392ff79 100644
> --- a/drivers/common/octeontx2/rte_common_octeontx2_version.map
> +++ b/drivers/common/octeontx2/rte_common_octeontx2_version.map
> @@ -34,7 +34,7 @@ DPDK_20.0 {
> local: *;
> };
>
> -DPDK_20.0.1 {
> +DPDK_21.0 {
> global:
>
> otx2_eth_dev_is_sec_capable;
> diff --git a/drivers/net/ionic/rte_pmd_ionic_version.map b/drivers/net/ionic/rte_pmd_ionic_version.map
> index bc8fd6d4d..cd8100ee4 100644
> --- a/drivers/net/ionic/rte_pmd_ionic_version.map
> +++ b/drivers/net/ionic/rte_pmd_ionic_version.map
> @@ -1,4 +1,4 @@
> -DPDK_20.0.1 {
> +DPDK_21.0 {
>
> local: *;
> };
> diff --git a/drivers/raw/octeontx2_ep/rte_rawdev_octeontx2_ep_version.map b/drivers/raw/octeontx2_ep/rte_rawdev_octeontx2_ep_version.map
> index bc8fd6d4d..cd8100ee4 100644
> --- a/drivers/raw/octeontx2_ep/rte_rawdev_octeontx2_ep_version.map
> +++ b/drivers/raw/octeontx2_ep/rte_rawdev_octeontx2_ep_version.map
> @@ -1,4 +1,4 @@
> -DPDK_20.0.1 {
> +DPDK_21.0 {
>
> local: *;
> };
> diff --git a/drivers/vdpa/mlx5/rte_pmd_mlx5_vdpa_version.map b/drivers/vdpa/mlx5/rte_pmd_mlx5_vdpa_version.map
> index 179f7f1ae..299ae632d 100644
> --- a/drivers/vdpa/mlx5/rte_pmd_mlx5_vdpa_version.map
> +++ b/drivers/vdpa/mlx5/rte_pmd_mlx5_vdpa_version.map
> @@ -1,3 +1,3 @@
> -DPDK_20.0.1 {
> +DPDK_21.0 {
> local: *;
> };
> diff --git a/lib/librte_meter/rte_meter_version.map b/lib/librte_meter/rte_meter_version.map
> index fc12cc0bf..10c56756c 100644
> --- a/lib/librte_meter/rte_meter_version.map
> +++ b/lib/librte_meter/rte_meter_version.map
> @@ -13,7 +13,7 @@ DPDK_20.0 {
> local: *;
> };
>
> -DPDK_20.0.1 {
> +DPDK_21.0 {
> global:
>
> rte_meter_trtcm_rfc4115_color_aware_check;
>
next prev parent reply other threads:[~2020-04-20 11:57 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-20 9:34 Ray Kinsella
2020-04-20 11:57 ` Ray Kinsella [this message]
2020-04-20 12:20 ` David Marchand
2020-04-20 15:25 ` Ray Kinsella
2020-04-22 8:07 ` Ray Kinsella
2020-04-22 8:11 ` David Marchand
2020-04-22 8:18 ` Thomas Monjalon
2020-04-22 8:28 ` Ray Kinsella
2020-04-23 6:41 ` [dpdk-dev] [PATCH v2] " Ray Kinsella
2020-04-24 9:15 ` Thomas Monjalon
2020-04-24 14:10 ` David Marchand
2020-04-24 14:50 ` Ray Kinsella
2020-04-24 15:01 ` David Marchand
2020-04-29 12:19 ` Dodji Seketeli
2020-04-30 8:23 ` Ray Kinsella
2020-04-27 9:06 ` [dpdk-dev] [PATCH v3] " Ray Kinsella
2020-04-27 9:06 ` Ray Kinsella
2020-04-27 13:45 ` [dpdk-dev] [PATCH v4] " Ray Kinsella
2020-04-27 13:45 ` Ray Kinsella
2020-04-30 10:21 ` [dpdk-dev] [PATCH v5] " Ray Kinsella
2020-04-30 10:27 ` [dpdk-dev] [PATCH v6 1/1] " Ray Kinsella
2020-04-30 10:27 ` Ray Kinsella
2020-05-04 22:23 ` Thomas Monjalon
2020-05-04 22:05 ` Thomas Monjalon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f7297bb4-e1a9-db99-380f-730027c6ecf9@ashroe.eu \
--to=mdr@ashroe.eu \
--cc=anoobj@marvell.com \
--cc=cardigliano@ntop.org \
--cc=cristian.dumitrescu@intel.com \
--cc=david.marchand@redhat.com \
--cc=dev@dpdk.org \
--cc=echaudro@redhat.com \
--cc=ferruh.yigit@intel.com \
--cc=haiyue.wang@intel.com \
--cc=jerinj@marvell.com \
--cc=jingjing.wu@intel.com \
--cc=matan@mellanox.com \
--cc=mchalla@marvell.com \
--cc=ndabilpuram@marvell.com \
--cc=nhorman@tuxdriver.com \
--cc=shahafs@mellanox.com \
--cc=thomas@monjalon.net \
--cc=viacheslavo@mellanox.com \
--cc=wenzhuo.lu@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).