On Mon, Feb 02, 2015 at 03:03:32PM -0800, Alex Wang wrote: > In 'ovs-dpctl dump-flows' output, we should only report the pmd > related info for 'dpif-netdev' datapath. However, current > implementation also reports uninitialized pmd info for > 'dpif-netlink' datapath, which is very confusing to users. > > This commit fixes it. > > Signed-off-by: Alex Wang <al...@nicira.com>
It seems like another alternative would be for this code to just skip printing pmd ids when they're PMD_ID_NULL. If we do that, can we avoid adding a special case for netdev_dpif here? _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev