On 11/16/22 15:40, Mark Michelson wrote:
> Acked-by: Mark Michelson <[email protected]>
> 

Thanks!

> Which branches of OVN does this need to be backported to?
> 

Only the main branch.  The other stable branches use branch-3.0.  So we
need separate patches for them.  I can prepare them if needed.

> On 11/16/22 07:37, Dumitru Ceara wrote:
>> Specifically we care about:
>>    02be2c318 netdev-linux: Fix inability to apply QoS on ports with
>> custom qdiscs.
>>    b5d972299 Add support for OpenSSL 3.0 functions.
>>    1a9482d53 dhparams: Fix .c file generation with OpenSSL >= 3.0.
>>
>> That's because OVN still configures QoS directly and because on newer
>> distros compilation fails due to:
>>
>>    lib/stream-ssl.c: In function 'do_ssl_init':
>>    lib/stream-ssl.c:1073:5: error: 'SSL_CTX_set_tmp_dh_callback' is
>> deprecated: Since OpenSSL 3.0 [-Werror=deprecated-declarations]
>>     1073 |     SSL_CTX_set_tmp_dh_callback(ctx, tmp_dh_callback);
>>          |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
>>
>> Signed-off-by: Dumitru Ceara <[email protected]>
>> ---
>>   ovs | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/ovs b/ovs
>> index 5a686267d3..bb9fedb79a 160000
>> --- a/ovs
>> +++ b/ovs
>> @@ -1 +1 @@
>> -Subproject commit 5a686267d36c5c4229ec801a9616ceb60740fbe3
>> +Subproject commit bb9fedb79af8df5f14922ae588866314a0e31bf5
> 

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to