Re: [PATCHv3 net 2/4] openvswitch: Clarify conntrack COMMIT behaviour

2015-10-21 Thread David Miller
From: Joe Stringer Date: Mon, 19 Oct 2015 19:18:58 -0700 > The presence of this attribute does not modify the ct_state for the > current packet, only future packets. Make this more clear in the header > definition. > > Signed-off-by: Joe Stringer Applied. -- To unsubscribe from this list: send

Re: [PATCHv3 net 2/4] openvswitch: Clarify conntrack COMMIT behaviour

2015-10-20 Thread Pravin Shelar
On Mon, Oct 19, 2015 at 7:18 PM, Joe Stringer wrote: > The presence of this attribute does not modify the ct_state for the > current packet, only future packets. Make this more clear in the header > definition. > > Signed-off-by: Joe Stringer Acked-by: Pravin B Shelar -- To unsubscribe from this

Re: [PATCHv3 net 2/4] openvswitch: Clarify conntrack COMMIT behaviour

2015-10-20 Thread Thomas Graf
On 10/19/15 at 07:18pm, Joe Stringer wrote: > The presence of this attribute does not modify the ct_state for the > current packet, only future packets. Make this more clear in the header > definition. > > Signed-off-by: Joe Stringer Acked-by: Thomas Graf -- To unsubscribe from this list: send

[PATCHv3 net 2/4] openvswitch: Clarify conntrack COMMIT behaviour

2015-10-19 Thread Joe Stringer
The presence of this attribute does not modify the ct_state for the current packet, only future packets. Make this more clear in the header definition. Signed-off-by: Joe Stringer --- v3: First post. --- include/uapi/linux/openvswitch.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) di