Revision 82a19eb8c02ab98bfe0bf6fa4915de370acb2858 authored by Jason Wang on 16 July 2013, 05:36:33 UTC, committed by David S. Miller on 16 July 2013, 20:01:57 UTC
Commit 441ac0fcaadc76ad09771812382345001dd2b813
(macvtap: Convert to using rtnl lock) forget to return what
macvtap_ioctl_set_queue() returns to its caller. This may break multiqueue API
by always falling through to TUNGETFEATURES.

Cc: Vlad Yasevich <vyasevic@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 21d1196
History
File Mode Size
Kconfig -rw-r--r-- 1.4 KB
Makefile -rw-r--r-- 215 bytes
actions.c -rw-r--r-- 12.8 KB
datapath.c -rw-r--r-- 55.7 KB
datapath.h -rw-r--r-- 5.3 KB
dp_notify.c -rw-r--r-- 2.6 KB
flow.c -rw-r--r-- 39.2 KB
flow.h -rw-r--r-- 6.6 KB
vport-gre.c -rw-r--r-- 6.3 KB
vport-internal_dev.c -rw-r--r-- 6.2 KB
vport-internal_dev.h -rw-r--r-- 961 bytes
vport-netdev.c -rw-r--r-- 4.8 KB
vport-netdev.h -rw-r--r-- 1.1 KB
vport.c -rw-r--r-- 10.6 KB
vport.h -rw-r--r-- 6.4 KB

back to top