From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 57E68A2EFC for ; Thu, 19 Sep 2019 11:26:57 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4D9A81ED7D; Thu, 19 Sep 2019 11:26:57 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 9135F1ED64; Thu, 19 Sep 2019 11:26:46 +0200 (CEST) In-Reply-To: <20190919092603.5485-3-pbhagavatula@marvell.com> References: <20190919092603.5485-3-pbhagavatula@marvell.com> To: test-report@dpdk.org Cc: Message-Id: <20190919092646.9135F1ED64@dpdk.org> Date: Thu, 19 Sep 2019 11:26:46 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw59417 [PATCH v2 02/10] examples/l2fwd-event: add infra for eventdev 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/59417 _coding style issues_ WARNING:STATIC_CONST_CHAR_ARRAY: const array should probably be static const #215: FILE: examples/l2fwd-event/l2fwd_eventdev.h:41: + const char name[RTE_MEMZONE_NAMESIZE] = "l2fwd_event_rsrc"; total: 0 errors, 1 warnings, 241 lines checked