Re: [PATCH net-next v2 00/12] xdp: page_pool fixes and in-flight accounting

2019-06-19 Thread David Miller
From: Jesper Dangaard Brouer Date: Tue, 18 Jun 2019 15:05:07 +0200 > This patchset fix page_pool API and users, such that drivers can use it for > DMA-mapping. A number of places exist, where the DMA-mapping would not get > released/unmapped, all these are fixed. This occurs e.g. when an xdp_fram

[PATCH net-next v2 00/12] xdp: page_pool fixes and in-flight accounting

2019-06-18 Thread Jesper Dangaard Brouer
This patchset fix page_pool API and users, such that drivers can use it for DMA-mapping. A number of places exist, where the DMA-mapping would not get released/unmapped, all these are fixed. This occurs e.g. when an xdp_frame gets converted to an SKB. As network stack doesn't have any callback for