diff options
author | Alexander Lobakin <aleksander.lobakin@intel.com> | 2024-05-07 13:20:26 +0200 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2024-05-08 08:51:20 +0200 |
commit | 163943ac00cb31ac1a88ce5f78a7e2ead37329ec (patch) | |
tree | 3a355a858510baabc8ba8a0a5d4b9045fc7ea571 /kernel | |
parent | 4321de4497b24fbf22389331f4ecd4039a451aa9 (diff) | |
download | linux-stable-163943ac00cb31ac1a88ce5f78a7e2ead37329ec.tar.gz linux-stable-163943ac00cb31ac1a88ce5f78a7e2ead37329ec.tar.bz2 linux-stable-163943ac00cb31ac1a88ce5f78a7e2ead37329ec.zip |
xsk: use generic DMA sync shortcut instead of a custom one
XSk infra's been using its own DMA sync shortcut to try avoiding
redundant function calls. Now that there is a generic one, remove
the custom implementation and rely on the generic helpers.
xsk_buff_dma_sync_for_cpu() doesn't need the second argument anymore,
remove it.
Signed-off-by: Alexander Lobakin <aleksander.lobakin@intel.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions