K 10 svn:author V 6 bryanv K 8 svn:date V 27 2013-07-01T06:44:27.526196Z K 7 svn:log V 795 More minor changes to the multiqueue driver - Add new VirtIO device method for device drivers to perform some action after the device status has been set to OK. - Honor VIRTIO_NET_F_GSO option. It seems most host implementations also set the TSO IPv4/6 features so this is mostly a noop. - For Rx frames with VIRTIO_NET_HDR_F_DATA_VALID set, do not bump an error counter if the L4 protocol is unsupported. This just means we'll be forced to recompute the checksum higher in the stack. - Start all the Tx queues when the link is upped. - Do not add our MAC address to the Rx MAC filter table; it is not required. - Use the VIRTIO_NET_F_CTRL_MAC_ADDR feature to set MAC address if available. - Pass correct number of desc segments of the MQ control message. END