After converting all vport to netdev implmentations there
is no need for some of vport functionalify.

Pravin B Shelar (4):
  openvswitch: Remove vport get_name()
  openvswitch: Remove egress_tun_info.
  openvswitch: Remove vport stats.
  openvswitch: Remove vport-net

 net/openvswitch/actions.c            |    5 --
 net/openvswitch/datapath.c           |    1 -
 net/openvswitch/datapath.h           |    5 --
 net/openvswitch/flow.c               |    3 +-
 net/openvswitch/vport-geneve.c       |    3 +-
 net/openvswitch/vport-gre.c          |    3 +-
 net/openvswitch/vport-internal_dev.c |   58 ++++++++---------
 net/openvswitch/vport-netdev.c       |   22 ++----
 net/openvswitch/vport-netdev.h       |    2 +-
 net/openvswitch/vport-vxlan.c        |    3 +-
 net/openvswitch/vport.c              |  118 +++++-----------------------------
 net/openvswitch/vport.h              |   47 +++----------
 12 files changed, 67 insertions(+), 203 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to