From: David Woodhouse <dwmw2@xxxxxxxxxxxxx> Date: Thu, 29 Oct 2015 22:35:25 +0000 > For the receive side, it shouldn't be beyond the wit of man to > introduce an API which allocates *and* DMA-maps a skb. Pass it to > netif_rx() still mapped, with a destructor that just shoves it back in > a pool for re-use. For forwarding, the SKB is going to another device to be DMA'd, perhaps via another IOMMU. For local connections, it's going to sit for an unpredictable and unbounded amount of time in the socket queue. We've been through this thought process before, believe me :) -- To unsubscribe from this list: send the line "unsubscribe linux-s390" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html