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 3F1E9A0096 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 36C34548B; Wed, 10 Apr 2019 13:19:38 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 3BEF25689; Wed, 10 Apr 2019 13:19:34 +0200 (CEST) In-Reply-To: <123a93a371be657e3e8481379db6f151350d4f90.1554894242.git.igor.russkikh@aquantia.com> References: <123a93a371be657e3e8481379db6f151350d4f90.1554894242.git.igor.russkikh@aquantia.com> To: test-report@dpdk.org Cc: Igor Russkikh Message-Id: <20190410111934.3BEF25689@dpdk.org> Date: Wed, 10 Apr 2019 13:19:34 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw52568 [PATCH 02/10] app/testpmd: use generic MACSEC API calls 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/52568 _coding style issues_ ERROR:DOS_LINE_ENDINGS: DOS line endings #42: FILE: app/test-pmd/cmdline.c:13961: +^I^Iret = rte_eth_macsec_enable(port_id, en, rp);^M$ ERROR:DOS_LINE_ENDINGS: DOS line endings #53: FILE: app/test-pmd/cmdline.c:14053: +^I^Iret = rte_eth_macsec_disable(port_id);^M$ ERROR:DOS_LINE_ENDINGS: DOS line endings #64: FILE: app/test-pmd/cmdline.c:14138: +^I^Irte_eth_macsec_config_txsc(res->port_id,^M$ ERROR:DOS_LINE_ENDINGS: DOS line endings #67: FILE: app/test-pmd/cmdline.c:14140: +^I^Irte_eth_macsec_config_rxsc(res->port_id,^M$ ERROR:DOS_LINE_ENDINGS: DOS line endings #80: FILE: app/test-pmd/cmdline.c:14255: +^I^Irte_eth_macsec_select_txsa(res->port_id,^M$ ERROR:DOS_LINE_ENDINGS: DOS line endings #83: FILE: app/test-pmd/cmdline.c:14257: +^I^Irte_eth_macsec_select_rxsa(res->port_id,^M$ total: 6 errors, 0 warnings, 50 lines checked