From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id E73072946 for ; Thu, 5 Jan 2017 15:41:00 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP; 05 Jan 2017 06:40:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,321,1477983600"; d="scan'208";a="209981905" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by fmsmga004.fm.intel.com with ESMTP; 05 Jan 2017 06:40:58 -0800 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX154.ger.corp.intel.com (163.33.192.96) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 5 Jan 2017 14:40:55 +0000 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.173]) by irsmsx155.ger.corp.intel.com ([169.254.14.204]) with mapi id 14.03.0248.002; Thu, 5 Jan 2017 14:40:55 +0000 From: "Iremonger, Bernard" To: Thomas Monjalon CC: "dev@dpdk.org" , "Mcnamara, John" Thread-Topic: [dpdk-dev] [PATCH v1] doc: announce API and ABI change for ethdev Thread-Index: AQHSZ0CpS5HLRCIJ2EadNDjpJ+YkZqEp4X2AgAATF9A= Date: Thu, 5 Jan 2017 14:40:54 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C224D1AF44@IRSMSX108.ger.corp.intel.com> References: <1483613049-25155-1-git-send-email-bernard.iremonger@intel.com> <3085992.4K2P9mV14s@xps13> In-Reply-To: <3085992.4K2P9mV14s@xps13> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNWJiNzY3YmMtZmU3Ny00ZDIwLTkyZTEtY2YxMGQ1NmRhODljIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjIuMTEuMCIsIlRydXN0ZWRMYWJlbEhhc2giOiJEUVllenY4ZW95c0VhS1QxZW9OZnNyZkVCVG5nZzlrSGxLZE5vQnAyMTNjPSJ9 x-ctpclassification: CTP_IC 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 v1] doc: announce API and ABI change for ethdev 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, 05 Jan 2017 14:41:01 -0000 Hi Thomas, > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Thursday, January 5, 2017 1:31 PM > To: Iremonger, Bernard > Cc: dev@dpdk.org; Mcnamara, John > Subject: Re: [dpdk-dev] [PATCH v1] doc: announce API and ABI change for > ethdev >=20 > 2017-01-05 10:44, Bernard Iremonger: > > In 17.05 nine rte_eth_dev_* functions will be removed from > > librte_ether, renamed and moved to the ixgbe PMD. >=20 > I agree it is a good move to clean up ethdev API. >=20 > > --- a/doc/guides/rel_notes/deprecation.rst > > +++ b/doc/guides/rel_notes/deprecation.rst > > +* ethdev: for 17.05 it is planned to deprecate the following nine > > +rte_eth_dev_* functions > > + and move them into the ixgbe PMD: > > + > > + ``rte_eth_dev_bypass_init`` > > + > > + ``rte_eth_dev_bypass_state_set`` > > + > > + ``rte_eth_dev_bypass_state_show`` > > + > > + ``rte_eth_dev_bypass_event_store`` > > + > > + ``rte_eth_dev_bypass_event_show`` > > + > > + ``rte_eth_dev_wd_timeout_store`` > > + > > + ``rte_eth_dev_bypass_wd_timeout_show`` > > + > > + ``rte_eth_dev_bypass_ver_show`` > > + > > + ``rte_eth_dev_bypass_wd_reset`` > > + > > + The following fields will be removed from ``struct eth_dev_ops``: > > + > > + ``bypass_init_t`` > > + > > + ``bypass_state_set_t`` > > + > > + ``bypass_state_show_t`` > > + > > + ``bypass_event_set_t`` > > + > > + ``bypass_event_show_t`` > > + > > + ``bypass_wd_timeout_set_t`` > > + > > + ``bypass_wd_timeout_show_t`` > > + > > + ``bypass_ver_show_t`` > > + > > + ``bypass_wd_reset_t`` > > + > > + The functions will be renamed to the following, and moved to the > ``ixgbe`` PMD: > > + > > + ``rte_pmd_ixgbe_bypass_init`` > > + > > + ``rte_pmd_ixgbe_bypass_state_set`` > > + > > + ``rte_pmd_ixgbe_bypass_state_show`` > > + > > + ``rte_pmd_ixgbe_bypass_event_set`` > > + > > + ``rte_pmd_ixgbe_bypass_event_show`` > > + > > + ``rte_pmd_ixgbe_bypass_wd_timeout_set`` > > + > > + ``rte_pmd_ixgbe_bypass_wd_timeout_show`` > > + > > + ``rte_pmd_ixgbe_bypass_ver_show`` > > + > > + ``rte_pmd_ixgbe_bypass_wd_reset`` > > >=20 > Please could you make it shorter by using commas for listing? I will use commas for the listing in v2. Regards, Bernard.