Re: [PATCH 1/1] mm: avoid re-using pfmemalloc page in page_frag_alloc()

2020-11-03 Thread Rama Nichanamatlu
Thanks for providing the numbers. Do you think that dropping (up to) 7 packets is acceptable? net.ipv4.tcp_syn_retries = 6 tcp clients wouldn't even get that far leading to connect establish issues. -rama On Tue, Nov 03, 2020 at 09:15:41PM +, Matthew Wilcox wrote: On Tue, Nov 03, 2020 at

Re: [PATCH] bonding: avoid repeated display of same link status change

2018-08-20 Thread rama nichanamatlu
gentle request. may i have review comments pls ? -Rama On 08/13/2018 01:10 PM, Rama Nichanamatlu wrote: When link status change needs to be committed and rtnl lock couldn't be taken, avoid redisplay of same link status change message. Signed-off-by: Rama Nichanamatlu --- drivers/net/bo

[PATCH] bonding: avoid repeated display of same link status change

2018-08-09 Thread rama nichanamatlu
From 9927a1c2a632d9479a80c63b7d9fda59ea8374bc Mon Sep 17 00:00:00 2001 From: Rama Nichanamatlu Date: Tue, 31 Jul 2018 07:09:52 -0700 Subject: [PATCH] bonding: avoid repeated display of same link status change When link status change needs to be committed and rtnl lock couldn't be taken,