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 DDB2BA0C3F; Thu, 15 Apr 2021 16:43:08 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 77F181621A1; Thu, 15 Apr 2021 16:43:08 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id E990D16219E for ; Thu, 15 Apr 2021 16:43:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1618497786; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=p6hAXwGirPlXy+zlqmQwXM5ISfWD3zcaTQ7YAVZIiUc=; b=FJ2rHDm0VAIqSsdA9P2ySeksqu/REPEimtnfzeKG8YLIO0ca/sVmSwZKBFqBsNIa1MMFza hTYQhJTbgNksiEPr1OCnktAsItTTjiTJQNMUuyC0J/EE9S4vdlbeZZEgd09wypXGxWBn+f kbVouoLBiU0Auq8QXntCz3h+vxkEeV0= Received: from mail-vk1-f200.google.com (mail-vk1-f200.google.com [209.85.221.200]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-287-1k9dbpWUOX2iyBzpRiWJHQ-1; Thu, 15 Apr 2021 10:43:04 -0400 X-MC-Unique: 1k9dbpWUOX2iyBzpRiWJHQ-1 Received: by mail-vk1-f200.google.com with SMTP id a133-20020a1ffc8b0000b02901ca14ac4722so1329425vki.23 for ; Thu, 15 Apr 2021 07:43:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=p6hAXwGirPlXy+zlqmQwXM5ISfWD3zcaTQ7YAVZIiUc=; b=IC+t0I844YNwNqBiHRSXJ4Cug1ynP9xRdKCIS+HoYcx7lzXrD98+f+P9xKfEQrUtLa UsiXea48gKWWSXPyqy7trwmuiCYR6BTwTuGjUCa1cm2jNNkLLVGBgKaidFJKB2WRGbbL 6eTvix8W8xRLOw1rw28s4lMrW/1Y8n+gX29ljOj26neJnAr2vfhpp7poWrP2u6SF85QN YIZbEagZzPL8xRkCGz98TR/UoW3X+stXXA4u0MaaZWVfQc08d4ia4q2FBR8ZDbJKDaqb hznIYpZ5qT9jihj95xGaTpJiaAQvbWPHBDLi22PVpfrswtiDCwXdiID1e9eN9pH6pmrx X5Tw== X-Gm-Message-State: AOAM530Rd/8cQu99638jRwFf9gE6nDHpKHykTp4oKUHeM8J02PYuJmiB jD3VlT2iGPsfXvMKKqUPgAROOuFMjQNGPjJBm6NIBDhk8BQ9XHjJcvaRVyc5SlkOKZOo14UrMqB HVI13eaErTP0Xo+AOqsg= X-Received: by 2002:ab0:60aa:: with SMTP id f10mr2224457uam.41.1618497783752; Thu, 15 Apr 2021 07:43:03 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwYDft6PWOJufGfE3vWZdt6k0EkcHj4i9DR7jkpijL1SamVfFclVa88cXDtNPqf2RpwbOx1Yr5th3V6pVLJC/A= X-Received: by 2002:ab0:60aa:: with SMTP id f10mr2224441uam.41.1618497783593; Thu, 15 Apr 2021 07:43:03 -0700 (PDT) MIME-Version: 1.0 References: <20210402105252.1145821-1-conor.walsh@intel.com> <20210406111106.2020555-1-conor.walsh@intel.com> <20210406111106.2020555-5-conor.walsh@intel.com> In-Reply-To: <20210406111106.2020555-5-conor.walsh@intel.com> From: David Marchand Date: Thu, 15 Apr 2021 16:42:51 +0200 Message-ID: To: Conor Walsh Cc: Jerin Jacob Kollanukkaran , Stephen Hemminger , "Iremonger, Bernard" , "Ananyev, Konstantin" , Vladimir Medvedkin , "Burakov, Anatoly" , "Mcnamara, John" , dev Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v7 4/5] examples/l3fwd: implement FIB lookup method 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 Sender: "dev" On Tue, Apr 6, 2021 at 1:11 PM Conor Walsh wrote: > > This patch implements the Forwarding Information Base (FIB) library > in l3fwd using the function calls and infrastructure introduced in > the previous patch. This probably helped for reviews, but I will squash this into the previous patches + the documentation before pushing. > > Signed-off-by: Conor Walsh > Acked-by: Konstantin Ananyev > Acked-by: Vladimir Medvedkin -- David Marchand