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 E101D45524 for ; Fri, 28 Jun 2024 21:47:18 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DE919410F2; Fri, 28 Jun 2024 21:47:18 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 2181240E96 for ; Fri, 28 Jun 2024 21:47:02 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 09F44128144; Fri, 28 Jun 2024 21:47:02 +0200 (CEST) Subject: |WARNING| pw141978 [PATCH] net/memif: fix buffer overflow in zero copy Rx In-Reply-To: <102781f4-e82c-4780-acb5-fad92fb2c30b@broadcom.com> References: <102781f4-e82c-4780-acb5-fad92fb2c30b@broadcom.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Mihai Brodschi Message-Id: <20240628194702.09F44128144@dpdk.org> Date: Fri, 28 Jun 2024 21:47:02 +0200 (CEST) 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/141978 _coding style issues_ WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #87: Fixes: 43b815d88188 ("net/memif: support zero-copy slave") WARNING:EMBEDDED_FILENAME: It's generally not useful to have the filename in the file #100: FILE: :1252: + /* WARNING:EMBEDDED_FILENAME: It's generally not useful to have the filename in the file #101: FILE: :1253: + * Allocate 2x ring_size to reserve a contiguous array for WARNING:EMBEDDED_FILENAME: It's generally not useful to have the filename in the file #102: FILE: :1254: + * rte_pktmbuf_alloc_bulk (to store allocated mbufs). WARNING:EMBEDDED_FILENAME: It's generally not useful to have the filename in the file #103: FILE: :1255: + */ WARNING:EMBEDDED_FILENAME: It's generally not useful to have the filename in the file #106: FILE: :1257: + (1 << (mq->log2_ring_size + 1)), 0); ERROR:CORRUPTED_PATCH: patch seems to be corrupt (line wrapped?) #117: FILE: drivers/net/memif/rte_eth_memif.c:599: **bufs, uint16_t nb_pkts) total: 1 errors, 6 warnings, 0 checks, 23 lines checked