diff mbox series

[1/1] Documentation: ABI: sysfs-class-net-qmi: document pass-through file

Message ID 20210503151050.2570-1-dnlplm@gmail.com
State New
Headers show
Series [1/1] Documentation: ABI: sysfs-class-net-qmi: document pass-through file | expand

Commit Message

Daniele Palmas May 3, 2021, 3:10 p.m. UTC
Add documentation for /sys/class/net/<iface>/qmi/pass_through

Signed-off-by: Daniele Palmas <dnlplm@gmail.com>
---
 Documentation/ABI/testing/sysfs-class-net-qmi | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

Comments

patchwork-bot+netdevbpf@kernel.org May 3, 2021, 8:50 p.m. UTC | #1
Hello:

This patch was applied to netdev/net.git (refs/heads/master):

On Mon,  3 May 2021 17:10:50 +0200 you wrote:
> Add documentation for /sys/class/net/<iface>/qmi/pass_through
> 
> Signed-off-by: Daniele Palmas <dnlplm@gmail.com>
> ---
>  Documentation/ABI/testing/sysfs-class-net-qmi | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)

Here is the summary with links:
  - [1/1] Documentation: ABI: sysfs-class-net-qmi: document pass-through file
    https://git.kernel.org/netdev/net/c/bd1af6b5fffd

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
diff mbox series

Patch

diff --git a/Documentation/ABI/testing/sysfs-class-net-qmi b/Documentation/ABI/testing/sysfs-class-net-qmi
index ed79f5893421..47e6b9732337 100644
--- a/Documentation/ABI/testing/sysfs-class-net-qmi
+++ b/Documentation/ABI/testing/sysfs-class-net-qmi
@@ -58,3 +58,19 @@  Description:
 
 		Indicates the mux id associated to the qmimux network interface
 		during its creation.
+
+What:		/sys/class/net/<iface>/qmi/pass_through
+Date:		January 2021
+KernelVersion:	5.12
+Contact:	Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>
+Description:
+		Boolean.  Default: 'N'
+
+		Set this to 'Y' to enable 'pass-through' mode, allowing packets
+		in MAP format to be passed on to the stack.
+
+		Normally the rmnet driver (CONFIG_RMNET) is then used to process
+		and demultiplex these packets.
+
+		'Pass-through' mode can be enabled when the device is in
+		'raw-ip' mode only.