From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 3D0002BBB for ; Thu, 15 Jun 2017 12:56:24 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Jun 2017 03:56:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,343,1493708400"; d="scan'208";a="981157169" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by orsmga003.jf.intel.com with ESMTP; 15 Jun 2017 03:56:23 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by IRSMSX104.ger.corp.intel.com ([163.33.3.159]) with mapi id 14.03.0319.002; Thu, 15 Jun 2017 11:56:22 +0100 From: "Iremonger, Bernard" To: Thomas Monjalon CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 1/4] ethdev: modify callback process API Thread-Index: AQHS448wRdXwbllne0asf82QKEvsq6Ik0LwAgADzkOA= Date: Thu, 15 Jun 2017 10:56:22 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C24E018162@IRSMSX108.ger.corp.intel.com> References: <1495191794-9112-1-git-send-email-bernard.iremonger@intel.com> <1497280691-18641-2-git-send-email-bernard.iremonger@intel.com> <15933671.otTXsCeEv9@xps> In-Reply-To: <15933671.otTXsCeEv9@xps> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzc0NDIyMzUtODlkZS00NjVkLTlhMjgtODc1MTIyYzI0ZjkzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IlhpTDE5TG9nR1YxUjVkRDJRSGt0dUJjdzdLUGdyRU5NeFwvOTRYSGthNEI4PSJ9 x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 1/4] ethdev: modify callback process API 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: Thu, 15 Jun 2017 10:56:25 -0000 Hi Thomas, > -----Original Message----- > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Wednesday, June 14, 2017 10:22 PM > To: Iremonger, Bernard > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 1/4] ethdev: modify callback process AP= I >=20 > Hi, >=20 > 12/06/2017 17:18, Bernard Iremonger: > > Change the rte_eth_dev_callback_process function to return int, and > > add a void *ret_param parameter. >=20 > You should squash tests and examples changes in this change to avoid > breaking compilation. > Doc patch can also be squashed. >=20 I will squash patches into one patch. > > --- a/lib/librte_ether/rte_ether_version.map > > +++ b/lib/librte_ether/rte_ether_version.map > > +DPDK_17.08 { > > + global: > > + > > + _rte_eth_dev_callback_process; > > + > > +} DPDK_17.05; >=20 > You should remove the original function from 2.2 ABI block. I will remove from 2.2 ABI block. Thanks for the review. Regards, Bernard.