Re: [dpdk-dev] [PATCH] devtools: relax headline prefix check

2021-08-06 Thread Thomas Monjalon
27/07/2021 15:19, Tomasz Duszynski: > In order to avoid code duplication common code shared across drivers > is stored under drivers/common. > > Currently if one needs to introduce changes to common and particular > driver i.e common/driver and net/driver separate patches needs to be > prepared ot

[dpdk-dev] [PATCH] devtools: relax headline prefix check

2021-07-27 Thread Tomasz Duszynski
In order to avoid code duplication common code shared across drivers is stored under drivers/common. Currently if one needs to introduce changes to common and particular driver i.e common/driver and net/driver separate patches needs to be prepared otherwise warning about wrong headline prefix gets