From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH] net/tap: remove speed parameter from TAP args Date: Wed, 31 Jan 2018 19:57:13 +0000 Message-ID: <45f0f9f4-6de9-53f7-2cee-55c5a3f6e673@intel.com> References: <1517005646-18698-1-git-send-email-vipin.varghese@intel.com> <9a780bc8-e8e5-75a0-63f9-5c0ed39827d3@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: stable@dpdk.org To: Vipin Varghese , dev@dpdk.org Return-path: In-Reply-To: <9a780bc8-e8e5-75a0-63f9-5c0ed39827d3@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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.