diff mbox series

[ovs-dev,branch-2.8,2/2] NEWS: Mention ct() API change that will arrive in the next major release.

Message ID 1504209851-28202-2-git-send-email-jpettit@ovn.org
State Accepted
Headers show
Series [ovs-dev,branch-2.8,1/2] Revert "ofproto-dpif: Mark packets as "untracked" after call to ct()." | expand

Commit Message

Justin Pettit Aug. 31, 2017, 8:04 p.m. UTC
Signed-off-by: Justin Pettit <jpettit@ovn.org>
---
 NEWS | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Russell Bryant Aug. 31, 2017, 9:38 p.m. UTC | #1
On Thu, Aug 31, 2017 at 4:04 PM, Justin Pettit <jpettit@ovn.org> wrote:
> Signed-off-by: Justin Pettit <jpettit@ovn.org>
> ---
>  NEWS | 5 +++++
>  1 file changed, 5 insertions(+)

Acked-by: Russell Bryant <russell@ovn.org>
Flavio Leitner Aug. 31, 2017, 10:17 p.m. UTC | #2
On Thu, 31 Aug 2017 13:04:11 -0700
Justin Pettit <jpettit@ovn.org> wrote:

> Signed-off-by: Justin Pettit <jpettit@ovn.org>
> ---
>  NEWS | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/NEWS b/NEWS
> index ecb32c4df80c..0eaa64a8dfdc 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -90,6 +90,11 @@ v2.8.0 - xx xxx xxxx
>       * HW offloading is done through the TC interface.
>     - IPv6 link local addresses are now supported on Linux.  Use % to designate
>       the scope device.
> +   - The next major version of OVS will introduce a change in the
> +     conntrack API.  Conntrack state is only available to the processing
> +     path that follows the "recirc_table" argument of the ct() action.
> +     Starting in OVS 2.9, this state will be cleared for the current
> +     processing path whenever ct() is called.
>  
>  v2.7.0 - 21 Feb 2017
>  ---------------------

LGTM
Thanks,
Justin Pettit Aug. 31, 2017, 10:39 p.m. UTC | #3
> On Aug 31, 2017, at 2:38 PM, Russell Bryant <russell@ovn.org> wrote:
> 
> On Thu, Aug 31, 2017 at 4:04 PM, Justin Pettit <jpettit@ovn.org> wrote:
>> Signed-off-by: Justin Pettit <jpettit@ovn.org>
>> ---
>> NEWS | 5 +++++
>> 1 file changed, 5 insertions(+)
> 
> Acked-by: Russell Bryant <russell@ovn.org>

Thanks!  I pushed this to branch-2.8.

--Justin
diff mbox series

Patch

diff --git a/NEWS b/NEWS
index ecb32c4df80c..0eaa64a8dfdc 100644
--- a/NEWS
+++ b/NEWS
@@ -90,6 +90,11 @@  v2.8.0 - xx xxx xxxx
      * HW offloading is done through the TC interface.
    - IPv6 link local addresses are now supported on Linux.  Use % to designate
      the scope device.
+   - The next major version of OVS will introduce a change in the
+     conntrack API.  Conntrack state is only available to the processing
+     path that follows the "recirc_table" argument of the ct() action.
+     Starting in OVS 2.9, this state will be cleared for the current
+     processing path whenever ct() is called.
 
 v2.7.0 - 21 Feb 2017
 ---------------------