Maya Erez <me...@codeaurora.org> writes:

> From: Gidon Studinski <gid...@codeaurora.org>
>
> In enhanced DMA the vrings are handled internally by the FW
> and are not exposed to the driver.
> Instead, the driver handles descriptor rings, which are mapped
> by the FW to vrings.
> The completions of the TX and RX descriptors are notified to
> the driver using status rings. Each status ring descriptor
> includes information of the completed descriptors and the ring id
> of their descriptor ring.
>
> This patch changes struct vring to generic wil_ring to allow
> its reuse for enhanced DMA descriptor rings and adds the descriptor
> and status rings specific descriptors.
>
> Signed-off-by: Gidon Studinski <gid...@codeaurora.org>
> Signed-off-by: Maya Erez <me...@codeaurora.org>

[...]

> @@ -1784,7 +1785,7 @@ static void wil6210_debugfs_init_blobs(struct 
> wil6210_priv *wil,
>       const struct file_operations *fops;
>  } dbg_files[] = {
>       {"mbox",        0444,           &fops_mbox},
> -     {"vrings",      0444,           &fops_vring},
> +     {"rings",       0444,           &fops_ring},

When making changes to the debugfs interface please document that in the
in commit log and how the changes look from user space point of view.
Doesn't need to be long but just some sort of overview so that the
reader understands the changes without looking at the code.

-- 
Kalle Valo

Reply via email to