* [dpdk-test-report] |WARNING| pw21957 [PATCH v2 61/61] net/qede: add LRO/TSO offloads support
[not found] <1489820786-14226-62-git-send-email-rasesh.mody@cavium.com>
@ 2017-03-19 10:04 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-03-19 10:04 UTC (permalink / raw)
To: test-report; +Cc: Mody, Rasesh
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/21957
_coding style issues_
WARNING:MULTILINE_DEREFERENCE: Avoid multiple line dereference - prefer 'cqe_start_tpa->len_on_first_bd'
#442: FILE: drivers/net/qede/qede_rxtx.c:1046:
+ rte_le_to_cpu_16(cqe_start_tpa->
+ len_on_first_bd),
WARNING:MULTILINE_DEREFERENCE: Avoid multiple line dereference - prefer 'cqe_start_tpa->ext_bd_len_list[0]'
#445: FILE: drivers/net/qede/qede_rxtx.c:1049:
+ rte_le_to_cpu_16(cqe_start_tpa->
+ ext_bd_len_list[0]),
WARNING:MULTILINE_DEREFERENCE: Avoid multiple line dereference - prefer 'rxq->tpa_info[cqe->fast_path_tpa_end.tpa_agg_index].mbuf'
#457: FILE: drivers/net/qede/qede_rxtx.c:1061:
+ rx_mb = rxq->
+ tpa_info[cqe->fast_path_tpa_end.tpa_agg_index].mbuf;
WARNING:MULTILINE_DEREFERENCE: Avoid multiple line dereference - prefer 'cqe_start_tpa->pars_flags.flags'
#504: FILE: drivers/net/qede/qede_rxtx.c:1088:
+ parse_flag = rte_le_to_cpu_16(cqe_start_tpa->
+ pars_flags.flags);
WARNING:MULTILINE_DEREFERENCE: Avoid multiple line dereference - prefer 'cqe_start_tpa->tunnel_pars_flags.flags'
#533: FILE: drivers/net/qede/qede_rxtx.c:1109:
+ tunn_parse_flag = cqe_start_tpa->
+ tunnel_pars_flags.flags;
WARNING:MULTILINE_DEREFERENCE: Avoid multiple line dereference - prefer 'fp_cqe->tunnel_pars_flags.flags'
#536: FILE: drivers/net/qede/qede_rxtx.c:1112:
+ tunn_parse_flag = fp_cqe->
+ tunnel_pars_flags.flags;
total: 0 errors, 6 warnings, 0 checks, 1051 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-03-19 10:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <1489820786-14226-62-git-send-email-rasesh.mody@cavium.com>
2017-03-19 10:04 ` [dpdk-test-report] |WARNING| pw21957 [PATCH v2 61/61] net/qede: add LRO/TSO offloads support 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).