netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/6] Open vSwitch updates
@ 2013-03-29 13:46 Thomas Graf
  2013-03-29 13:46 ` [PATCH net-next 1/6] openvswitch: Specify the minimal length of OVS_PACKET_ATTR_PACKET in the policy Thomas Graf
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Thomas Graf @ 2013-03-29 13:46 UTC (permalink / raw)
  To: Jesse Gross; +Cc: dev-yBygre7rU0TnMu66kgdUjQ, netdev-u79uwXL29TY76Z2rM5mHXA

A couple of small Open vSwitch fixes and cleanups that accumulated
while working on larger pieces.

The biggest change is the exposure of <linux/openvswitch.h> to user
space to make the Netlink interface available without requiring every
appliation to copy the header file from a source tree.

Thomas Graf (6):
  openvswitch: Specify the minimal length of OVS_PACKET_ATTR_PACKET in
    the policy
  openvswitch: Use nla_memcpy() to memcpy() data from attributes
  openvswitch: Refine Netlink message size calculation and kill
    FLOW_BUFSIZE
  openvswitch: Move common genl notify code into ovs_notify()
  openvswitch: Use ETH_ALEN to define ethernet addresses
  openvswitch: Expose <linux/openvswitch.h> to userspace

 include/linux/openvswitch.h      | 432 +------------------------------------
 include/uapi/linux/Kbuild        |   1 +
 include/uapi/linux/openvswitch.h | 456 +++++++++++++++++++++++++++++++++++++++
 net/openvswitch/datapath.c       | 119 +++++-----
 net/openvswitch/flow.c           |   2 +-
 net/openvswitch/flow.h           |  21 --
 6 files changed, 530 insertions(+), 501 deletions(-)
 create mode 100644 include/uapi/linux/openvswitch.h

-- 
1.7.11.7

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

end of thread, other threads:[~2013-03-30  1:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-29 13:46 [PATCH net-next 0/6] Open vSwitch updates Thomas Graf
2013-03-29 13:46 ` [PATCH net-next 1/6] openvswitch: Specify the minimal length of OVS_PACKET_ATTR_PACKET in the policy Thomas Graf
2013-03-29 13:46 ` [PATCH net-next 2/6] openvswitch: Use nla_memcpy() to memcpy() data from attributes Thomas Graf
     [not found] ` <cover.1364563346.git.tgraf-G/eBtMaohhA@public.gmane.org>
2013-03-29 13:46   ` [PATCH net-next 3/6] openvswitch: Refine Netlink message size calculation and kill FLOW_BUFSIZE Thomas Graf
2013-03-29 13:46   ` [PATCH net-next 4/6] openvswitch: Move common genl notify code into ovs_notify() Thomas Graf
2013-03-29 13:46   ` [PATCH net-next 6/6] openvswitch: Expose <linux/openvswitch.h> to userspace Thomas Graf
2013-03-29 19:52   ` [PATCH net-next 0/6] Open vSwitch updates David Miller
     [not found]     ` <20130329.155215.2019739910321301961.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
2013-03-30  1:52       ` Jesse Gross
2013-03-29 13:46 ` [PATCH net-next 5/6] openvswitch: Use ETH_ALEN to define ethernet addresses Thomas Graf
2013-03-30  1:54 ` [PATCH net-next 0/6] Open vSwitch updates Jesse Gross

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