On Thu, Aug 20, 2015 at 5:47 PM, Joe Stringer <[email protected]> wrote: > On 19 August 2015 at 15:57, Pravin Shelar <[email protected]> wrote: >> On Tue, Aug 18, 2015 at 4:39 PM, Joe Stringer <[email protected]> wrote: >>> Add support for using conntrack helpers to assist protocol detection. >>> The new OVS_CT_ATTR_HELPER attribute of the ct action specifies a helper >>> to be used for this connection. >>> >>> Example ODP flows allowing FTP connections from ports 1->2: >>> in_port=1,tcp,action=ct(helper=ftp,commit),2 >>> in_port=2,tcp,ct_state=-trk,action=ct(),recirc(1) >>> recirc_id=1,in_port=2,tcp,ct_state=+trk-new+est,action=1 >>> recirc_id=1,in_port=2,tcp,ct_state=+trk+rel,action=1 >>> >>> Signed-off-by: Joe Stringer <[email protected]> >>> --- >>> v2-v3: No change. >>> v4: Change error code for unknown helper ENOENT->EINVAL. >> >> I got following compilation warning : >> >> net/openvswitch/conntrack.c:352:42: error: incompatible types in >> comparison expression (different address spaces) > > Is this made available via another sparse flag? It looks like it's > related to the __rcu as you've mentioned below, but I'm not seeing > this (latest sparse, gcc-4.9.2) > You need to enable RCU space checker in kernel config. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
- [PATCHv4 net-next 00/10] OVS conntrack support Joe Stringer
- [PATCHv4 net-next 03/10] ipv6: Export nf_ct_frag6_gathe... Joe Stringer
- [PATCHv4 net-next 07/10] netfilter: Always export nf_co... Joe Stringer
- Re: [PATCHv4 net-next 07/10] netfilter: Always expo... Pravin Shelar
- Re: [PATCHv4 net-next 07/10] netfilter: Always expo... Thomas Graf
- [PATCHv4 net-next 02/10] openvswitch: Move MASKED* macr... Joe Stringer
- [PATCHv4 net-next 04/10] dst: Add __skb_dst_copy() vari... Joe Stringer
- [PATCHv4 net-next 10/10] openvswitch: Allow attaching h... Joe Stringer
- Re: [PATCHv4 net-next 10/10] openvswitch: Allow att... Pravin Shelar
- Re: [PATCHv4 net-next 10/10] openvswitch: Allow... Joe Stringer
- Re: [PATCHv4 net-next 10/10] openvswitch: A... Pravin Shelar
- [PATCHv4 net-next 06/10] openvswitch: Allow matching on... Joe Stringer
- Re: [PATCHv4 net-next 06/10] openvswitch: Allow mat... Pravin Shelar
- Re: [PATCHv4 net-next 06/10] openvswitch: Allow... Joe Stringer
- [PATCHv4 net-next 08/10] netfilter: connlabels: Export ... Joe Stringer
- Re: [PATCHv4 net-next 08/10] netfilter: connlabels:... Pravin Shelar
- Re: [PATCHv4 net-next 08/10] netfilter: connlabels:... Thomas Graf
- [PATCHv4 net-next 05/10] openvswitch: Add conntrack act... Joe Stringer
- Re: [PATCHv4 net-next 05/10] openvswitch: Add connt... Pravin Shelar
- Re: [PATCHv4 net-next 05/10] openvswitch: Add connt... Thomas Graf
- [PATCHv4 net-next 09/10] openvswitch: Allow matching on... Joe Stringer
