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| pw52569 [PATCH 03/10] net/ixgbe: macsec callbacks implementation
Date: Wed, 10 Apr 2019 13:19:36 +0200 (CEST)	[thread overview]
Message-ID: <20190410111936.2C2385B2A@dpdk.org> (raw)
In-Reply-To: <c6d31e4d4f71bb92bdbed53df1aaf7e0dc6825fe.1554894242.git.igor.russkikh@aquantia.com>

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

_coding style issues_


ERROR:DOS_LINE_ENDINGS: DOS line endings
#40: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:49:
+#include "rte_pmd_ixgbe.h"^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#48: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:374:
+static int ixgbe_macsec_enable(struct rte_eth_dev *dev,^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#49: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:375:
+^I^I^I       uint8_t encr, uint8_t repl_prot);^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#50: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:376:
+static int ixgbe_macsec_disable(struct rte_eth_dev *dev);^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#51: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:377:
+static int ixgbe_macsec_config_txsc(struct rte_eth_dev *dev, uint8_t *mac);^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#52: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:378:
+static int ixgbe_macsec_config_rxsc(struct rte_eth_dev *dev,^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#53: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:379:
+^I^I^I^I    uint8_t *mac, uint16_t pi);^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#54: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:380:
+static int ixgbe_macsec_select_txsa(struct rte_eth_dev *dev, uint8_t idx,^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#55: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:381:
+^I^I^I^I    uint8_t an, uint32_t pn, uint8_t *key);^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#56: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:382:
+static int ixgbe_macsec_select_rxsa(struct rte_eth_dev *dev, uint8_t idx,^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#57: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:383:
+^I^I^I^I    uint8_t an, uint32_t pn, uint8_t *key);^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#58: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:384:
+^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#66: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:596:
+^I.macsec_enable        = ixgbe_macsec_enable,^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#67: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:597:
+^I.macsec_disable       = ixgbe_macsec_disable,^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#68: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:598:
+^I.macsec_config_rxsc   = ixgbe_macsec_config_rxsc,^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#69: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:599:
+^I.macsec_config_txsc   = ixgbe_macsec_config_txsc,^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#70: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:600:
+^I.macsec_select_rxsa   = ixgbe_macsec_select_rxsa,^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#71: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:601:
+^I.macsec_select_txsa   = ixgbe_macsec_select_txsa,^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#79: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8673:
+static int ixgbe_macsec_enable(struct rte_eth_dev *dev,^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#80: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8674:
+^I^I^I       uint8_t encr, uint8_t repl_prot)^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#81: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8675:
+{^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#82: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8676:
+^Ireturn rte_pmd_ixgbe_macsec_enable(dev->data->port_id,^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#83: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8677:
+^I^I^I^I^I^I   encr, repl_prot);^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#84: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8678:
+}^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#85: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8679:
+^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#86: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8680:
+static int ixgbe_macsec_disable(struct rte_eth_dev *dev)^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#87: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8681:
+{^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#88: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8682:
+^Ireturn rte_pmd_ixgbe_macsec_disable(dev->data->port_id);^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#89: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8683:
+}^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#90: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8684:
+^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#91: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8685:
+static int ixgbe_macsec_config_txsc(struct rte_eth_dev *dev, uint8_t *mac)^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#92: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8686:
+{^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#93: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8687:
+^Ireturn rte_pmd_ixgbe_macsec_config_txsc(dev->data->port_id, mac);^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#94: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8688:
+}^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#95: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8689:
+^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#96: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8690:
+static int ixgbe_macsec_config_rxsc(struct rte_eth_dev *dev,^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#97: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8691:
+^I^I^I^I    uint8_t *mac, uint16_t pi)^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#98: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8692:
+{^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#99: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8693:
+^Ireturn rte_pmd_ixgbe_macsec_config_rxsc(dev->data->port_id, mac, pi);^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#100: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8694:
+}^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#101: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8695:
+^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#102: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8696:
+static int ixgbe_macsec_select_txsa(struct rte_eth_dev *dev, uint8_t idx,^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#103: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8697:
+^I^I^I^I    uint8_t an, uint32_t pn, uint8_t *key)^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#104: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8698:
+{^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#105: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8699:
+^Ireturn rte_pmd_ixgbe_macsec_select_txsa(dev->data->port_id, idx, an,^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#106: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8700:
+^I^I^I^I^I^Ipn, key);^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#107: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8701:
+}^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#108: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8702:
+^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#109: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8703:
+static int ixgbe_macsec_select_rxsa(struct rte_eth_dev *dev, uint8_t idx,^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#110: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8704:
+^I^I^I^I    uint8_t an, uint32_t pn, uint8_t *key)^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#111: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8705:
+{^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#112: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8706:
+^Ireturn rte_pmd_ixgbe_macsec_select_txsa(dev->data->port_id, idx, an,^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#113: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8707:
+^I^I^I^I^I^Ipn, key);^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#114: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8708:
+}^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#115: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8709:
+^M$

total: 55 errors, 0 warnings, 0 checks, 79 lines checked

           reply	other threads:[~2019-04-10 11:19 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <c6d31e4d4f71bb92bdbed53df1aaf7e0dc6825fe.1554894242.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=20190410111936.2C2385B2A@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).