Re: [PATCH v3 1/4] vhost_vdpa : Add a new parameter to enable check mac address

2024-11-06 Thread Cindy Lu
On Wed, Nov 6, 2024 at 5:25 PM Michael S. Tsirkin wrote: > > On Sat, Oct 26, 2024 at 03:59:59PM +0800, Cindy Lu wrote: > > When using a VDPA device, it's important to ensure that the MAC > > address is correctly set. > > Add a new parameter in qemu cmdline to enable this check, default value > > i

Re: [PATCH v3 1/4] vhost_vdpa : Add a new parameter to enable check mac address

2024-11-06 Thread Michael S. Tsirkin
On Sat, Oct 26, 2024 at 03:59:59PM +0800, Cindy Lu wrote: > When using a VDPA device, it's important to ensure that the MAC > address is correctly set. > Add a new parameter in qemu cmdline to enable this check, default value > is false > > The usage is: > > -netdev > type=vhost-vdpa,vhostde

[PATCH v3 1/4] vhost_vdpa : Add a new parameter to enable check mac address

2024-10-26 Thread Cindy Lu
When using a VDPA device, it's important to ensure that the MAC address is correctly set. Add a new parameter in qemu cmdline to enable this check, default value is false The usage is: -netdev type=vhost-vdpa,vhostdev=/dev/vhost-vdpa-0,id=vhost-vdpa0,macstrickcheck=true\ -device virtio-net-p