From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 797C71B806; Wed, 31 Jan 2018 20:57:15 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Jan 2018 11:57:15 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,441,1511856000"; d="scan'208";a="23940831" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.19.13]) ([10.252.19.13]) by FMSMGA003.fm.intel.com with ESMTP; 31 Jan 2018 11:57:14 -0800 From: Ferruh Yigit To: Vipin Varghese , dev@dpdk.org Cc: stable@dpdk.org References: <1517005646-18698-1-git-send-email-vipin.varghese@intel.com> <9a780bc8-e8e5-75a0-63f9-5c0ed39827d3@intel.com> Message-ID: <45f0f9f4-6de9-53f7-2cee-55c5a3f6e673@intel.com> Date: Wed, 31 Jan 2018 19:57:13 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <9a780bc8-e8e5-75a0-63f9-5c0ed39827d3@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH] net/tap: remove speed parameter from TAP args X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Jan 2018 19:57:17 -0000 On 1/26/2018 5:20 PM, Ferruh Yigit wrote: > On 1/26/2018 10:27 PM, Vipin Varghese wrote: >> TAP is a virtual device created on Kernel. The speed of interface is >> set by Kernel to a fixed static value. But this does not prevent using >> RX or TX to rate limit. Hence removing the option from user arguments. >> >> Signed-off-by: Vipin Varghese > > Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/master, thanks.