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 84C00424C1; Mon, 10 Jun 2024 16:28:27 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 72170402ED; Mon, 10 Jun 2024 16:28:27 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 40EC14042E for ; Mon, 10 Jun 2024 16:28:26 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1086) id 4E9D020B915A; Mon, 10 Jun 2024 07:28:25 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 4E9D020B915A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1718029705; bh=qS773nSLidbVULQBl0NGnkm18899VTFIsWU7uM4hOlI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sYVVPtc3Jg4u6HRCCcl8nJafw+zEJJLKfgq2eKHOey3ucbU22mheGPFUXVzQpC4DM 137988IiHGqzM8icWzSgTZOh4P+94qjN1ppTYpuUf/TOlkvJLuiGUk2Tjy+gTjICTw vTlhntHd3QO5pR5HKDjcoepfVm8WhakXgFX7vVwc= Date: Mon, 10 Jun 2024 07:28:25 -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 4/5] fib: properly include vector API header file Message-ID: <20240610142825.GB11955@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20240602123921.363625-2-mattias.ronnblom@ericsson.com> <20240605064945.369310-1-mattias.ronnblom@ericsson.com> <20240605064945.369310-5-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-5-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:44AM +0200, Mattias Rönnblom wrote: > The trie implementation of the fib library relied on , but > failed to provide a direct include of this file. > > Signed-off-by: Mattias Rönnblom > --- Acked-by: Tyler Retzlaff