diff options
author | Jakub Kicinski <jakub.kicinski@netronome.com> | 2018-09-19 14:42:50 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-09-19 23:07:41 -0700 |
commit | 23d9f5531c7c28546954b0bf332134a9b8a38c0a (patch) | |
tree | fe5e7df654f699664d13e0ce7c8fa90064879066 /drivers/net/ethernet/toshiba | |
parent | 806a81fcf6880c8592fae62cac82e850f37301b8 (diff) | |
download | linux-23d9f5531c7c28546954b0bf332134a9b8a38c0a.tar.bz2 |
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 'drivers/net/ethernet/toshiba')
0 files changed, 0 insertions, 0 deletions