From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v3 5/5] bbdev: documentation Date: Mon, 11 Dec 2017 11:01:36 -0800 Message-ID: <1c842d19-62c1-2418-71f7-6ca5a4bb82d2@intel.com> References: <1512682857-79467-1-git-send-email-amr.mokhtar@intel.com> <1512682857-79467-5-git-send-email-amr.mokhtar@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: thomas@monjalon.net, anatoly.burakov@intel.com, pablo.de.lara.guarch@intel.com, niall.power@intel.com, chris.macnamara@intel.com To: Amr Mokhtar , dev@dpdk.org Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 2152E7D30 for ; Mon, 11 Dec 2017 20:01:41 +0100 (CET) In-Reply-To: <1512682857-79467-5-git-send-email-amr.mokhtar@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 > --- > 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.