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 31A17A0096 for ; Thu, 11 Apr 2019 11:07:48 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1DCF95F24; Thu, 11 Apr 2019 11:07:48 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id E2F485F2E; Thu, 11 Apr 2019 11:07:46 +0200 (CEST) In-Reply-To: <1554973447-3009-1-git-send-email-orika@mellanox.com> References: <1554973447-3009-1-git-send-email-orika@mellanox.com> To: test-report@dpdk.org Cc: Ori Kam Message-Id: <20190411090746.E2F485F2E@dpdk.org> Date: Thu, 11 Apr 2019 11:07:46 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw52641 [PATCH] net/mlx5: fix RSS validation function 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/52641 _coding style issues_ ERROR:TRAILING_WHITESPACE: trailing whitespace #40: FILE: drivers/net/mlx5/mlx5_flow.c:884: + * @param[in] item_flags^M$ ERROR:TRAILING_WHITESPACE: trailing whitespace #41: FILE: drivers/net/mlx5/mlx5_flow.c:885: + * Items that were detected.^M$ ERROR:DOS_LINE_ENDINGS: DOS line endings #49: FILE: drivers/net/mlx5/mlx5_flow.c:897: +^I^I^I uint64_t item_flags,^M$ ERROR:DOS_LINE_ENDINGS: DOS line endings #54: FILE: drivers/net/mlx5/mlx5_flow.c:902: +^Iint tunnel = !!(item_flags & MLX5_FLOW_LAYER_TUNNEL);^M$ ERROR:DOS_LINE_ENDINGS: DOS line endings #62: FILE: drivers/net/mlx5/mlx5_flow.c:971: +^Iif (rss->level > 1 && !tunnel)^M$ ERROR:DOS_LINE_ENDINGS: DOS line endings #63: FILE: drivers/net/mlx5/mlx5_flow.c:972: +^I^Ireturn rte_flow_error_set(error, EINVAL,^M$ ERROR:DOS_LINE_ENDINGS: DOS line endings #64: FILE: drivers/net/mlx5/mlx5_flow.c:973: +^I^I^I^I^I RTE_FLOW_ERROR_TYPE_ACTION_CONF, NULL,^M$ ERROR:DOS_LINE_ENDINGS: DOS line endings #65: FILE: drivers/net/mlx5/mlx5_flow.c:974: +^I^I^I^I^I "inner RSS is not supported for "^M$ ERROR:DOS_LINE_ENDINGS: DOS line endings #66: FILE: drivers/net/mlx5/mlx5_flow.c:975: +^I^I^I^I^I "non-tunnel flows");^M$ ERROR:DOS_LINE_ENDINGS: DOS line endings #78: FILE: drivers/net/mlx5/mlx5_flow.h:446: +^I^I^I^I uint64_t item_flags,^M$ ERROR:DOS_LINE_ENDINGS: DOS line endings #99: FILE: drivers/net/mlx5/mlx5_flow_dv.c:1809: +^I^Iint tunnel = !!(item_flags & MLX5_FLOW_LAYER_TUNNEL);^M$ ERROR:DOS_LINE_ENDINGS: DOS line endings #108: FILE: drivers/net/mlx5/mlx5_flow_dv.c:1981: +^I^I^I^I^I^I^I attr, item_flags,^M$ ERROR:DOS_LINE_ENDINGS: DOS line endings #109: FILE: drivers/net/mlx5/mlx5_flow_dv.c:1982: +^I^I^I^I^I^I^I error);^M$ ERROR:DOS_LINE_ENDINGS: DOS line endings #122: FILE: drivers/net/mlx5/mlx5_flow_verbs.c:1196: +^I^I^I^I^I^I^I attr, item_flags,^M$ total: 14 errors, 0 warnings, 0 checks, 70 lines checked