From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.0 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 97E9AC07E95 for ; Sat, 10 Jul 2021 06:33:19 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id 1389E61375 for ; Sat, 10 Jul 2021 06:33:19 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1389E61375 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=monjalon.net Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7460041136; Sat, 10 Jul 2021 08:33:18 +0200 (CEST) Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by mails.dpdk.org (Postfix) with ESMTP id 5F600407FF for ; Sat, 10 Jul 2021 08:33:17 +0200 (CEST) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.west.internal (Postfix) with ESMTP id 7A7793200E48; Sat, 10 Jul 2021 02:33:16 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute6.internal (MEProxy); Sat, 10 Jul 2021 02:33:16 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm1; bh= 1nP+VbtYlO27jx9wkqA9LuECOpEDu4+dlGs/40iRB6w=; b=mOFM/jS+GlHP74Qo LR/odr75pWgZM/v4v1krsKIGnVr9R53/2Rf1Al5adUupZNvwWpCHTOKROLJTi/eH /5SGmnzs+0qVXOUUETbJfuQEvkhD72TvGNn6B0xhQN4hvt6aPXNlvYU9xguDHkeU 8sbFLKxc31ofkOd84d1gYt0Ie3jX/NpfOZncPyjrY+7+furC7yC6MEXukMgJCsvW 0ThthBLEmI0AUD0pjI5iZtA6OmqjsZgpQTtf4orZtCPLv30HV3/Ykx5REzcp826K crNQBjvegZSVdBz2wiqechUAJdfeIuX/jgMEF1vMlx3MKEAf3u7EMDD3kbRdV2gT IOYntw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=1nP+VbtYlO27jx9wkqA9LuECOpEDu4+dlGs/40iRB 6w=; b=Irgy764oUZXns97xKMYOoqDj80QYqSbG7/+UaCw8mIkIkpz0rwU0tmQ8J fXullGOo0aPTjlWjTTcKrC4Uv+mLMqqWGfffZ5wgcXy7eTCGqjLHf+Nb3G9In0Kd KCtv8CfnYii6mQdNCobV2I/DvB+hZmKqPOdHvP3H6bfyLnvM9zjqJP0CkSy1TH8H TEZlcc7oMiAuPSyymuUXg6qaez0JdScfVelmD2RJfa01sOhMmMfhuV3GEq0IGLz4 IMFwUjrkSBUAsU58e+8rjsq+KL2F+etQPh7lpukNdgVd9P+F8lq/70xo65Ft7SnP 6UwTnoJWPU+f0DikYcLVjlLA7Chjg== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrtdejgdeklecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucggtf frrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdejueei iedvffegheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhroh hmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sat, 10 Jul 2021 02:33:15 -0400 (EDT) From: Thomas Monjalon To: Cristian Dumitrescu Cc: dev@dpdk.org, Churchill Khangar Date: Sat, 10 Jul 2021 08:33:14 +0200 Message-ID: <5532263.mJNtzuoeo3@thomas> In-Reply-To: <2781257.mpMKZbs07Q@thomas> References: <20210709170700.24979-1-cristian.dumitrescu@intel.com> <4128560.nGZt2JQHef@thomas> <2781257.mpMKZbs07Q@thomas> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] examples/pipeline: add FIB example 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" 10/07/2021 00:13, Thomas Monjalon: > 09/07/2021 23:43, Thomas Monjalon: > > 09/07/2021 19:07, Cristian Dumitrescu: > > > Add example for FIB with VRF and ECMP support. > > > > > > Signed-off-by: Cristian Dumitrescu > > > Signed-off-by: Churchill Khangar > > > > Applied, thanks. > > Sorry, no it cannot be in 21.08-rc1 because the series "selector table" > fails to compile on 32-bit target. It's OK now with the v4 of the dependency.