From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 3/3] testpmd: extend commands Date: Sun, 01 Nov 2015 15:45:44 +0100 Message-ID: <4448101.FDSDtqVAo6@xps13> References: <1446021688-17544-1-git-send-email-jingjing.wu@intel.com> <1446308653-2378-1-git-send-email-jingjing.wu@intel.com> <1446308653-2378-4-git-send-email-jingjing.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jingjing Wu Return-path: Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id B32708E6C for ; Sun, 1 Nov 2015 15:46:56 +0100 (CET) Received: by wmff134 with SMTP id f134so41189071wmf.1 for ; Sun, 01 Nov 2015 06:46:56 -0800 (PST) In-Reply-To: <1446308653-2378-4-git-send-email-jingjing.wu@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" 2015-11-01 00:24, Jingjing Wu: > This patch extends commands to support filtering in VFs of flow director. [...] > --- a/app/test-pmd/cmdline.c > +++ b/app/test-pmd/cmdline.c > - " (drop|fwd) queue (queue_id) fd_id (fd_id_value)\n" > + " (drop|fwd) pf|vf(vf_id) queue (queue_id)" > + " fd_id (fd_id_value)\n" Is it possible to avoid setting "pf" and make it an implicit default?