From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 08C0F1D04A; Fri, 8 Jun 2018 19:11:07 +0200 (CEST) In-Reply-To: <1528477766-15788-14-git-send-email-anoob.joseph@caviumnetworks.com> References: <1528477766-15788-14-git-send-email-anoob.joseph@caviumnetworks.com> To: test-report@dpdk.org Cc: Anoob Joseph Message-Id: <20180608171107.08C0F1D04A@dpdk.org> Date: Fri, 8 Jun 2018 19:11:07 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw40897 [PATCH 13/15] examples/l2fwd: move pkt send code to a new 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: , X-List-Received-Date: Fri, 08 Jun 2018 17:11:07 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/40897 _coding style issues_ WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #32: FILE: examples/l2fwd/l2fwd_worker.c:158: +l2fwd_send_pkt(struct rte_mbuf *tx_pkt, unsigned port_id) total: 0 errors, 1 warnings, 36 lines checked