ovs-dpctl: Do not report pmd info for 'dpif-netlink' datapath.
authorAlex Wang <alexw@nicira.com>
Mon, 2 Feb 2015 22:50:47 +0000 (14:50 -0800)
committerAlex Wang <alexw@nicira.com>
Wed, 4 Feb 2015 01:59:16 +0000 (17:59 -0800)
commitec97c2df3c5ad87a266b1dc5432ee0057f182ffd
treeb290c7715679399209c4d6bf9c17e26869f764f3
parentb8905bfa9def3c9acbbe76c6aa5523348b713771
ovs-dpctl: Do not report pmd info for 'dpif-netlink' datapath.

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 <alexw@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
lib/dpif-netlink.c