From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 9B12CFA30; Tue, 13 Dec 2016 02:09:27 +0100 (CET) In-Reply-To: <9c5b028d62c8422031e451c91232d34e562cf4cf.1481590851.git.mirq-linux@rere.qmqm.pl> References: <9c5b028d62c8422031e451c91232d34e562cf4cf.1481590851.git.mirq-linux@rere.qmqm.pl> To: test-report@dpdk.org Cc: =?UTF-8?q?Micha=C5=82=20Miros=C5=82aw?= Message-Id: <20161213010927.9B12CFA30@dpdk.org> Date: Tue, 13 Dec 2016 02:09:27 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| [PATCH 09/13] PMD/af_packet: guard against buffer overruns in TX 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:27 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/17883 _coding style issues_ WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #51: FILE: drivers/net/af_packet/rte_eth_af_packet.c:86: + unsigned frame_data_size; WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (16, 32) #68: FILE: drivers/net/af_packet/rte_eth_af_packet.c:219: if ((ppd->tp_status != TP_STATUS_AVAILABLE) && [...] + break; WARNING:LONG_LINE: line over 90 characters #99: FILE: drivers/net/af_packet/rte_eth_af_packet.c:644: + tx_queue->frame_data_size = req->tp_frame_size - TPACKET2_HDRLEN + sizeof(struct sockaddr_ll); total: 0 errors, 3 warnings, 0 checks, 52 lines checked