On 12/9/2021 5:19 PM, Ciara Loftus wrote:
The get_shared_umem function is only called when the kernel flag XDP_UMEM_UNALIGNED_CHUNK_FLAG is defined. Move the function implementation and associated helper so that it only gets compiled when that flag is set.Fixes: 74b46340e2d4 ("net/af_xdp: support shared UMEM") Cc: [email protected] Signed-off-by: Ciara Loftus <[email protected]>
Acked-by: Ferruh Yigit <[email protected]> Applied to dpdk-next-net/main, thanks.

