[dpdk-dev] [PATCH] devtools: allow ENOSYS in checkpatch

2020-06-08 Thread Thomas Monjalon
The Linux checkpatch default is warning on the use of ENOSYS. This is allowed in DPDK API. Signed-off-by: Thomas Monjalon --- devtools/checkpatches.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devtools/checkpatches.sh b/devtools/checkpatches.sh index 158087f1ca..0a5840a

Re: [dpdk-dev] [PATCH] devtools: allow ENOSYS in checkpatch

2020-07-03 Thread David Marchand
On Mon, Jun 8, 2020 at 3:47 PM Ferruh Yigit wrote: > > On 6/8/2020 2:28 PM, Thomas Monjalon wrote: > > The Linux checkpatch default is warning on the use of ENOSYS. > > This is allowed in DPDK API. > > > > Signed-off-by: Thomas Monjalon > > Acked-by: Ferruh Yigit Applied, thanks. -- David Ma

Re: [dpdk-dev] [PATCH] devtools: allow ENOSYS in checkpatch

2020-06-08 Thread Ferruh Yigit
On 6/8/2020 2:28 PM, Thomas Monjalon wrote: > The Linux checkpatch default is warning on the use of ENOSYS. > This is allowed in DPDK API. > > Signed-off-by: Thomas Monjalon Acked-by: Ferruh Yigit