Re: [PATCH v3] virtio-spec: set mac address by a new vq command

2013-01-20 Thread Rusty Russell
ak...@redhat.com writes: From: Amos Kong ak...@redhat.com Virtio-net driver currently programs MAC address byte by byte, this means that we have an intermediate step where mac is wrong. This patch introduced a new control command to set MAC address in one time, and added a new feature flag

[PATCH v3] virtio-spec: set mac address by a new vq command

2013-01-18 Thread akong
From: Amos Kong ak...@redhat.com Virtio-net driver currently programs MAC address byte by byte, this means that we have an intermediate step where mac is wrong. This patch introduced a new control command to set MAC address in one time, and added a new feature flag VIRTIO_NET_F_MAC_ADDR for this