[dpdk-dev] [PATCH] net/netvsc: initialize vf spinlock

Ferruh Yigit ferruh.yigit at intel.com
Tue Jun 18 13:53:54 CEST 2019


On 6/6/2019 5:15 PM, Stephen Hemminger wrote:
> The VF spinlock was never initialized. It works because it is
> in zmalloc'd memory and an unlocked lock on x86 is 0.
> But for good practice, all spinlock's should be initialized.
> 
> Fixes: dc7680e8597c ("net/netvsc: support integrated VF")
> Signed-off-by: Stephen Hemminger <sthemmin at microsoft.com>

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


More information about the dev mailing list