netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Graf <tgraf-G/eBtMaohhA@public.gmane.org>
To: Jesse Gross <jesse-l0M0P4e3n4LQT0dZR+AlfA@public.gmane.org>
Cc: dev-yBygre7rU0TnMu66kgdUjQ@public.gmane.org,
	netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PATCH net-next 0/6] Open vSwitch updates
Date: Fri, 29 Mar 2013 14:46:46 +0100	[thread overview]
Message-ID: <cover.1364563346.git.tgraf@suug.ch> (raw)

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

             reply	other threads:[~2013-03-29 13:46 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-29 13:46 Thomas Graf [this message]
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
2013-03-29 13:46 ` [PATCH net-next 5/6] openvswitch: Use ETH_ALEN to define ethernet addresses 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-30  1:54 ` Jesse Gross

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1364563346.git.tgraf@suug.ch \
    --to=tgraf-g/ebtmaohha@public.gmane.org \
    --cc=dev-yBygre7rU0TnMu66kgdUjQ@public.gmane.org \
    --cc=jesse-l0M0P4e3n4LQT0dZR+AlfA@public.gmane.org \
    --cc=netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).