Re: [PATCH net-next 11/11] rxrpc: Add config to inject packet loss

2016-09-18 Thread Sergei Shtylyov
Hello. On 9/18/2016 2:22 AM, David Howells wrote: Add a configuration option to inject packet loss by discarding approximately every 8th packet received and approximately every 8th DATA packet transmitted. Note that no locking is used, but it shouldn't really matter. Signed-off-by: David Howe

[PATCH net-next 11/11] rxrpc: Add config to inject packet loss

2016-09-17 Thread David Howells
Add a configuration option to inject packet loss by discarding approximately every 8th packet received and approximately every 8th DATA packet transmitted. Note that no locking is used, but it shouldn't really matter. Signed-off-by: David Howells --- net/rxrpc/Kconfig |7 +++ net/rxrp