[v1,0/1] doc: bbdev device discovery clarification

Message ID 20231010203410.773132-1-nicolas.chautru@intel.com (mailing list archive)
Headers
Series doc: bbdev device discovery clarification |

Message

Chautru, Nicolas Oct. 10, 2023, 8:34 p.m. UTC
  Adding more information in bbdev documentation related to the
bbdev device discovery from info_get which was not very verbose so far.
Notably for FEC and FFT operations which have extra parameters to
manage different implementation variants.

Also use code snippet to refer to info structure and keep the doc
in sync moving forward.

This is on top of this serie
https://patches.dpdk.org/project/dpdk/list/?series=29744

Nicolas Chautru (1):
  doc: bbdev device discovery clarification

 doc/guides/prog_guide/bbdev.rst | 60 ++++++++++++++++++++++++++++-----
 lib/bbdev/rte_bbdev.h           |  6 ++++
 2 files changed, 57 insertions(+), 9 deletions(-)
  

Comments

Maxime Coquelin Oct. 25, 2023, 10:39 a.m. UTC | #1
On 10/10/23 22:34, Nicolas Chautru wrote:
> Adding more information in bbdev documentation related to the
> bbdev device discovery from info_get which was not very verbose so far.
> Notably for FEC and FFT operations which have extra parameters to
> manage different implementation variants.
> 
> Also use code snippet to refer to info structure and keep the doc
> in sync moving forward.
> 
> This is on top of this serie
> https://patches.dpdk.org/project/dpdk/list/?series=29744
> 
> Nicolas Chautru (1):
>    doc: bbdev device discovery clarification
> 
>   doc/guides/prog_guide/bbdev.rst | 60 ++++++++++++++++++++++++++++-----
>   lib/bbdev/rte_bbdev.h           |  6 ++++
>   2 files changed, 57 insertions(+), 9 deletions(-)
> 

Applied to next-baseband/for-main.

Thanks,
Maxime