From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 0B54C1B1A6; Wed, 27 Sep 2017 04:06:25 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Sep 2017 19:06:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,442,1500966000"; d="scan'208";a="139856420" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga002.jf.intel.com with ESMTP; 26 Sep 2017 19:06:16 -0700 Received: from fmsmsx125.amr.corp.intel.com (10.18.125.40) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 26 Sep 2017 19:06:16 -0700 Received: from BGSMSX107.gar.corp.intel.com (10.223.4.191) by FMSMSX125.amr.corp.intel.com (10.18.125.40) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 26 Sep 2017 19:06:16 -0700 Received: from bgsmsx101.gar.corp.intel.com ([169.254.1.200]) by BGSMSX107.gar.corp.intel.com ([169.254.9.43]) with mapi id 14.03.0319.002; Wed, 27 Sep 2017 07:36:13 +0530 From: "Yang, Zhiyong" To: "Yigit, Ferruh" , Thomas Monjalon CC: "dev@dpdk.org" , "Yigit, Ferruh" , "stable@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] ethdev: fix LIBABIVER Thread-Index: AQHTLWmDTrzjYsoKA0mvifZPhIv9maLIDs3Q Date: Wed, 27 Sep 2017 02:06:12 +0000 Message-ID: References: <20170914145506.75970-1-ferruh.yigit@intel.com> In-Reply-To: <20170914145506.75970-1-ferruh.yigit@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTBmYTY5MjktZTJmNy00NGIwLWEyMmMtNmU2M2QzMTZkN2U1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6InlvZXo0aW84WEtuWlh5cEFhUFV4UTAyMVZoNXNBR254clVrN1p3OGFiVXM9In0= x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [10.223.10.10] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] ethdev: fix LIBABIVER 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: , X-List-Received-Date: Wed, 27 Sep 2017 02:06:26 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Ferruh Yigit > Sent: Thursday, September 14, 2017 10:55 PM > To: Thomas Monjalon > Cc: dev@dpdk.org; Yigit, Ferruh ; stable@dpdk.org > Subject: [dpdk-dev] [PATCH] ethdev: fix LIBABIVER >=20 > Fixes: c33ade1227a5 ("doc: notify ethdev callback process API change") > Cc: stable@dpdk.org >=20 > Signed-off-by: Ferruh Yigit > --- Reviewed-by: Zhiyong Yang > lib/librte_ether/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/lib/librte_ether/Makefile b/lib/librte_ether/Makefile index > c65f1f9a1..16bb2d077 100644 > --- a/lib/librte_ether/Makefile > +++ b/lib/librte_ether/Makefile > @@ -40,7 +40,7 @@ CFLAGS +=3D $(WERROR_FLAGS) >=20 > EXPORT_MAP :=3D rte_ethdev_version.map >=20 > -LIBABIVER :=3D 6 > +LIBABIVER :=3D 7 >=20 > SRCS-y +=3D rte_ethdev.c > SRCS-y +=3D rte_flow.c > -- > 2.13.5