aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorManjunath Patil <[email protected]>2020-10-06 14:31:37 -0700
committerJakub Kicinski <[email protected]>2020-10-09 12:32:03 -0700
commit9f0bb95eeeb4677fec92a17133d350430b33f027 (patch)
tree7ccfdc64fd151d5c09f786f6105d6a2daaae24c5 /tools/perf/scripts/python/exported-sql-viewer.py
parent91bca7f7104c3e98b9d47c2b5e3622bf7a6a89e1 (diff)
net/rds: suppress page allocation failure error in recv buffer refill
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. We will see the PAF warnings when worker also fails to allocate. Signed-off-by: Manjunath Patil <[email protected]> Reviewed-by: Aruna Ramakrishna <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions