[dpdk-dev] [PATCH] net/netvsc: use memzone to allocate contiguous physical mem for rndis

Ferruh Yigit ferruh.yigit at intel.com
Fri Oct 23 21:14:54 CEST 2020


On 10/22/2020 1:26 AM, Long Li wrote:
> From: Long Li <longli at 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:stable at dpdk.org
> Signed-off-by: Long Li <longli at microsoft.com>

Applied to dpdk-next-net/main, thanks.



More information about the dev mailing list