From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples/ip_pipeline: fix flow classification pipeline Date: Thu, 31 Mar 2016 22:55:39 +0200 Message-ID: <3892687.M8Zu81hvWH@xps13> References: <1459423774-10561-1-git-send-email-roy.fan.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Fan Zhang Return-path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id B7BF56CC3 for ; Thu, 31 Mar 2016 22:57:33 +0200 (CEST) Received: by mail-wm0-f44.google.com with SMTP id f198so742110wme.0 for ; Thu, 31 Mar 2016 13:57:33 -0700 (PDT) In-Reply-To: <1459423774-10561-1-git-send-email-roy.fan.zhang@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-31 12:29, Fan Zhang: > Fixes: examples/ip_pipeline: config parser clean-up Fixes: 1a33c5ea2f45 ("examples/ip_pipeline: clean config parser") > This patch fixes the initialization error in flow classification > pipeline. Originally, when there is no key_mask specified in the > CFG file, all '0' mask is utilized. > > Signed-off-by: Fan Zhang > Acked-by: Cristian Dumitrescu Applied, thanks