From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] ip_pipeline: add load balancing function to pass-through pipeline Date: Thu, 10 Mar 2016 01:26:59 +0100 Message-ID: <2351691.tuJXt9sbsx@xps13> References: <1453889757-115360-1-git-send-email-jasvinder.singh@intel.com> <1454606182-38449-1-git-send-email-jasvinder.singh@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jasvinder Singh Return-path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 7096E2B97 for ; Thu, 10 Mar 2016 01:28:40 +0100 (CET) Received: by mail-wm0-f53.google.com with SMTP id l68so8182068wml.0 for ; Wed, 09 Mar 2016 16:28:40 -0800 (PST) In-Reply-To: <1454606182-38449-1-git-send-email-jasvinder.singh@intel.com> 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" 2016-02-04 17:16, Jasvinder Singh: > The pass-through pipeline implementation is extended with load balancing > function. This function allows uniform distribution of the packets among > its output ports. For packets distribution, any application level logic > can be applied. For instance, in this implementation, hash value > computed over specific header fields of the incoming packets has been > used to spread traffic uniformly among the output ports. The following > pass-through configuration can be used for implementing load balancing > function over ipv4 traffic; Please rebase, thanks