From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind_com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=+m3Ecm4rP7etmku4s9uy1ygITyjP9JUMZXlpXcD30G4=; b=yuTkfurl9WgW0LQII5Dv2/8o2mu1INF1ULYnD9uKcVMIj4EJ3UseTyirf7g1JOx6es 4wCgm08+YJieS76zQU2nVikd/1RsZ3UhWkjOrtpyUcUzT9nrwq3npxan6N1fUxgIkleX h5o2d63vbd5UhKSy1I25HdoOPO57sqgd86FjGxPounYzs3/wpS5JL19uct6ogc0Ar5YD 3hzX53lp1TlRq5qcBgvdF20A67QWN0l05kEV4SoQhazRb3t9GfJu3DpuXCrgjA+zm6XP Her8pr585ugBJZY3fys7RPHLD2pIzwWtXCGue0jEFpqTupr2trCPlG/JnWHhguGOiiY5 6mKg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=+m3Ecm4rP7etmku4s9uy1ygITyjP9JUMZXlpXcD30G4=; b=jpbSAEuSgfyG+kJJ3HanLum/6Uy0f6jipSfEK9bEBc/QIImVYs9c6Hyp/OSbTg64Mi jLeU94mL1ednMApa0evly1e5v+IyoU0rjXuPoFEmMMkwLLbfYq56KC1NBBFhpGkGreQu MyovcKdTO4DdmNmbxzcgrhVxqYmRyxn+0YQa8YMHZhWddG+aj6Gbzm9bHlXS37jkRnNG ZRQVLuFnPPLdwSvYWTCRG0IjyEj/xcPznNjGkjx3RefKjf7+EVgF9oruZzUooL28eNBQ IvvGzmIcbJbowl8uinsnvmxEOaM40UGONPdH8EsS+djLPcrlNkRYROaIuEi6hdUDG0Ze mC7w== X-Gm-Message-State: ALoCoQlQYlYPfuHSWbZB76XaXAMEa8A873L744gq0dz2lWf85SG7u+OZwTf12sKAoM1pxNGP5g4U X-Received: by 10.28.94.194 with SMTP id s185mr8595969wmb.90.1446389216576; Sun, 01 Nov 2015 06:46:56 -0800 (PST) Received: from xps13.localnet (59.26.90.92.rev.sfr.net. [92.90.26.59]) by smtp.gmail.com with ESMTPSA id b1sm17355450wjx.12.2015.11.01.06.46.55 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 01 Nov 2015 06:46:55 -0800 (PST) From: Thomas Monjalon To: Jingjing Wu Date: Sun, 01 Nov 2015 15:45:44 +0100 Message-ID: <4448101.FDSDtqVAo6@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1446308653-2378-4-git-send-email-jingjing.wu@intel.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v3 3/3] testpmd: extend commands X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Nov 2015 14:46:56 -0000 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?