From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 5F44D34EF; Wed, 31 Oct 2018 12:34:21 +0100 (CET) In-Reply-To: <20181031113406.111046-1-jasvinder.singh@intel.com> References: <20181031113406.111046-1-jasvinder.singh@intel.com> To: test-report@dpdk.org Cc: Jasvinder Singh Message-Id: <20181031113421.5F44D34EF@dpdk.org> Date: Wed, 31 Oct 2018 12:34:21 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw47613 net/softnic: fix mixing enum values 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: , X-List-Received-Date: Wed, 31 Oct 2018 11:34:21 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/47613 _coding style issues_ WARNING:LONG_LINE: line over 90 characters #40: FILE: drivers/net/softnic/rte_eth_softnic_flow.c:1627: + softnic_table_action_policer(m->params.action[RTE_MTR_GREEN]); WARNING:LONG_LINE: line over 90 characters #43: FILE: drivers/net/softnic/rte_eth_softnic_flow.c:1629: + softnic_table_action_policer(m->params.action[RTE_MTR_YELLOW]); WARNING:LONG_LINE: line over 90 characters #46: FILE: drivers/net/softnic/rte_eth_softnic_flow.c:1631: + softnic_table_action_policer(m->params.action[RTE_MTR_RED]); ERROR:SPACING: space required before the open parenthesis '(' #75: FILE: drivers/net/softnic/rte_eth_softnic_meter.c:71: + switch(action) { total: 1 errors, 3 warnings, 0 checks, 58 lines checked