From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=PfiQmeRovkpjUkzAATCpJv2NzwMdfkmo6U+TQBwSzsk=; b=XYr/hqH0ruz+XAdSAkAt+nfnMGINDOV7WkASJ+Ni8NUxKZPradFqdLeS6IgSo+tFr7 hT1ww51IfkvWiSfzF3vEylQ2G/nubyp83p6tnb5Z07yVZzgGZuNOwX/b2KeOBdlaFRKI PsTc9vo/bHhYKYk9AfBq3Ov4LwC7ayvOmjU2jVo14u/Ocpn+/DUtk3M4OpsbiOisH5cU CdQ57cnT8SqRS0qvXUl38u3C7bgwxa5EY8Nbao73Q4XEKOHWZ4mCuC8QVSC6s2jlNCGH kvMnjK+fZrJbbQon9l5apD+5hEWR1igsFcUpz2QoHWHfzNE3JIcxeDGnG6HF6y2HGdYe rJ1Q== X-Gm-Message-State: ALoCoQkg4U25ssT3qTTPFxEOzo6Wkd2k8LgnjliOaP5qSZTEcsRH30oQLpXjFgfqnsx/QW+k8z44 X-Received: by 10.68.191.167 with SMTP id gz7mr51758239pbc.43.1432664399433; Tue, 26 May 2015 11:19:59 -0700 (PDT) Received: from urahara (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by mx.google.com with ESMTPSA id p9sm13748173pds.92.2015.05.26.11.19.58 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 26 May 2015 11:19:59 -0700 (PDT) Date: Tue, 26 May 2015 11:20:02 -0700 From: Stephen Hemminger To: Srikanth Akula Message-ID: <20150526112002.61ea46cb@urahara> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] FIB aware L3 forwarding X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 May 2015 18:20:00 -0000 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.