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 111CEA0096 for ; Mon, 6 May 2019 10:57:20 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0CEF7325F; Mon, 6 May 2019 10:57:20 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 64E1737B7; Mon, 6 May 2019 10:57:19 +0200 (CEST) In-Reply-To: <20190506085632.13861-1-alialnu@mellanox.com> References: <20190506085632.13861-1-alialnu@mellanox.com> To: test-report@dpdk.org Cc: Ali Alnubani Message-Id: <20190506085719.64E1737B7@dpdk.org> Date: Mon, 6 May 2019 10:57:19 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw53289 [PATCH] examples/ip_fragmentation: fix Tx queues init 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/53289 _coding style issues_ ERROR:DOS_LINE_ENDINGS: DOS line endings #50: FILE: examples/ip_fragmentation/main.c:987: +^I^I^Iif (queueid >= rte_eth_devices[portid].data->nb_tx_queues)^M$ ERROR:DOS_LINE_ENDINGS: DOS line endings #51: FILE: examples/ip_fragmentation/main.c:988: +^I^I^I^Ibreak;^M$ ERROR:DOS_LINE_ENDINGS: DOS line endings #52: FILE: examples/ip_fragmentation/main.c:989: +^M$ total: 3 errors, 0 warnings, 9 lines checked