All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hangbin Liu <liuhangbin@gmail.com>
To: Jakub Kicinski <kuba@kernel.org>
Cc: davem@davemloft.net, netdev@vger.kernel.org, edumazet@google.com,
	 pabeni@redhat.com, andrew+netdev@lunn.ch, horms@kernel.org,
	donald.hunter@gmail.com,  sdf.kernel@gmail.com,
	houminxi@gmail.com
Subject: Re: [PATCH net] tools/ynl: add ovs_packet uapi header in Makefile.deps
Date: Fri, 7 Aug 2026 14:08:04 +0800	[thread overview]
Message-ID: <anV2I33ZJyI7xAiv@fedora> (raw)
In-Reply-To: <20260807001918.61957-1-kuba@kernel.org>

On 06.08.2026 17:19, Jakub Kicinski wrote:
>ovs_packet spec needs to fetch the right uAPI header,
>like other ovs specs already do. Otherwise build breaks
>on very old distros (Ubuntu 22.04).
>
>Spec was added by commit b82bfddc46e2 ("netlink: specs: add OVS packet
>family specification").
>
>Signed-off-by: Jakub Kicinski <kuba@kernel.org>
>---
>CC: donald.hunter@gmail.com
>CC: sdf.kernel@gmail.com
>CC: houminxi@gmail.com
>---
> tools/net/ynl/Makefile.deps | 1 +
> 1 file changed, 1 insertion(+)
>
>diff --git a/tools/net/ynl/Makefile.deps b/tools/net/ynl/Makefile.deps
>index 43d06ecbae93..2771375339d9 100644
>--- a/tools/net/ynl/Makefile.deps
>+++ b/tools/net/ynl/Makefile.deps
>@@ -35,6 +35,7 @@ CFLAGS_nfsd:=$(call get_hdr_inc,_LINUX_NFSD_NETLINK_H,nfsd_netlink.h)
> CFLAGS_ovpn:=$(call get_hdr_inc,_LINUX_OVPN_H,ovpn.h)
> CFLAGS_ovs_datapath:=$(call get_hdr_inc,__LINUX_OPENVSWITCH_H,openvswitch.h)
> CFLAGS_ovs_flow:=$(call get_hdr_inc,__LINUX_OPENVSWITCH_H,openvswitch.h)
>+CFLAGS_ovs_packet:=$(call get_hdr_inc,__LINUX_OPENVSWITCH_H,openvswitch.h)
> CFLAGS_ovs_vport:=$(call get_hdr_inc,__LINUX_OPENVSWITCH_H,openvswitch.h)
> CFLAGS_psp:=$(call get_hdr_inc,_LINUX_PSP_H,psp.h)
> CFLAGS_rt-addr:=$(call get_hdr_inc,__LINUX_RTNETLINK_H,rtnetlink.h) \
>-- 
>2.55.0
>

Reviewed-by: Hangbin Liu <liuhangbin@kylinos.cn>

  reply	other threads:[~2026-08-07  6:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-07  0:19 [PATCH net] tools/ynl: add ovs_packet uapi header in Makefile.deps Jakub Kicinski
2026-08-07  6:08 ` Hangbin Liu [this message]
2026-08-08  1:40 ` patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=anV2I33ZJyI7xAiv@fedora \
    --to=liuhangbin@gmail.com \
    --cc=andrew+netdev@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=donald.hunter@gmail.com \
    --cc=edumazet@google.com \
    --cc=horms@kernel.org \
    --cc=houminxi@gmail.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=sdf.kernel@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.