[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250613141753.565276eb@foz.lan>
Date: Fri, 13 Jun 2025 14:17:53 +0200
From: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>
To: Donald Hunter <donald.hunter@...il.com>, Jonathan Corbet
<corbet@....net>
Cc: Linux Doc Mailing List <linux-doc@...r.kernel.org>, "Akira Yokosawa"
<akiyks@...il.com>, "Breno Leitao" <leitao@...ian.org>, "David S. Miller"
<davem@...emloft.net>, "Eric Dumazet" <edumazet@...gle.com>, "Ignacio
Encinas Rubio" <ignacio@...cinas.com>, "Jan Stancek" <jstancek@...hat.com>,
"Marco Elver" <elver@...gle.com>, "Paolo Abeni" <pabeni@...hat.com>, "Ruben
Wauters" <rubenru09@....com>, "Shuah Khan" <skhan@...uxfoundation.org>,
joel@...lfernandes.org, linux-kernel-mentees@...ts.linux.dev,
linux-kernel@...r.kernel.org, lkmm@...ts.linux.dev, netdev@...r.kernel.org,
peterz@...radead.org, stern@...land.harvard.edu
Subject: Re: [PATCH v2 05/12] tools: ynl_gen_rst.py: Split library from
command line tool
Em Fri, 13 Jun 2025 12:13:28 +0100
Donald Hunter <donald.hunter@...il.com> escreveu:
> Mauro Carvalho Chehab <mchehab+huawei@...nel.org> writes:
>
> > As we'll be using the Netlink specs parser inside a Sphinx
> > extension, move the library part from the command line parser.
> >
> > No functional changes.
> >
> > Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>
> > ---
> > scripts/lib/netlink_yml_parser.py | 391 +++++++++++++++++++++++++++++
> > tools/net/ynl/pyynl/ynl_gen_rst.py | 374 +--------------------------
>
> I think the library code should be put in tools/net/ynl/pyynl/lib
> because it is YNL specific code. Maybe call it rst_generator.py
We had a similar discussion before when we switched get_abi and
kernel-doc to Python. On that time, we opted to place all shared
Python libraries under scripts/lib.
From my side, I don't mind having them on a different place,
but I prefer to see all Sphinx extensions getting libraries from
the same base directory.
Jon,
What do you think?
Thanks,
Mauro
Powered by blists - more mailing lists