Mina Almasry almasrymina@google.com writes:
- name: bind-dmabuf
- attributes:
-name: ifindexdoc: netdev ifindex to bind the dma-buf to.
Minor nit:
The series uses a mix of dmabuf and dma-buf but the doc additions (devmem.rst) consistently uses dmabuf. I think it would be helpful to be consistent here and say 'devmem dmabuf' in the docstring to highlight whos dmabuf it is and keep the generated netdev docs in alignment.
type: u32checks:min: 1-name: queuesdoc: receive queues to bind the dma-buf to.
And here.
type: nestnested-attributes: queue-dmabufmulti-attr: true-name: dmabuf-fddoc: dmabuf file descriptor to bind.type: u32-name: dmabuf-iddoc: id of the dmabuf bindingtype: u32checks:min: 1
- name: qstats
@@ -579,6 +618,20 @@ operations: attributes: - ifindex reply: *queue-get-op
name: bind-rxdoc: Bind dmabuf to netdev
And here.
attribute-set: bind-dmabufflags: [ admin-perm ]do:request:attributes:- ifindex- dmabuf-fd- queuesreply:attributes:- dmabuf-id