diff mbox series

[ovs-dev] ovn-util: Bump OVN internal minor version for new stages.

Message ID 20221125111740.207584-1-dceara@redhat.com
State Accepted
Headers show
Series [ovs-dev] ovn-util: Bump OVN internal minor version for new stages. | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test success github build: passed
ovsrobot/github-robot-_ovn-kubernetes success github build: passed

Commit Message

Dumitru Ceara Nov. 25, 2022, 11:17 a.m. UTC
A few logical pipeline stages have been added.  The internal minor
version must be bumped every time that happens.

Fixes: d3926b433e44 ("northd: rely on new actions for lb affinity")
Signed-off-by: Dumitru Ceara <dceara@redhat.com>
---
 lib/ovn-util.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Numan Siddique Nov. 25, 2022, 3:37 p.m. UTC | #1
On Fri, Nov 25, 2022 at 6:18 AM Dumitru Ceara <dceara@redhat.com> wrote:
>
> A few logical pipeline stages have been added.  The internal minor
> version must be bumped every time that happens.
>
> Fixes: d3926b433e44 ("northd: rely on new actions for lb affinity")
> Signed-off-by: Dumitru Ceara <dceara@redhat.com>

Acked-by: Numan Siddique <numans@ovn.org>

Numan

> ---
>  lib/ovn-util.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/ovn-util.c b/lib/ovn-util.c
> index 868472ace0..36ca96dbc4 100644
> --- a/lib/ovn-util.c
> +++ b/lib/ovn-util.c
> @@ -817,7 +817,7 @@ ip_address_and_port_from_lb_key(const char *key, char **ip_address,
>   *
>   * This value is also used to handle some backward compatibility during
>   * upgrading. It should never decrease or rewind. */
> -#define OVN_INTERNAL_MINOR_VER 5
> +#define OVN_INTERNAL_MINOR_VER 6
>
>  /* Returns the OVN version. The caller must free the returned value. */
>  char *
> --
> 2.31.1
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
Dumitru Ceara Nov. 28, 2022, 9:44 a.m. UTC | #2
On 11/25/22 16:37, Numan Siddique wrote:
> On Fri, Nov 25, 2022 at 6:18 AM Dumitru Ceara <dceara@redhat.com> wrote:
>>
>> A few logical pipeline stages have been added.  The internal minor
>> version must be bumped every time that happens.
>>
>> Fixes: d3926b433e44 ("northd: rely on new actions for lb affinity")
>> Signed-off-by: Dumitru Ceara <dceara@redhat.com>
> 
> Acked-by: Numan Siddique <numans@ovn.org>
> 
> Numan
> 

Thanks!  I applied this to the main branch.

Regards,
Dumitru
diff mbox series

Patch

diff --git a/lib/ovn-util.c b/lib/ovn-util.c
index 868472ace0..36ca96dbc4 100644
--- a/lib/ovn-util.c
+++ b/lib/ovn-util.c
@@ -817,7 +817,7 @@  ip_address_and_port_from_lb_key(const char *key, char **ip_address,
  *
  * This value is also used to handle some backward compatibility during
  * upgrading. It should never decrease or rewind. */
-#define OVN_INTERNAL_MINOR_VER 5
+#define OVN_INTERNAL_MINOR_VER 6
 
 /* Returns the OVN version. The caller must free the returned value. */
 char *