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 B0BCEA00C4; Sun, 6 Nov 2022 10:31:54 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5D26540691; Sun, 6 Nov 2022 10:31:54 +0100 (CET) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 7D7904003C for ; Sun, 6 Nov 2022 10:31:52 +0100 (CET) Received: from [192.168.38.17] (aros.oktetlabs.ru [192.168.38.17]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id 153D162; Sun, 6 Nov 2022 12:31:52 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 153D162 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1667727112; bh=Mg/ewCK31d8vGSfNvSTN6c1BAF1xwVzl8GRJK73mnrU=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=WK7eGvYzoP1Mxxocg8efXB8abOoABQI7Labb9Nk6eA+sB0TJ2cQn6/DhYGzg8id6u IHdNU4E+Yl3d/jNKgiMT/Vrk+fisCAf6rJokNgb2pkT1+o/xGAoaeU1mSLU0hDInDH GxLqN+WKy5UpK4jH0UOk3uGWbybKc7BNT/bTt0nE= Message-ID: Date: Sun, 6 Nov 2022 12:31:51 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.0 Subject: Re: [PATCH] net/nfp: fix an out of bounds write problem Content-Language: en-US To: Chaoyong He , dev@dpdk.org Cc: oss-drivers@corigine.com, niklas.soderlund@corigine.com References: <20221102012349.26186-1-chaoyong.he@corigine.com> From: Andrew Rybchenko Organization: OKTET Labs In-Reply-To: <20221102012349.26186-1-chaoyong.he@corigine.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On 11/2/22 04:23, Chaoyong He wrote: > Fix the check logic of the index of the array, which > caused the out of bounds write problem. > > Coverity issue: 381616 > Fixes: 0666af498761 ("net/nfp: support RSS based on VXLAN inner layer") > > Signed-off-by: Chaoyong He > Reviewed-by: Niklas Söderlund Applied to dpdk-next-net/main, thanks.