From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Dec 2017 11:01:37 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,392,1508828400"; d="scan'208";a="10998783" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.225.161]) ([10.241.225.161]) by FMSMGA003.fm.intel.com with ESMTP; 11 Dec 2017 11:01:36 -0800 To: Amr Mokhtar , dev@dpdk.org Cc: thomas@monjalon.net, anatoly.burakov@intel.com, pablo.de.lara.guarch@intel.com, niall.power@intel.com, chris.macnamara@intel.com References: <1512682857-79467-1-git-send-email-amr.mokhtar@intel.com> <1512682857-79467-5-git-send-email-amr.mokhtar@intel.com> From: Ferruh Yigit Message-ID: <1c842d19-62c1-2418-71f7-6ca5a4bb82d2@intel.com> Date: Mon, 11 Dec 2017 11:01:36 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <1512682857-79467-5-git-send-email-amr.mokhtar@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v3 5/5] bbdev: documentation 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: Mon, 11 Dec 2017 19:01:42 -0000 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.