From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 65E2DA0096 for ; Wed, 10 Apr 2019 13:19:38 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 583761B0FB; Wed, 10 Apr 2019 13:19:38 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 2C2385B2A; Wed, 10 Apr 2019 13:19:36 +0200 (CEST) In-Reply-To: References: To: test-report@dpdk.org Cc: Igor Russkikh Message-Id: <20190410111936.2C2385B2A@dpdk.org> Date: Wed, 10 Apr 2019 13:19:36 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw52569 [PATCH 03/10] net/ixgbe: macsec callbacks implementation X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" 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