Files
linux/drivers/net/ethernet/pensando/ionic
Shannon Nelson 9576a36cc1 ionic: contiguous memory for notifyq
The event notification queue is set up a little differently in the
NIC and so the notifyq q and cq descriptor structures need to be
contiguous, which got missed in an earlier patch that separated
out the q and cq descriptor allocations.  That patch was aimed at
making the big tx and rx descriptor queue allocations easier to
manage - the notifyq is much smaller and doesn't need to be split.
This patch simply adds an if/else and slightly different code for
the notifyq descriptor allocation.

Fixes: ea5a8b09dc ("ionic: reduce contiguous memory allocation requirement")
Signed-off-by: Shannon Nelson <snelson@pensando.io>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-10-02 16:30:01 -07:00
..
2019-09-05 09:24:43 +02:00
2020-09-18 13:54:23 -07:00
2020-09-18 13:54:23 -07:00
2020-03-21 19:53:57 -07:00
2020-05-12 12:19:30 -07:00
2020-09-02 15:47:01 -07:00
2020-09-18 13:54:23 -07:00