Re: [PATCH net-next v3 7/8] net: fou: use policy and operation tables generated from the spec
From: Jakub Kicinski <kuba@kernel.org>
Date: 2023-01-20 01:04:27
Also in:
linux-doc
From: Jakub Kicinski <kuba@kernel.org>
Date: 2023-01-20 01:04:27
Also in:
linux-doc
On Thu, 19 Jan 2023 16:18:04 -0800 Jacob Keller wrote:
On 1/19/2023 12:56 PM, Johannes Berg wrote:quoted
On Wed, 2023-01-18 at 16:36 -0800, Jakub Kicinski wrote:quoted
+fou-y := fou_core.o fou-nl.oI feel like you could've been consistent there and used "fou-core.o" with a dash, but hey :-)And here I lean towards using _ instead of - in file names but consistency is good, all else being equal.
Done. IIRC the codegen used to assume the naming (it needs to know the name of the header to include). I fixed that but forgot to rename fou :S