aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/tcp.h
diff options
context:
space:
mode:
authorJakub Kicinski <jakub.kicinski@netronome.com>2018-09-19 14:42:50 -0700
committerDavid S. Miller <davem@davemloft.net>2018-09-19 23:07:41 -0700
commit23d9f5531c7c28546954b0bf332134a9b8a38c0a (patch)
treefe5e7df654f699664d13e0ce7c8fa90064879066 /include/linux/tcp.h
parentr8169: remove duplicated RTL8169s PHY initialization steps (diff)
downloadwireguard-linux-23d9f5531c7c28546954b0bf332134a9b8a38c0a.tar.xz
wireguard-linux-23d9f5531c7c28546954b0bf332134a9b8a38c0a.zip
nfp: provide a better warning when ring allocation fails
NFP supports fairly enormous ring sizes (up to 256k descriptors). In commit 466271703867 ("nfp: use kvcalloc() to allocate SW buffer descriptor arrays") we have started using kvcalloc() functions to make sure the allocation of software state arrays doesn't hit the MAX_ORDER limit. Unfortunately, we can't use virtual mappings for the DMA region holding HW descriptors. In case this allocation fails instead of the generic (and fairly scary) warning/splat in the logs print a helpful message explaining what happened and suggesting how to fix it. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Reviewed-by: Dirk van der Merwe <dirk.vandermerwe@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/tcp.h')
0 files changed, 0 insertions, 0 deletions