On 10/22/2020 1:26 AM, Long Li wrote:
From: Long Li <lon...@microsoft.com>When sending data, netvsc assumes the tx_rndis buffer is contiguous and calculates physical addresses based on this assumption. Use memzone to allocate tx_rndis so it's guaranteed that this buffer is physically contiguous. Cc:sta...@dpdk.org Signed-off-by: Long Li <lon...@microsoft.com>
Applied to dpdk-next-net/main, thanks.