vvfedorenko

Results 15 comments of vvfedorenko

> Ping @vvfedorenko yeah, I was waiting for fix to be actually backported before going with my own PR, but anyway

> I'd prefer enabling this cipher with KTLS only if running on a sufficiently new kernel. do you have any thoughts on how to figure out correct kernel version in...

but current implementation strictly prohibits KTLS for this cipher without any option to enable. should we go with some run-time options to switch it on?

> Perhaps we need a flag in SSL struct to indicate that this SSL connection wants to enable CCM. If we are talking about flags - it looks a but...

@mattcaswell Looks like patch was backported to all kernel LTS versions couple of weeks ago - should we retry tests?

Yeah, looks like linux-azure package has latency of 1 month from upstream...

Looks like new version of linux-aws kernel 5.11.0-1029 has this fix included, but CI still uses previous version. Is it possible to bump kernel version in CI environment?

the definition of `struct nf_ct_event_notifier` is hidden behind CONFIG_NF_CONNTRACK_EVENTS option. If the kernel configuration doesn't have it, you will get such kind of error while running `configure --enable-nat-events`. Consider changing...

it would be great to have at least output of `perf top` for the situation with overloaded CPU cores. otherwise it's only guessing

The changes introduced in kernel 6.8 made it impossible to find child tty device as we did before. The changes to the upstream driver are currently under review. In meanwhile...