[ovs-dev] [PATCH] datapath: support Linux 3.7

Jesse Gross jesse at nicira.com
Tue Dec 18 18:29:07 UTC 2012


On Tue, Dec 18, 2012 at 12:40 AM, Isaku Yamahata <yamahata at valinux.co.jp> wrote:
> Signed-off-by: Isaku Yamahata <yamahata at valinux.co.jp>
> ---
>  datapath/datapath.c                           |   54 ++++++++++++-------------
>  datapath/linux/Modules.mk                     |    1 +
>  datapath/linux/compat/include/net/genetlink.h |   15 ++++++-
>  datapath/linux/compat/include/net/inet_frag.h |   16 ++++++++
>  datapath/vport-capwap.c                       |   11 ++++-
>  5 files changed, 66 insertions(+), 31 deletions(-)
>  create mode 100644 datapath/linux/compat/include/net/inet_frag.h

Would you mind making the rest of the OVS changes in
15e473046cb6e5d18a4d0057e61d76315230382b that rename pid to portid in
the OVS internal data structures/functions?  It's not strictly
necessary but it's related and will help us keep in sync.

Could you also add an item to NEWS and update the chart in the FAQ?
I'm planning on adding this to branch-1.9, so you can put it under
those headings.

Other than that (and the #error message) this looks good to me, thanks.



More information about the dev mailing list