Netdev List
 help / color / mirror / Atom feed
From: Patrick McHardy <kaber@trash.net>
To: Jarno Rajahalme <jrajahalme@nicira.com>
Cc: netdev@vger.kernel.org, netfilter-devel@vger.kernel.org,
	dev@openvswitch.org
Subject: Re: [RFC PATCH net-next v2 0/8] openvswitch: NAT support.
Date: Mon, 9 Nov 2015 13:31:22 +0000	[thread overview]
Message-ID: <20151109133122.GC8098@macbook.localdomain> (raw)
In-Reply-To: <1446854768-38299-1-git-send-email-jrajahalme@nicira.com>

On 06.11, Jarno Rajahalme wrote:
> This series adds NAT support to openvswitch kernel module.  A few
> changes are needed to the netfilter code to facilitate this (patches
> 1-3/8).  Patches 4-7 make the openvswitch kernel module ready for the
> patch 8 that adds the NAT support for calling into netfilter NAT code
> from the openvswitch conntrack action.

I'm missing some high level description, especially how it is invoked, how
it makes sure expectations of the NAT code about its invocation are met
(it is my understanding that OVS simply invokes this based on actions
specified by the user) and how it interacts with the remaining netfilter
features.

> Jarno Rajahalme (8):
>   netfilter: Remove IP_CT_NEW_REPLY definition.
>   netfilter: Factor out nf_ct_get_info().
>   netfilter: Allow calling into nat helper without skb_dst.
>   openvswitch: Update the CT state key only after nf_conntrack_in().
>   openvswitch: Find existing conntrack entry after upcall.
>   openvswitch: Handle NF_REPEAT in conntrack action.
>   openvswitch: Delay conntrack helper call for new connections.
>   openvswitch: Interface with NAT.
> 
>  include/net/netfilter/nf_conntrack.h               |  15 +
>  include/uapi/linux/netfilter/nf_conntrack_common.h |  12 +-
>  include/uapi/linux/openvswitch.h                   |  47 ++
>  net/ipv4/netfilter/nf_nat_l3proto_ipv4.c           |  29 +-
>  net/ipv6/netfilter/nf_nat_l3proto_ipv6.c           |  29 +-
>  net/netfilter/nf_conntrack_core.c                  |  22 +-
>  net/openvswitch/conntrack.c                        | 632 +++++++++++++++++++--
>  net/openvswitch/conntrack.h                        |   3 +-
>  8 files changed, 686 insertions(+), 103 deletions(-)
> 
> -- 
> 2.1.4
> 
> --
> To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

  parent reply	other threads:[~2015-11-09 13:31 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-07  0:06 [RFC PATCH net-next v2 0/8] openvswitch: NAT support Jarno Rajahalme
2015-11-07  0:06 ` [RFC PATCH net-next v2 1/8] netfilter: Remove IP_CT_NEW_REPLY definition Jarno Rajahalme
2015-11-07  0:06 ` [RFC PATCH net-next v2 2/8] netfilter: Factor out nf_ct_get_info() Jarno Rajahalme
     [not found] ` <1446854768-38299-1-git-send-email-jrajahalme-l0M0P4e3n4LQT0dZR+AlfA@public.gmane.org>
2015-11-07  0:06   ` [RFC PATCH net-next v2 3/8] netfilter: Allow calling into nat helper without skb_dst Jarno Rajahalme
2015-11-07  0:06   ` [RFC PATCH net-next v2 4/8] openvswitch: Update the CT state key only after nf_conntrack_in() Jarno Rajahalme
2015-11-07  0:06 ` [RFC PATCH net-next v2 5/8] openvswitch: Find existing conntrack entry after upcall Jarno Rajahalme
2015-11-07  0:06 ` [RFC PATCH net-next v2 6/8] openvswitch: Handle NF_REPEAT in conntrack action Jarno Rajahalme
2015-11-07  0:06 ` [RFC PATCH net-next v2 7/8] openvswitch: Delay conntrack helper call for new connections Jarno Rajahalme
     [not found]   ` <1446854768-38299-8-git-send-email-jrajahalme-l0M0P4e3n4LQT0dZR+AlfA@public.gmane.org>
2015-11-09 13:26     ` Patrick McHardy
2015-11-10 20:58       ` Jarno Rajahalme
2015-11-07  0:06 ` [RFC PATCH net-next v2 8/8] openvswitch: Interface with NAT Jarno Rajahalme
2015-11-09 13:31 ` Patrick McHardy [this message]
     [not found]   ` <20151109133122.GC8098-uXGAPMMVk8YB9AHHLWeGtNQXobZC6xk2@public.gmane.org>
2015-11-09 23:21     ` [RFC PATCH net-next v2 0/8] openvswitch: NAT support Jarno Rajahalme
2015-11-09 23:45     ` Jarno Rajahalme
2015-11-09 23:48   ` Jarno Rajahalme

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=20151109133122.GC8098@macbook.localdomain \
    --to=kaber@trash.net \
    --cc=dev@openvswitch.org \
    --cc=jrajahalme@nicira.com \
    --cc=netdev@vger.kernel.org \
    --cc=netfilter-devel@vger.kernel.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