From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples/ip_pipeline: fix wrong values in flow.cfg Date: Thu, 28 Jul 2016 16:58:29 +0200 Message-ID: <4666509.97gCXPrhXB@xps13> References: <1469612130-19855-1-git-send-email-sankarx.chokkalingam@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, cristian.dumitrescu@intel.com To: Sankar Chokkalingam Return-path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id 3064A559A for ; Thu, 28 Jul 2016 16:58:31 +0200 (CEST) Received: by mail-wm0-f43.google.com with SMTP id f65so255781427wmi.0 for ; Thu, 28 Jul 2016 07:58:31 -0700 (PDT) In-Reply-To: <1469612130-19855-1-git-send-email-sankarx.chokkalingam@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-07-27 02:35, Sankar Chokkalingam: > This configuration is example configuration for flow classification. > This fix changes the offset and mask value to compute the hash correctly. > This fix does not involve code change and do not impact compilation, > build and performance. > > Fixes: 93771a569daa ("examples/ip_pipeline: rework flow classification CLI") > > Signed-off-by: Sankar Chokkalingam > Acked-by: Cristian Dumitrescu Applied, thanks