Re: [dpdk-dev] [PATCH] drivers: rename bbdev directory to baseband

2018-03-21 Thread Thomas Monjalon
12/03/2018 12:44, Mokhtar, Amr: > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > > > The drivers directory contains some sub-directories > > for each kind of device (or bus, mem): > > net, crypto, event, raw > > They are not suffixed with "dev" because it is obvious. > > > > For consi

Re: [dpdk-dev] [PATCH] drivers: rename bbdev directory to baseband

2018-03-12 Thread Mokhtar, Amr
> -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Friday 9 March 2018 21:11 > To: dev@dpdk.org > Cc: Mokhtar, Amr > Subject: [PATCH] drivers: rename bbdev directory to baseband > > The drivers directory contains some sub-directories > for each kind of devic

[dpdk-dev] [PATCH] drivers: rename bbdev directory to baseband

2018-03-09 Thread Thomas Monjalon
The drivers directory contains some sub-directories for each kind of device (or bus, mem): net, crypto, event, raw They are not suffixed with "dev" because it is obvious. For consistency, the sub-directory drivers/bbdev/ is renamed to drivers/baseband/. Signed-off-by: Thomas Monjalon ---