automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Igor Russkikh <Igor.Russkikh@aquantia.com>
Subject: [dpdk-test-report] |WARNING| pw53138 [PATCH 08/11] net/atlantic: flow control settings synchronization on rx
Date: Mon, 29 Apr 2019 10:22:20 +0200 (CEST)	[thread overview]
Message-ID: <20190429082220.DDB131B216@dpdk.org> (raw)
In-Reply-To: <78861b0be3a56a2e5d3996467e5eb05bcd395ea6.1556525874.git.igor.russkikh@aquantia.com>

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

_coding style issues_


ERROR:DOS_LINE_ENDINGS: DOS line endings
#46: FILE: drivers/net/atlantic/atl_ethdev.c:1163:
+^Iu32 fc = AQ_NIC_FC_OFF;^M$

ERROR:TRAILING_WHITESPACE: trailing whitespace
#54: FILE: drivers/net/atlantic/atl_ethdev.c:1198:
+^I/* Driver has to update flow control settings on RX block^M$

ERROR:TRAILING_WHITESPACE: trailing whitespace
#55: FILE: drivers/net/atlantic/atl_ethdev.c:1199:
+^I * on any link event.^M$

ERROR:TRAILING_WHITESPACE: trailing whitespace
#56: FILE: drivers/net/atlantic/atl_ethdev.c:1200:
+^I * We should query FW whether it negotiated FC.^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#57: FILE: drivers/net/atlantic/atl_ethdev.c:1201:
+^I */^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#58: FILE: drivers/net/atlantic/atl_ethdev.c:1202:
+^Iif (hw->aq_fw_ops->get_flow_control) {^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#59: FILE: drivers/net/atlantic/atl_ethdev.c:1203:
+^I^Ihw->aq_fw_ops->get_flow_control(hw, &fc);^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#60: FILE: drivers/net/atlantic/atl_ethdev.c:1204:
+^I^Ihw_atl_b0_set_fc(hw, fc, 0U);^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#61: FILE: drivers/net/atlantic/atl_ethdev.c:1205:
+^I}^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#62: FILE: drivers/net/atlantic/atl_ethdev.c:1206:
+^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#70: FILE: drivers/net/atlantic/atl_ethdev.c:1509:
+^Iu32 fc = AQ_NIC_FC_OFF;^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#71: FILE: drivers/net/atlantic/atl_ethdev.c:1510:
+^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#72: FILE: drivers/net/atlantic/atl_ethdev.c:1511:
+^Iif (hw->aq_fw_ops->get_flow_control == NULL)^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#73: FILE: drivers/net/atlantic/atl_ethdev.c:1512:
+^I^Ireturn -ENOTSUP;^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#74: FILE: drivers/net/atlantic/atl_ethdev.c:1513:
+^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#75: FILE: drivers/net/atlantic/atl_ethdev.c:1514:
+^Ihw->aq_fw_ops->get_flow_control(hw, &fc);^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#78: FILE: drivers/net/atlantic/atl_ethdev.c:1516:
+^Iif (fc == AQ_NIC_FC_OFF)^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#81: FILE: drivers/net/atlantic/atl_ethdev.c:1518:
+^Ielse if (fc & (AQ_NIC_FC_RX | AQ_NIC_FC_TX))^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#84: FILE: drivers/net/atlantic/atl_ethdev.c:1520:
+^Ielse if (fc & AQ_NIC_FC_RX)^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#87: FILE: drivers/net/atlantic/atl_ethdev.c:1522:
+^Ielse if (fc & AQ_NIC_FC_RX)^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#99: FILE: drivers/net/atlantic/atl_types.h:172:
+^Iint (*get_flow_control)(struct aq_hw_s *self, u32 *fc);^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#111: FILE: drivers/net/atlantic/hw_atl/hw_atl_b0.c:29:
+int hw_atl_b0_set_fc(struct aq_hw_s *self, u32 fc, u32 tc)^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#112: FILE: drivers/net/atlantic/hw_atl/hw_atl_b0.c:30:
+{^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#113: FILE: drivers/net/atlantic/hw_atl/hw_atl_b0.c:31:
+^Ihw_atl_rpb_rx_xoff_en_per_tc_set(self, !!(fc & AQ_NIC_FC_RX), tc);^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#114: FILE: drivers/net/atlantic/hw_atl/hw_atl_b0.c:32:
+^Ireturn 0;^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#115: FILE: drivers/net/atlantic/hw_atl/hw_atl_b0.c:33:
+}^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#116: FILE: drivers/net/atlantic/hw_atl/hw_atl_b0.c:34:
+^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#128: FILE: drivers/net/atlantic/hw_atl/hw_atl_b0.h:14:
+int hw_atl_b0_set_fc(struct aq_hw_s *self, u32 fc, u32 tc);^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#129: FILE: drivers/net/atlantic/hw_atl/hw_atl_b0.h:15:
+^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#141: FILE: drivers/net/atlantic/hw_atl/hw_atl_utils_fw2x.c:476:
+static int aq_fw2x_get_flow_control(struct aq_hw_s *self, u32 *fc)^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#142: FILE: drivers/net/atlantic/hw_atl/hw_atl_utils_fw2x.c:477:
+{^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#143: FILE: drivers/net/atlantic/hw_atl/hw_atl_utils_fw2x.c:478:
+^Iu32 mpi_state = aq_hw_read_reg(self, HW_ATL_FW2X_MPI_CONTROL2_ADDR);^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#144: FILE: drivers/net/atlantic/hw_atl/hw_atl_utils_fw2x.c:479:
+^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#145: FILE: drivers/net/atlantic/hw_atl/hw_atl_utils_fw2x.c:480:
+^I*fc = ((mpi_state & BIT(CAPS_HI_PAUSE)) ? AQ_NIC_FC_RX : 0) |^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#146: FILE: drivers/net/atlantic/hw_atl/hw_atl_utils_fw2x.c:481:
+^I      ((mpi_state & BIT(CAPS_HI_ASYMMETRIC_PAUSE)) ? AQ_NIC_FC_TX : 0);^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#148: FILE: drivers/net/atlantic/hw_atl/hw_atl_utils_fw2x.c:483:
+^Ireturn 0;^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#149: FILE: drivers/net/atlantic/hw_atl/hw_atl_utils_fw2x.c:484:
+}^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#157: FILE: drivers/net/atlantic/hw_atl/hw_atl_utils_fw2x.c:725:
+^I.get_flow_control = aq_fw2x_get_flow_control,^M$

total: 38 errors, 0 warnings, 0 checks, 95 lines checked

           reply	other threads:[~2019-04-29  8:22 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <78861b0be3a56a2e5d3996467e5eb05bcd395ea6.1556525874.git.igor.russkikh@aquantia.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=20190429082220.DDB131B216@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=Igor.Russkikh@aquantia.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).