Re: [ovs-dev] [PATCH v2 net-next 2/5] selftests: openvswitch: support key masks
From: Simon Horman <horms@kernel.org>
Date: 2023-07-30 15:42:28
Also in:
linux-kselftest, lkml
From: Simon Horman <horms@kernel.org>
Date: 2023-07-30 15:42:28
Also in:
linux-kselftest, lkml
On Fri, Jul 28, 2023 at 07:59:37AM -0400, Aaron Conole wrote:
From: Adrian Moreno <redacted> From: Adrian Moreno <redacted> The default value for the mask actually depends on the value (e.g: if the value is non-null, the default is full-mask), so change the convert functions to accept the full, possibly masked string and let them figure out how to parse the differnt values.
nit: differnt -> different