On 22/03/2016 17:57, "Ben Pfaff" <b...@ovn.org> wrote: >On Mon, Mar 14, 2016 at 06:18:17PM +0300, Ilya Maximets wrote: >> This is unused functionality and it will harm to >> multiqueue implementation. >> >> Signed-off-by: Ilya Maximets <i.maxim...@samsung.com> > >This change doesn't make any sense to me. An equivalent change to the >Linux kernel would mean that if two copies of "tcpdump -i eth0" were >running then only one of them would get any packets.
I independently decided to make a very similar code change with the same semantics to netdev-dummy, so maybe there's something I don't understand as well :-) netdev-dummy is like a physical NIC, the wire is a stream object (or the netdev-dummy/receive appctl, but only in one direction). When a multi queue NIC receives a packet from the wire it should put it in just one of its rings, right? _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev