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 2043FA0C3F; Thu, 15 Apr 2021 16:43:59 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 04020162220; Thu, 15 Apr 2021 16:43:59 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id CFE9816219E for ; Thu, 15 Apr 2021 16:43:57 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1618497837; 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=BJYt80+3PfV+2cqW7a78FbMLomVjPRUNTXQj4V80zLY=; b=icBU/iN1zHBVb/b1w5E8ZCEn5hbIGEIh7dUs71r09smfHtgeJRELrjicgBmU/gxSnE6Eo0 P4hwq+bEsi9Un93ow9tJUkhvtOriq5bJ7/YQDHSutztNwr+HeOsbY2oFXCkQ7AyjCis6TC 78+wo0DMuCOn1v40umX6egSvTgd5ifE= Received: from mail-vk1-f197.google.com (mail-vk1-f197.google.com [209.85.221.197]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-406-xYjWbZYRNAGFgYXg57cvng-1; Thu, 15 Apr 2021 10:43:55 -0400 X-MC-Unique: xYjWbZYRNAGFgYXg57cvng-1 Received: by mail-vk1-f197.google.com with SMTP id d76-20020a1f364f0000b02901d17a7dfce5so1326929vka.3 for ; Thu, 15 Apr 2021 07:43:55 -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=BJYt80+3PfV+2cqW7a78FbMLomVjPRUNTXQj4V80zLY=; b=DsvR/R23PgNvZ/Msc2M19up80D6+2IhQbVkemVzWOLOkw6l5iionWUhsbt3X8Yy5/m 1gVOiGz4hec59akbk9d7nDTf0I4uIbJ2sn5EZTtCJJhEFoiZMmXlROexc+6bWMkUdGpZ KhZmrfZq7Gk1AP2nQ2t406RofHH+FSsjl6qdoUaenwscC9eCRoM2bxQ6iU6M/ain02xp JBAq5X6R5RXBSuQGMkzpbQnynS5NqWMctB86dxMEY2wmkAs3W/ltqYPnn5EpRbFAmPy1 S6ZIsyZIxz12HCHou1ljZX+ui8ww94UhgqyRt+98dKNlsJa8GHz/DKxN2oppcFWfxo7u kFqg== X-Gm-Message-State: AOAM532ISLOBQp/G7N3cQEFNPiS95y3E3mzy0l3DsH7Gs3TEv2ezRsZh qB632eTvCQlruBWOTR2JeER42PuOBtpF4hTg6jOe7EwKC7pldEty41o9Ir9Yusejxpg904O+UVk RPU0ZDSiOtY7j+IxgjaA= X-Received: by 2002:a67:f84a:: with SMTP id b10mr2397169vsp.10.1618497835478; Thu, 15 Apr 2021 07:43:55 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw4yOmnRKSNiSpovPPluxj9NuiPnYORSPv1LA3crgeyR3bz8lQjtfYS7xmxAzjC0f0gdkrw2PCXNWYO+fTayuE= X-Received: by 2002:a67:f84a:: with SMTP id b10mr2397152vsp.10.1618497835252; Thu, 15 Apr 2021 07:43:55 -0700 (PDT) MIME-Version: 1.0 References: <20210402105252.1145821-1-conor.walsh@intel.com> <20210406111106.2020555-1-conor.walsh@intel.com> <20210406111106.2020555-6-conor.walsh@intel.com> In-Reply-To: <20210406111106.2020555-6-conor.walsh@intel.com> From: David Marchand Date: Thu, 15 Apr 2021 16:43:44 +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 5/5] doc/guides/l3_forward: update documentation for FIB 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: > > The purpose of this patch is to update the l3fwd user guide to include > the changes proposed in this patchset. > > Signed-off-by: Conor Walsh > Acked-by: John McNamara > --- > doc/guides/sample_app_ug/l3_forward.rst | 113 +++++++++++++++++++++--- Please, add a bullet in the release notes. Thanks. -- David Marchand