Re: [dpdk-dev] [PATCH] net/tap: remove speed parameter from TAP args

2018-01-26 Thread Ferruh Yigit
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

[dpdk-dev] [PATCH] net/tap: remove speed parameter from TAP args

2018-01-26 Thread Vipin Varghese
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 --- doc/guides/nics/tap.rst | 5 - drivers/n