xsk: Use pool->dma_pages to check for DMA
authorKal Conley <kal.conley@dectris.com>
Sun, 23 Apr 2023 18:01:56 +0000 (20:01 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 27 Apr 2023 20:24:51 +0000 (22:24 +0200)
commit6ec7be9a2d2b09815f69fc2183ec31857eaa6e27
tree6bf5f263e108d9ec9e418a2d088de890834f700f
parenta4644119208444f84d9ffcd4d0af630046c2de98
xsk: Use pool->dma_pages to check for DMA

Compare pool->dma_pages instead of pool->dma_pages_cnt to check for an
active DMA mapping. pool->dma_pages needs to be read anyway to access
the map so this compiles to more efficient code.

Signed-off-by: Kal Conley <kal.conley@dectris.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Reviewed-by: Xuan Zhuo <xuanzhuo@linux.alibaba.com>
Acked-by: Magnus Karlsson <magnus.karlsson@intel.com>
Link: https://lore.kernel.org/bpf/20230423180157.93559-1-kal.conley@dectris.com
include/net/xsk_buff_pool.h
net/xdp/xsk_buff_pool.c