From: Hemant Agrawal <hemant.agrawal@nxp.com> To: "Xu, Rosen" <rosen.xu@intel.com>, "Richardson, Bruce" <bruce.richardson@intel.com>, "dev@dpdk.org" <dev@dpdk.org> Cc: "Richardson, Bruce" <bruce.richardson@intel.com>, Nipun Gupta <nipun.gupta@nxp.com> Subject: Re: [dpdk-dev] [PATCH 2/2] doc: add deprecation notice for change of rawdev APIs Date: Thu, 23 Jul 2020 07:38:01 +0000 Message-ID: <AM6PR04MB445635298BD9AF9AE25A5CBF89760@AM6PR04MB4456.eurprd04.prod.outlook.com> (raw) In-Reply-To: <BYAPR11MB290115BAC1428CA8B8AD84DE89760@BYAPR11MB2901.namprd11.prod.outlook.com> Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com> -----Original Message----- From: Xu, Rosen <rosen.xu@intel.com> Sent: Thursday, July 23, 2020 7:26 AM To: Richardson, Bruce <bruce.richardson@intel.com>; dev@dpdk.org Cc: Richardson, Bruce <bruce.richardson@intel.com>; Nipun Gupta <nipun.gupta@nxp.com>; Hemant Agrawal <hemant.agrawal@nxp.com> Subject: RE: [dpdk-dev] [PATCH 2/2] doc: add deprecation notice for change of rawdev APIs Importance: High Hi, -----Original Message----- From: dev <dev-bounces@dpdk.org> On Behalf Of Bruce Richardson Sent: Monday, July 13, 2020 8:31 PM To: dev@dpdk.org Cc: Richardson, Bruce <bruce.richardson@intel.com>; Nipun Gupta <nipun.gupta@nxp.com>; Hemant Agrawal <hemant.agrawal@nxp.com> Subject: [dpdk-dev] [PATCH 2/2] doc: add deprecation notice for change of rawdev APIs Add to the documentation for 20.08 a notice about the changes of rawdev APIs proposed by patchset [1]. [1] https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Finbox.dpdk.org%2Fdev%2F20200709152047.167730-1-bruce.richardson%40intel.com%2F&data=02%7C01%7Chemant.agrawal%40nxp.com%7Cad3a0b27e46648a250d108d82eab80a3%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C637310661421942508&sdata=DdzY9DbZwYzLjQasNhDKxxSSpFgbCc%2Foh9NZR1ksuB8%3D&reserved=0 Cc: Nipun Gupta <nipun.gupta@nxp.com> Cc: Hemant Agrawal <hemant.agrawal@nxp.com> Signed-off-by: Bruce Richardson <bruce.richardson@intel.com> --- doc/guides/rel_notes/deprecation.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index ead7cbe43..21b00103e 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -117,6 +117,13 @@ Deprecation Notices break the ABI checks, that is why change is planned for 20.11. The list of internal APIs are mainly ones listed in ``rte_ethdev_driver.h``. +* rawdev: The rawdev APIs which take a device-specific structure as + parameter directly, or indirectly via a "private" pointer inside +another + structure, will be modified to take an additional parameter of the + structure size. The affected APIs will include +``rte_rawdev_info_get``, + ``rte_rawdev_configure``, ``rte_rawdev_queue_conf_get`` and + ``rte_rawdev_queue_setup``. + * traffic manager: All traffic manager API's in ``rte_tm.h`` were mistakenly made ABI stable in the v19.11 release. The TM maintainer and other contributors have agreed to keep the TM APIs as experimental in expectation of additional spec -- 2.25.1 Acked-by: Rosen Xu <rosen.xu@intel.com>
next prev parent reply other threads:[~2020-07-23 7:38 UTC|newest] Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-07-13 12:31 [dpdk-dev] [PATCH 0/2] Deprecation notice updates Bruce Richardson 2020-07-13 12:31 ` [dpdk-dev] [PATCH 1/2] doc: add deprecation notice for make build system removal Bruce Richardson 2020-07-20 13:28 ` Ferruh Yigit 2020-07-20 13:38 ` Andrew Rybchenko 2020-07-20 16:51 ` Thomas Monjalon 2020-07-13 12:31 ` [dpdk-dev] [PATCH 2/2] doc: add deprecation notice for change of rawdev APIs Bruce Richardson 2020-07-13 12:48 ` Hemant Agrawal 2020-07-20 11:35 ` Ananyev, Konstantin 2020-07-23 1:55 ` Xu, Rosen 2020-07-23 7:38 ` Hemant Agrawal [this message] 2020-08-05 22:48 ` [dpdk-dev] [PATCH 0/2] Deprecation notice updates 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=AM6PR04MB445635298BD9AF9AE25A5CBF89760@AM6PR04MB4456.eurprd04.prod.outlook.com \ --to=hemant.agrawal@nxp.com \ --cc=bruce.richardson@intel.com \ --cc=dev@dpdk.org \ --cc=nipun.gupta@nxp.com \ --cc=rosen.xu@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
DPDK patches and discussions This inbox may be cloned and mirrored by anyone: git clone --mirror https://inbox.dpdk.org/dev/0 dev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 dev dev/ https://inbox.dpdk.org/dev \ dev@dpdk.org public-inbox-index dev Example config snippet for mirrors. Newsgroup available over NNTP: nntp://inbox.dpdk.org/inbox.dpdk.dev AGPL code for this site: git clone https://public-inbox.org/public-inbox.git