On 10/9/19 2:32 PM, Andrew Rybchenko wrote: > From: Dilshod Urazov <[email protected]> > > This driver supports none of DCB, RSS or VMDQ modes, therefore must > check and return error if configured incorrectly. > > Virtio can distribute Rx packets across multi-queue, but there is > no controls (algorithm, redirection table, hash function) except > number of Rx queues and ETH_MQ_RX_NONE is the best fit meaning > no method is enforced on how to route packets to MQs. > > Fixes: c1f86306a026 ("virtio: add new driver") > Cc: [email protected] > > Signed-off-by: Dilshod Urazov <[email protected]> > Signed-off-by: Andrew Rybchenko <[email protected]> > --- > drivers/net/virtio/virtio_ethdev.c | 7 +++++++ > 1 file changed, 7 insertions(+) Reviewed-by: Maxime Coquelin <[email protected]> Thanks, Maxime

