From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id F1B095684; Tue, 13 Dec 2016 02:09:18 +0100 (CET) In-Reply-To: References: To: test-report@dpdk.org Cc: =?UTF-8?q?Micha=C5=82=20Miros=C5=82aw?= Message-Id: <20161213010918.F1B095684@dpdk.org> Date: Tue, 13 Dec 2016 02:09:18 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| [PATCH 08/13] PMD/af_packet: guard against buffer overruns in RX path 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: Tue, 13 Dec 2016 01:09:19 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/17882 _coding style issues_ WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #52: FILE: drivers/net/af_packet/rte_eth_af_packet.c:373: + unsigned buf_size, data_size; WARNING:LONG_LINE: line over 90 characters #60: FILE: drivers/net/af_packet/rte_eth_af_packet.c:379: + data_size = internals->req.tp_frame_size - TPACKET2_HDRLEN + sizeof(struct sockaddr_ll); total: 0 errors, 2 warnings, 0 checks, 23 lines checked