From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] ip_pipeline: add load balancing function to pass-through pipeline Date: Sun, 13 Mar 2016 16:09:05 +0100 Message-ID: <1644289.O54HJSKTCM@xps13> References: <1453889757-115360-1-git-send-email-jasvinder.singh@intel.com> <1457623742-26239-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-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id D21922BAC for ; Sun, 13 Mar 2016 16:10:26 +0100 (CET) Received: by mail-wm0-f51.google.com with SMTP id l68so72808961wml.1 for ; Sun, 13 Mar 2016 08:10:26 -0700 (PDT) In-Reply-To: <1457623742-26239-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-03-10 15:29, 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. Applied, thanks