From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 490DD1B53 for ; Thu, 23 Mar 2017 18:01:24 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490288484; x=1521824484; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=ALZWOyvYR6aTJlVdiUxNlJqLRk85wEpRI9amnvfaxNw=; b=HU3QjB3E7SqYbqdTceSjHb6kyrbihWiVAVAKKbzcUEHU3IUqQXEjaRpL wZ7Fyk+ZiiFJByehs+n3G1njZirSKQ==; Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Mar 2017 10:01:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,210,1486454400"; d="scan'208";a="837848597" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by FMSMGA003.fm.intel.com with ESMTP; 23 Mar 2017 10:01:21 -0700 To: Qi Zhang , jingjing.wu@intel.com, helin.zhang@intel.com References: <20170303015924.68986-1-qi.z.zhang@intel.com> <20170313045543.65464-1-qi.z.zhang@intel.com> <20170313045543.65464-3-qi.z.zhang@intel.com> Cc: dev@dpdk.org From: Ferruh Yigit Message-ID: <348b2478-b565-dc7a-b36c-2117a80ea904@intel.com> Date: Thu, 23 Mar 2017 17:01:20 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170313045543.65464-3-qi.z.zhang@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 2/2] app/testpmd: enable VF untag drop in testpmd X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Mar 2017 17:01:24 -0000 On 3/13/2017 4:55 AM, Qi Zhang wrote: > Add command line to support untag drop to specific VF in > testpmd. > > Signed-off-by: Qi Zhang > --- > v2: > - adjust compile option to align with others. > > app/test-pmd/cmdline.c | 99 ++++++++++++++++++++++++++++++++++++++++++++++++++ doc/guides/testpmd_app_ug/testpmd_funcs.rst also should be updated with new command. <...>