> -----Original Message----- > From: Yigit, Ferruh > Sent: Monday 11 December 2017 19:02 > To: Mokhtar, Amr <amr.mokh...@intel.com>; dev@dpdk.org > Cc: tho...@monjalon.net; Burakov, Anatoly <anatoly.bura...@intel.com>; De > Lara Guarch, Pablo <pablo.de.lara.gua...@intel.com>; Power, Niall > <niall.po...@intel.com>; Macnamara, Chris <chris.macnam...@intel.com> > Subject: Re: [dpdk-dev] [PATCH v3 5/5] bbdev: documentation > > On 12/7/2017 1:40 PM, Amr Mokhtar wrote: > > - Wireless Baseband Device Library Programmer’s Guide > > - test-bbdev User Guide > > - BBDEV Sample Application User Guides > > - Baseband Device Drivers Guides > > - Doxygen API > > > > Signed-off-by: Amr Mokhtar <amr.mokh...@intel.com> > > --- > > doc/api/doxy-api-index.md | 1 + > > doc/api/doxy-api.conf | 1 + > > doc/guides/bbdevs/index.rst | 40 +++ > > doc/guides/bbdevs/null.rst | 77 +++++ > > doc/guides/bbdevs/turbo_sw.rst | 175 ++++++++++ > > doc/guides/index.rst | 1 + > > doc/guides/prog_guide/bbdev.rst | 613 > +++++++++++++++++++++++++++++++++ > > doc/guides/prog_guide/index.rst | 1 + > > doc/guides/sample_app_ug/bbdev_app.rst | 160 +++++++++ > > doc/guides/sample_app_ug/index.rst | 1 + > > doc/guides/tools/index.rst | 1 + > > doc/guides/tools/testbbdev.rst | 600 > ++++++++++++++++++++++++++++++++ > > You can also update release notes to announce new device abstraction layer.
Right. This was done already in patch 1/5 to introduce the new device abstraction library along with its source files in lib/librte_bbdev/ Thanks for your feedback, Amr