Re: [RFC PATCH v3 03/12] net: netdev netlink api to bind dma-buf to a net device

2023-11-10 Thread Jakub Kicinski
On Sun, 5 Nov 2023 18:44:02 -0800 Mina Almasry wrote: > + - > +name: queues > +doc: receive queues to bind the dma-buf to. > +type: u32 > +multi-attr: true I think that you should throw in the queue type. I know you made the op imply RX: > +- > + nam

[RFC PATCH v3 03/12] net: netdev netlink api to bind dma-buf to a net device

2023-11-05 Thread Mina Almasry
API takes the dma-buf fd as input, and binds it to the netdevice. The user can specify the rx queues to bind the dma-buf to. Suggested-by: Stanislav Fomichev Signed-off-by: Mina Almasry --- Changes in v3: - Support binding multiple rx rx-queues --- Documentation/netlink/specs/netdev.yaml | 2