* [dpdk-test-report] |WARNING| pw22878 [PATCH v6 4/4] net/i40e: enable tunnel filter for MPLS
[not found] <1490862594-139036-5-git-send-email-beilei.xing@intel.com>
@ 2017-03-30 10:38 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-03-30 10:38 UTC (permalink / raw)
To: test-report; +Cc: Beilei Xing
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/22878
_coding style issues_
CHECK:CAMELCASE: Avoid CamelCase: <I40E_AQC_ADD_CLOUD_FILTER_TEID_MPLSoUDP>
#111: FILE: drivers/net/i40e/i40e_ethdev.c:7010:
+ I40E_AQC_ADD_CLOUD_FILTER_TEID_MPLSoUDP;
CHECK:CAMELCASE: Avoid CamelCase: <I40E_AQC_ADD_CLOUD_FILTER_TEID_MPLSoGRE>
#134: FILE: drivers/net/i40e/i40e_ethdev.c:7033:
+ I40E_AQC_ADD_CLOUD_FILTER_TEID_MPLSoGRE;
CHECK:CAMELCASE: Avoid CamelCase: <I40E_AQC_ADD_CLOUD_TNL_TYPE_MPLSoUDP>
#178: FILE: drivers/net/i40e/i40e_ethdev.c:7129:
+ tun_type = I40E_AQC_ADD_CLOUD_TNL_TYPE_MPLSoUDP;
CHECK:CAMELCASE: Avoid CamelCase: <I40E_AQC_ADD_CLOUD_TNL_TYPE_MPLSoGRE>
#194: FILE: drivers/net/i40e/i40e_ethdev.c:7145:
+ tun_type = I40E_AQC_ADD_CLOUD_TNL_TYPE_MPLSoGRE;
CHECK:CAMELCASE: Avoid CamelCase: <I40E_TUNNEL_TYPE_MPLSoUDP>
#208: FILE: drivers/net/i40e/i40e_ethdev.c:7154:
+ if (tunnel_filter->tunnel_type == I40E_TUNNEL_TYPE_MPLSoUDP)
CHECK:CAMELCASE: Avoid CamelCase: <I40E_TUNNEL_TYPE_MPLSoGRE>
#211: FILE: drivers/net/i40e/i40e_ethdev.c:7157:
+ else if (tunnel_filter->tunnel_type == I40E_TUNNEL_TYPE_MPLSoGRE)
CHECK:BRACES: Unbalanced braces around else statement
#214: FILE: drivers/net/i40e/i40e_ethdev.c:7160:
+ else {
total: 0 errors, 0 warnings, 7 checks, 286 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-03-30 10:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <1490862594-139036-5-git-send-email-beilei.xing@intel.com>
2017-03-30 10:38 ` [dpdk-test-report] |WARNING| pw22878 [PATCH v6 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).