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 88E05424C1; Mon, 10 Jun 2024 16:28:01 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 31AF9402A9; Mon, 10 Jun 2024 16:28:01 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 46FC540294 for ; Mon, 10 Jun 2024 16:28:00 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1086) id 4224920B915A; Mon, 10 Jun 2024 07:27:59 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 4224920B915A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1718029679; bh=zbhuVYTjnO+7lA/ISmxBCjDAsZK+iDTxUvZ9HFME1/I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Pi9Nu8YoMA8+nEtBW3329MsXCk+mVSIE11CBW2kT7IbuK7N2bgDFST9pbw0M3jElt Og9yURwmkojrLk7Y63JEhjN0RasDX0AiJycnNCXu/ZQ4uDgc0dqzPjNZmtQRAhJLHI zp53bFgXGbYEce9j1UmjrlaCroCWT3C1pycmGOBQ= Date: Mon, 10 Jun 2024 07:27:59 -0700 From: Tyler Retzlaff To: Mattias =?iso-8859-1?Q?R=F6nnblom?= Cc: dev@dpdk.org, hofors@lysator.liu.se, Morten =?iso-8859-1?Q?Br=F8rup?= , Stephen Hemminger , Abdullah Sevincer , Pavan Nikhilesh , David Hunt , Vladimir Medvedkin Subject: Re: [PATCH 3/5] distributor: properly include vector API header file Message-ID: <20240610142759.GA11955@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20240602123921.363625-2-mattias.ronnblom@ericsson.com> <20240605064945.369310-1-mattias.ronnblom@ericsson.com> <20240605064945.369310-4-mattias.ronnblom@ericsson.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20240605064945.369310-4-mattias.ronnblom@ericsson.com> 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 Wed, Jun 05, 2024 at 08:49:43AM +0200, Mattias Rönnblom wrote: > The distributor library relied on , but failed to provide > a direct include of this file. > > Signed-off-by: Mattias Rönnblom > --- Acked-by: Tyler Retzlaff