automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Bruce Richardson <bruce.richardson@intel.com>
Subject: [dpdk-test-report] |WARNING| pw33231 [PATCH v2 1/2] net/i40e: add AVX2 Tx function
Date: Tue,  9 Jan 2018 15:34:00 +0100 (CET)	[thread overview]
Message-ID: <20180109143400.414C21B1DC@dpdk.org> (raw)
In-Reply-To: <20180109143254.234428-2-bruce.richardson@intel.com>

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

_coding style issues_


CHECK:SPACING: spaces preferred around that '*' (ctx:WxO)
#105: FILE: drivers/net/i40e/i40e_rxtx.c:3054:
+			  struct rte_mbuf __rte_unused **tx_pkts,
 			                               ^

WARNING:LONG_LINE: line over 90 characters
#207: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:79:
+				((uint64_t)pkt[3]->data_len << I40E_TXD_QW1_TX_BUF_SZ_SHIFT);

WARNING:LONG_LINE: line over 90 characters
#209: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:81:
+				((uint64_t)pkt[2]->data_len << I40E_TXD_QW1_TX_BUF_SZ_SHIFT);

WARNING:LONG_LINE: line over 90 characters
#211: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:83:
+				((uint64_t)pkt[1]->data_len << I40E_TXD_QW1_TX_BUF_SZ_SHIFT);

WARNING:LONG_LINE: line over 90 characters
#213: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:85:
+				((uint64_t)pkt[0]->data_len << I40E_TXD_QW1_TX_BUF_SZ_SHIFT);

CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#249: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:121:
+	nb_commit = nb_pkts = (uint16_t)RTE_MIN(txq->nb_tx_free, nb_pkts);

total: 0 errors, 4 warnings, 2 checks, 260 lines checked

           reply	other threads:[~2018-01-09 14:34 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20180109143254.234428-2-bruce.richardson@intel.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180109143400.414C21B1DC@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=bruce.richardson@intel.com \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).