Re: [ovs-dev] [PATCH v4 1/2] util: Support checking for kernel versions.

2024-02-25 Thread Eelco Chaudron
On 23 Feb 2024, at 14:32, Felix Huettner via dev wrote: > Extract checking for a given kernel version to a separate function. > It will be used also in the next patch. > > Signed-off-by: Felix Huettner Just a quick observation on this patch, see comments below. //Eelco > --- > v4: > -

[ovs-dev] [PATCH v4 1/2] util: Support checking for kernel versions.

2024-02-23 Thread Felix Huettner via dev
Extract checking for a given kernel version to a separate function. It will be used also in the next patch. Signed-off-by: Felix Huettner --- v4: - extract function to check kernel version lib/netdev-linux.c | 14 +++--- lib/util.c | 24 lib/util.h