DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] DPDK checkpatch and SPDX tags?
@ 2018-06-08 17:15 Stephen Hemminger
  2018-06-08 19:34 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Hemminger @ 2018-06-08 17:15 UTC (permalink / raw)
  To: dev, Thomas Monjalon

What ever happened to my patch to fix the DPDK checkpatch wrapper ignore fields?
Is the build bot using current version?

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/40880

_coding style issues_


WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1
#158: FILE: drivers/bus/vmbus/linux/vmbus_bus.c:1:
+/* SPDX-License-Identifier: BSD-3-Clause

WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#185: FILE: drivers/bus/vmbus/linux/vmbus_bus.c:28:
+extern struct rte_vmbus_bus rte_vmbus_bus;

WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1
#519: FILE: drivers/bus/vmbus/linux/vmbus_uio.c:1:
+/* SPDX-License-Identifier: BSD-3-Clause

WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1
#1839: FILE: drivers/bus/vmbus/vmbus_bufring.c:1:
+/* SPDX-License-Identifier: BSD-3-Clause

WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1
#2086: FILE: drivers/bus/vmbus/vmbus_channel.c:1:
+/* SPDX-License-Identifier: BSD-3-Clause

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] DPDK checkpatch and SPDX tags?
  2018-06-08 17:15 [dpdk-dev] DPDK checkpatch and SPDX tags? Stephen Hemminger
@ 2018-06-08 19:34 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2018-06-08 19:34 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: dev

08/06/2018 19:15, Stephen Hemminger:
> What ever happened to my patch to fix the DPDK checkpatch wrapper ignore fields?
> Is the build bot using current version?

There was a discussion about implementing more checks,
and I did not apply your patch.
It is a mistake because even if we need to implement more checks,
we must disable the Linux SPDX check.
That's why I'm applying your patch now.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-06-08 19:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-08 17:15 [dpdk-dev] DPDK checkpatch and SPDX tags? Stephen Hemminger
2018-06-08 19:34 ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).