datapath: Drop queue information from odp_stats.
authorBen Pfaff <blp@nicira.com>
Wed, 5 Jan 2011 01:00:36 +0000 (17:00 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 28 Jan 2011 05:08:38 +0000 (21:08 -0800)
commit1ba530f4b2cd5476a224dbbf87a3089a831a24b6
tree1a45e81e1e06ce0478a80e9786971b55df4530b1
parentea7bd5973fb426f3a6ea66b0953c6000980e77ec
datapath: Drop queue information from odp_stats.

This queue information will be available through the kernel socket layer
once we move over to Netlink socket as transports, so we might as well get
rid of the redundancy.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/datapath.c
include/openvswitch/datapath-protocol.h
lib/dpif-linux.c
lib/dpif-netdev.c
lib/dpif-provider.h
lib/dpif.c
lib/dpif.h
utilities/ovs-dpctl.c