From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: FIB aware L3 forwarding Date: Tue, 26 May 2015 11:20:02 -0700 Message-ID: <20150526112002.61ea46cb@urahara> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" To: Srikanth Akula Return-path: Received: from mail-pa0-f44.google.com (mail-pa0-f44.google.com [209.85.220.44]) by dpdk.org (Postfix) with ESMTP id 2B26D590C for ; Tue, 26 May 2015 20:20:00 +0200 (CEST) Received: by pabru16 with SMTP id ru16so98627851pab.1 for ; Tue, 26 May 2015 11:19:59 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, 26 May 2015 10:51:01 -0700 Srikanth Akula wrote: > Hi Dev team , > > I am interested to know if DPDK supports multiple FIBs , and forwards L3 > packets based on the FIB ID we are interested in ? > > -Srikanth DPDK is not a router, it provides tools to build a router. It is up to your software to manage things like FIB's itself.