From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2F810A0550 for ; Tue, 16 Feb 2021 10:38:48 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2B82E1606CC; Tue, 16 Feb 2021 10:38:48 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mails.dpdk.org (Postfix) with ESMTP id C5F6640690 for ; Tue, 16 Feb 2021 10:38:47 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id C2786C906; Tue, 16 Feb 2021 10:38:47 +0100 (CET) In-Reply-To: <20210215162151.5655-3-cristian.dumitrescu@intel.com> References: <20210215162151.5655-3-cristian.dumitrescu@intel.com> To: test-report@dpdk.org Cc: Cristian Dumitrescu Message-Id: <20210216093847.C2786C906@dpdk.org> Date: Tue, 16 Feb 2021 10:38:47 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw87924 [PATCH 3/5] pipeline: support non-incremental table updates X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 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/87924 _coding style issues_ WARNING:TYPO_SPELLING: 'peding' may be misspelled - perhaps 'pending'? #76: FILE: lib/librte_pipeline/rte_swx_ctl.c:607: +table_is_update_pending(struct table *table, int consider_peding_default) WARNING:TYPO_SPELLING: 'peding' may be misspelled - perhaps 'pending'? #94: FILE: lib/librte_pipeline/rte_swx_ctl.c:625: + if (consider_peding_default && table->pending_default) WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return #245: FILE: lib/librte_pipeline/rte_swx_ctl.c:1231: + return 0; + } else { WARNING:LONG_LINE: line length of 103 exceeds 100 columns #257: FILE: lib/librte_pipeline/rte_swx_ctl.c:1243: + status = table_entry_list_duplicate(ctl, table_id, &list, &table->pending_add); WARNING:LONG_LINE: line length of 107 exceeds 100 columns #261: FILE: lib/librte_pipeline/rte_swx_ctl.c:1247: + status = table_entry_list_duplicate(ctl, table_id, &list, &table->pending_modify1); WARNING:LONG_LINE: line length of 114 exceeds 100 columns #266: FILE: lib/librte_pipeline/rte_swx_ctl.c:1252: + ts_next->obj = table->ops.create(&table->params, &list, table->info.args, ctl->numa_node); total: 0 errors, 6 warnings, 328 lines checked