Re: [dpdk-dev] [PATCH v3 1/5] bbdev: librte_bbdev library

2017-12-19 Thread Mokhtar, Amr
> -Original Message- > From: Yigit, Ferruh > Sent: Saturday 9 December 2017 02:44 > To: Mokhtar, Amr ; dev@dpdk.org > Cc: tho...@monjalon.net; Burakov, Anatoly ; De > Lara Guarch, Pablo ; Power, Niall > ; Macnamara, Chris > Subject: Re: [dpdk-dev] [PATCH v3

Re: [dpdk-dev] [PATCH v3 1/5] bbdev: librte_bbdev library

2017-12-08 Thread Ferruh Yigit
On 12/7/2017 1:40 PM, Amr Mokhtar wrote: Patch title has duplication, it can be something like: bbdev: introduce base band device abstraction library > - BBDEV library files > - BBDEV is tagged as EXPERIMENTAL > - Makefiles and configuration macros definition > - The bbdev framework and the 'null

[dpdk-dev] [PATCH v3 1/5] bbdev: librte_bbdev library

2017-12-07 Thread Amr Mokhtar
- BBDEV library files - BBDEV is tagged as EXPERIMENTAL - Makefiles and configuration macros definition - The bbdev framework and the 'null' driver are enabled by default - The bbdev test framework is enabled by default - Release Notes of the initial version and MAINTAINERS Signed-off-by: Amr Mokh