On 10/2/20 1:05 PM, Manjunath Patil wrote:
RDS/IB tries to refill the recv buffer in softirq context using GFP_NOWAIT flag. However alloc failure is handled by queueing a work to refill the recv buffer with GFP_KERNEL flag. This means failure to allocate with GFP_NOWAIT isn't fatal. Do not print the PAF warnings if softirq context fails to refill the recv buffer, instead print rate limited warnings. Signed-off-by: Manjunath Patil <manjunath.b.patil@xxxxxxxxxx> Reviewed-by: Aruna Ramakrishna <aruna.ramakrishna@xxxxxxxxxx> ---
Thanks for the updated version. Whenever you send updated patch, you should add version so that it helps for archiving as well as review. Acked-by: Santosh Shilimkar <santosh.shilimkar@xxxxxxxxxx>