All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/2] thunderx: fix receive buffer page recycling
@ 2019-03-26 14:04 Dean Nelson
  2019-03-26 14:04 ` [PATCH net 1/2] thunderx: enable page recycling for non-XDP case Dean Nelson
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Dean Nelson @ 2019-03-26 14:04 UTC (permalink / raw)
  To: Robert Richter, Sunil Goutham, David Miller
  Cc: netdev, linux-arm-kernel, Vadim Lomovtsev

In attempting to optimize receive buffer page recycling for XDP, commit
773225388dae15e72790 inadvertently introduced two problems for the non-XDP
case, that will be addressed by this patch series.

Dean Nelson (2):
  thunderx: enable page recycling for non-XDP case
  thunderx: eliminate extra calls to put_page() for pages held for recycling

 drivers/net/ethernet/cavium/thunder/nicvf_queues.c | 30 ++++++++++++++----------------
 1 file changed, 14 insertions(+), 16 deletions(-)


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2019-03-26 15:39 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-26 14:04 [PATCH net 0/2] thunderx: fix receive buffer page recycling Dean Nelson
2019-03-26 14:04 ` [PATCH net 1/2] thunderx: enable page recycling for non-XDP case Dean Nelson
2019-03-26 14:39   ` Jesper Dangaard Brouer
2019-03-26 14:39     ` Jesper Dangaard Brouer
2019-03-26 14:44     ` Dean Nelson
2019-03-26 14:44       ` Dean Nelson
2019-03-26 14:59       ` Jesper Dangaard Brouer
2019-03-26 14:59         ` Jesper Dangaard Brouer
2019-03-26 15:39         ` Dean Nelson
2019-03-26 15:39           ` Dean Nelson
2019-03-26 14:04 ` [PATCH net 2/2] thunderx: eliminate extra calls to put_page() for pages held for recycling Dean Nelson
2019-03-26 15:39 ` [PATCH net 0/2] thunderx: fix receive buffer page recycling Dean Nelson
2019-03-26 15:39   ` Dean Nelson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.