mbox series

[0/2] add rx buffer recycle support to mt76x2e/mt76x0e drivers

Message ID cover.1543846816.git.lorenzo.bianconi@redhat.com (mailing list archive)
Headers show
Series add rx buffer recycle support to mt76x2e/mt76x0e drivers | expand

Message

Lorenzo Bianconi Dec. 3, 2018, 2:34 p.m. UTC
Add the capability to recycle rx buffers if they are not consumed by networking
stack.
This series is based on 'mt76: add size check for additional rx fragments' series:
https://patchwork.kernel.org/patch/10709453/

Lorenzo Bianconi (2):
  mt76: dma: do not build skb if reported len does not fit in buf_size
  mt76: dma: add rx buffer recycle support

 drivers/net/wireless/mediatek/mt76/dma.c  | 75 +++++++++++++++++++----
 drivers/net/wireless/mediatek/mt76/mt76.h |  3 +
 2 files changed, 67 insertions(+), 11 deletions(-)