automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw55116 [PATCH v3 1/3] net/ice: enable switch filter
       [not found] <20190620053449.32959-2-qiming.yang@intel.com>
@ 2019-06-20  9:54 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2019-06-20  9:54 UTC (permalink / raw)
  To: test-report; +Cc: Qiming Yang

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

_coding style issues_


CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#141: FILE: drivers/net/ice/ice_switch_filter.c:27:
+ice_parse_switch_filter(

WARNING:MULTILINE_DEREFERENCE: Avoid multiple line dereference - prefer 'list[t].h_u.eth_hdr.src_addr[j]'
#205: FILE: drivers/net/ice/ice_switch_filter.c:91:
+						list[t].h_u.eth_hdr.
+							src_addr[j] =

WARNING:MULTILINE_DEREFERENCE: Avoid multiple line dereference - prefer 'list[t].m_u.eth_hdr.src_addr[j]'
#208: FILE: drivers/net/ice/ice_switch_filter.c:94:
+						list[t].m_u.eth_hdr.
+							src_addr[j] =

WARNING:MULTILINE_DEREFERENCE: Avoid multiple line dereference - prefer 'list[t].h_u.eth_hdr.dst_addr[j]'
#214: FILE: drivers/net/ice/ice_switch_filter.c:100:
+						list[t].h_u.eth_hdr.
+							dst_addr[j] =

WARNING:MULTILINE_DEREFERENCE: Avoid multiple line dereference - prefer 'list[t].m_u.eth_hdr.dst_addr[j]'
#217: FILE: drivers/net/ice/ice_switch_filter.c:103:
+						list[t].m_u.eth_hdr.
+							dst_addr[j] =

WARNING:MULTILINE_DEREFERENCE: Avoid multiple line dereference - prefer 'list[t].h_u.ice_ipv6_ofos_hdr.src_addr[j]'
#287: FILE: drivers/net/ice/ice_switch_filter.c:173:
+						list[t].h_u.ice_ipv6_ofos_hdr.
+							src_addr[j] =

WARNING:MULTILINE_DEREFERENCE: Avoid multiple line dereference - prefer 'list[t].m_u.ice_ipv6_ofos_hdr.src_addr[j]'
#290: FILE: drivers/net/ice/ice_switch_filter.c:176:
+						list[t].m_u.ice_ipv6_ofos_hdr.
+							src_addr[j] =

WARNING:MULTILINE_DEREFERENCE: Avoid multiple line dereference - prefer 'list[t].h_u.ice_ipv6_ofos_hdr.dst_addr[j]'
#296: FILE: drivers/net/ice/ice_switch_filter.c:182:
+						list[t].h_u.ice_ipv6_ofos_hdr.
+							dst_addr[j] =

WARNING:MULTILINE_DEREFERENCE: Avoid multiple line dereference - prefer 'list[t].m_u.ice_ipv6_ofos_hdr.dst_addr[j]'
#299: FILE: drivers/net/ice/ice_switch_filter.c:185:
+						list[t].m_u.ice_ipv6_ofos_hdr.
+							dst_addr[j] =

WARNING:MULTILINE_DEREFERENCE: Avoid multiple line dereference - prefer 'list[t].h_u.ice_ipv6_ofos_hdr.hop_limit'
#311: FILE: drivers/net/ice/ice_switch_filter.c:197:
+					list[t].h_u.ice_ipv6_ofos_hdr.
+					hop_limit = ipv6_spec->hdr.hop_limits;

WARNING:MULTILINE_DEREFERENCE: Avoid multiple line dereference - prefer 'list[t].m_u.ice_ipv6_ofos_hdr.hop_limit'
#313: FILE: drivers/net/ice/ice_switch_filter.c:199:
+					list[t].m_u.ice_ipv6_ofos_hdr.
+						hop_limit  = UINT8_MAX;

WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#460: FILE: drivers/net/ice/ice_switch_filter.c:346:
+/* By now ice switch filter action code implement only
+* supports QUEUE or DROP.

total: 0 errors, 11 warnings, 1 checks, 614 lines checked

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

only message in thread, other threads:[~2019-06-20  9:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20190620053449.32959-2-qiming.yang@intel.com>
2019-06-20  9:54 ` [dpdk-test-report] |WARNING| pw55116 [PATCH v3 1/3] net/ice: enable switch filter 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).