netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] openvswitch: Cleanup post vport conversion.
@ 2015-08-30  0:44 Pravin B Shelar
  2015-08-30  0:44 ` [PATCH net-next 1/4] openvswitch: Remove vport get_name() Pravin B Shelar
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Pravin B Shelar @ 2015-08-30  0:44 UTC (permalink / raw)
  To: netdev; +Cc: Pravin B Shelar

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(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-08-30  2:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-30  0:44 [PATCH net-next 0/4] openvswitch: Cleanup post vport conversion Pravin B Shelar
2015-08-30  0:44 ` [PATCH net-next 1/4] openvswitch: Remove vport get_name() Pravin B Shelar
2015-08-30  0:44 ` [PATCH net-next 2/4] openvswitch: Remove egress_tun_info Pravin B Shelar
2015-08-30  0:44 ` [PATCH net-next 3/4] openvswitch: Remove vport stats Pravin B Shelar
2015-08-30  0:44 ` [PATCH net-next 4/4] openvswitch: Remove vport-net Pravin B Shelar
2015-08-30  2:07 ` [PATCH net-next 0/4] openvswitch: Cleanup post vport conversion David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).