automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw22492 [PATCH v3 4/4] net/i40e: enable tunnel filter for MPLS
       [not found] <1490683208-38096-5-git-send-email-beilei.xing@intel.com>
@ 2017-03-28 12:27 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-03-28 12:27 UTC (permalink / raw)
  To: test-report; +Cc: Beilei Xing

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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <I40E_AQC_ADD_CLOUD_TNL_TYPE_MPLSoUDP>
#58: FILE: drivers/net/i40e/i40e_ethdev.c:7008:
+		tun_type = I40E_AQC_ADD_CLOUD_TNL_TYPE_MPLSoUDP;

CHECK:CAMELCASE: Avoid CamelCase: <I40E_AQC_ADD_CLOUD_TNL_TYPE_MPLSoGRE>
#71: FILE: drivers/net/i40e/i40e_ethdev.c:7021:
+		tun_type = I40E_AQC_ADD_CLOUD_TNL_TYPE_MPLSoGRE;

CHECK:CAMELCASE: Avoid CamelCase: <I40E_TUNNEL_TYPE_MPLSoUDP>
#85: FILE: drivers/net/i40e/i40e_ethdev.c:7030:
+	if (tunnel_filter->tunnel_type == I40E_TUNNEL_TYPE_MPLSoUDP)

CHECK:CAMELCASE: Avoid CamelCase: <I40E_AQC_ADD_CLOUD_FILTER_TEID_MPLSoUDP>
#87: FILE: drivers/net/i40e/i40e_ethdev.c:7032:
+			I40E_AQC_ADD_CLOUD_FILTER_TEID_MPLSoUDP;

CHECK:CAMELCASE: Avoid CamelCase: <I40E_TUNNEL_TYPE_MPLSoGRE>
#88: FILE: drivers/net/i40e/i40e_ethdev.c:7033:
+	else if (tunnel_filter->tunnel_type == I40E_TUNNEL_TYPE_MPLSoGRE)

CHECK:CAMELCASE: Avoid CamelCase: <I40E_AQC_ADD_CLOUD_FILTER_TEID_MPLSoGRE>
#90: FILE: drivers/net/i40e/i40e_ethdev.c:7035:
+			I40E_AQC_ADD_CLOUD_FILTER_TEID_MPLSoGRE;

CHECK:BRACES: Unbalanced braces around else statement
#91: FILE: drivers/net/i40e/i40e_ethdev.c:7036:
+	else {

total: 0 errors, 0 warnings, 7 checks, 265 lines checked

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-03-28 12:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1490683208-38096-5-git-send-email-beilei.xing@intel.com>
2017-03-28 12:27 ` [dpdk-test-report] |WARNING| pw22492 [PATCH v3 4/4] net/i40e: enable tunnel filter for MPLS checkpatch

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).