[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20251119182011.36003fdb@kernel.org>
Date: Wed, 19 Nov 2025 18:20:11 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Daniel Borkmann <daniel@...earbox.net>
Cc: netdev@...r.kernel.org, bpf@...r.kernel.org, davem@...emloft.net,
razor@...ckwall.org, pabeni@...hat.com, willemb@...gle.com,
sdf@...ichev.me, john.fastabend@...il.com, martin.lau@...nel.org,
jordan@...fe.io, maciej.fijalkowski@...el.com, magnus.karlsson@...el.com,
dw@...idwei.uk, toke@...hat.com, yangzhenze@...edance.com,
wangdongdong.6@...edance.com
Subject: Re: [PATCH net-next v4 01/14] net: Add bind-queue operation
On Wed, 19 Nov 2025 15:57:29 +0100 Daniel Borkmann wrote:
> >> diff --git a/Documentation/netlink/specs/netdev.yaml b/Documentation/netlink/specs/netdev.yaml
> >> index e00d3fa1c152..1e24c7f76de0 100644
> >> --- a/Documentation/netlink/specs/netdev.yaml
> >> +++ b/Documentation/netlink/specs/netdev.yaml
> >> @@ -561,6 +561,46 @@ attribute-sets:
> >> type: u32
> >> checks:
> >> min: 1
> >> + -
> >> + name: queue-pair
> >> + attributes:
> >
> > No need to create a "real" attribute set for this.
> >
> > Once the attrs are wrapped in a "lease" nest you'll need a single
> > triplet, so make this a subset-of: queue (see the queue-id set).
> > name: ifc-queue-id ?
>
> Does the below rework look reasonable to you in terms of netdev spec?
LGTM!
Powered by blists - more mailing lists