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 607A143BCF; Fri, 1 Mar 2024 19:09:36 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E119543352; Fri, 1 Mar 2024 19:09:35 +0100 (CET) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 810D5402B8 for ; Fri, 1 Mar 2024 19:09:34 +0100 (CET) Received: by linux.microsoft.com (Postfix, from userid 1086) id CF2B320B74C0; Fri, 1 Mar 2024 10:09:33 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com CF2B320B74C0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1709316573; bh=6ffReQWQqAbY4KA84hlEDgtwKjqlybl5kVxYoqN0GLE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PLYMo5ssG+1N4k2lbvI3an7Qtw6TYqRS3XC5ykX8jppfHYUVPtAxOBEZ9DKqdBrdA fFEEagNbOzFYWG5LeZPLeD8cfHrzxybLtkcAlU6nkZHvu3bjNHQ1FHyOsT/IMelYeU jUDLmvfwJfI2reDahR0IeEDzyLgCP21QQh5kyW5U= Date: Fri, 1 Mar 2024 10:09:33 -0800 From: Tyler Retzlaff To: Stephen Hemminger Cc: dev@dpdk.org, Konstantin Ananyev , Ray Kinsella Subject: Re: [PATCH 1/6] test/bpf: make sure mbuf is initialized Message-ID: <20240301180933.GA983@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20240301175842.159967-1-stephen@networkplumber.org> <20240301175842.159967-2-stephen@networkplumber.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240301175842.159967-2-stephen@networkplumber.org> User-Agent: Mutt/1.5.21 (2010-09-15) 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 Fri, Mar 01, 2024 at 09:57:06AM -0800, Stephen Hemminger wrote: > The BPF filter test was not initializing off load flags. > > Coverity issue: 375844 > Fixes: 2eccf6afbea9 ("bpf: add function to convert classic BPF to DPDK BPF") > Signed-off-by: Stephen Hemminger > --- Reviewed-by: Tyler Retzlaff