From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] testpmd: fix fdir command on MAC and tunnel modes Date: Fri, 23 Sep 2016 20:37:59 +0200 Message-ID: <1924651.XQXukuLhii@xps13> References: <1471943445-20696-1-git-send-email-Frederico.Cadete-ext@oneaccess-net.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Frederico.Cadete-ext@oneaccess-net.com, frederico@cadete.eu, pablo.de.lara.guarch@intel.com To: dev@dpdk.org Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id CA6D16CBE for ; Fri, 23 Sep 2016 20:38:08 +0200 (CEST) Received: by mail-wm0-f47.google.com with SMTP id b130so45125803wmc.0 for ; Fri, 23 Sep 2016 11:38:08 -0700 (PDT) In-Reply-To: <1471943445-20696-1-git-send-email-Frederico.Cadete-ext@oneaccess-net.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" Anyone to review please? 2016-08-23 11:10, Frederico.Cadete-ext@oneaccess-net.com: > The flow_director_filter commands has a pf|vf option for most modes > except for MAC-VLAN and tunnel. On Intel NIC's these modes are not > supported under virtualized environments. > But the application was checking that this field was parsed for these cases, > even though this token is not registered with the cmdline parser. > > This patch skips checking of this field for the commands that don't > accept it. > > Signed-off-by: Frederico Cadete