diff options
author | David S. Miller | 2019-06-19 17:23:14 +0200 |
---|---|---|
committer | David S. Miller | 2019-06-19 17:23:14 +0200 |
commit | 2a54003e7af1eaddc05848dac14f7bcd77301478 (patch) | |
tree | 31644496760e3272d55f8248ef49eed16c32ec1d /net/ipv6/reassembly.c | |
parent | net: netsec: remove loops in napi Rx process (diff) | |
parent | page_pool: make sure struct device is stable (diff) | |
download | kernel-qcow2-linux-2a54003e7af1eaddc05848dac14f7bcd77301478.tar.gz kernel-qcow2-linux-2a54003e7af1eaddc05848dac14f7bcd77301478.tar.xz kernel-qcow2-linux-2a54003e7af1eaddc05848dac14f7bcd77301478.zip |
Merge branch 'xdp-page_pool-fixes-and-in-flight-accounting'
Jesper Dangaard Brouer says:
====================
xdp: page_pool fixes and in-flight accounting
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 XDP
memory models.
The patchset also address a shutdown race-condition. Today removing a XDP
memory model, based on page_pool, is only delayed one RCU grace period. This
isn't enough as redirected xdp_frames can still be in-flight on different
queues (remote driver TX, cpumap or veth).
We stress that when drivers use page_pool for DMA-mapping, then they MUST
use one packet per page. This might change in the future, but more work lies
ahead, before we can lift this restriction.
This patchset change the page_pool API to be more strict, as in-flight page
accounting is added.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/reassembly.c')
0 files changed, 0 insertions, 0 deletions