diff mbox

[2/2] Documentation: ABI: testing: sysfs-class-net-qmi: add new qmap mux files description

Message ID 1490361766-24114-3-git-send-email-dnlplm@gmail.com
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Daniele Palmas March 24, 2017, 1:22 p.m. UTC
This patch updates the documentation related to the new files added for
qmap mux support.

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

Comments

Sergei Shtylyov March 24, 2017, 4:31 p.m. UTC | #1
Hello!

On 03/24/2017 04:22 PM, Daniele Palmas wrote:

> This patch updates the documentation related to the new files added for
> qmap mux support.
>
> Signed-off-by: Daniele Palmas <dnlplm@gmail.com>
> ---
>  Documentation/ABI/testing/sysfs-class-net-qmi | 27 +++++++++++++++++++++++++++
>  1 file changed, 27 insertions(+)
>
> diff --git a/Documentation/ABI/testing/sysfs-class-net-qmi b/Documentation/ABI/testing/sysfs-class-net-qmi
> index fa5a00b..5191dc3 100644
> --- a/Documentation/ABI/testing/sysfs-class-net-qmi
> +++ b/Documentation/ABI/testing/sysfs-class-net-qmi
> @@ -21,3 +21,30 @@ Description:
>  		is responsible for coordination of driver and firmware
>  		link framing mode, changing this setting to 'Y' if the
>  		firmware is configured for 'raw-ip' mode.
> +
> +What:		/sys/class/net/<iface>/qmi/add_mux
> +Date:		March 2017
> +KernelVersion:	4.11
> +Contact:	Bjørn Mork <bjorn@mork.no>
> +Description:
> +		Unsigned integer.
> +
> +		Write a number ranging from 1 to 127 to add a qmap mux
> +		based network device, supported by recent Qualcomm based
> +		modems.
> +
> +		The network device will be called qmimux.
> +
> +		Userspace is in charge of managing the qmux network device
> +		activation and data stream setup  on them modem side by

    s/them/the/?

> +		using the proper QMI protocol requests.
[...]

MBR, Sergei
Daniele Palmas March 25, 2017, 4:09 p.m. UTC | #2
Hi Sergei,

2017-03-24 17:31 GMT+01:00 Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>:
> Hello!
>
>
> On 03/24/2017 04:22 PM, Daniele Palmas wrote:
>
>> This patch updates the documentation related to the new files added for
>> qmap mux support.
>>
>> Signed-off-by: Daniele Palmas <dnlplm@gmail.com>
>> ---
>>  Documentation/ABI/testing/sysfs-class-net-qmi | 27
>> +++++++++++++++++++++++++++
>>  1 file changed, 27 insertions(+)
>>
>> diff --git a/Documentation/ABI/testing/sysfs-class-net-qmi
>> b/Documentation/ABI/testing/sysfs-class-net-qmi
>> index fa5a00b..5191dc3 100644
>> --- a/Documentation/ABI/testing/sysfs-class-net-qmi
>> +++ b/Documentation/ABI/testing/sysfs-class-net-qmi
>> @@ -21,3 +21,30 @@ Description:
>>                 is responsible for coordination of driver and firmware
>>                 link framing mode, changing this setting to 'Y' if the
>>                 firmware is configured for 'raw-ip' mode.
>> +
>> +What:          /sys/class/net/<iface>/qmi/add_mux
>> +Date:          March 2017
>> +KernelVersion: 4.11
>> +Contact:       Bjørn Mork <bjorn@mork.no>
>> +Description:
>> +               Unsigned integer.
>> +
>> +               Write a number ranging from 1 to 127 to add a qmap mux
>> +               based network device, supported by recent Qualcomm based
>> +               modems.
>> +
>> +               The network device will be called qmimux.
>> +
>> +               Userspace is in charge of managing the qmux network device
>> +               activation and data stream setup  on them modem side by
>
>
>    s/them/the/?
>

I will fix this if there will be a v2 series.

Thanks,
Daniele

>> +               using the proper QMI protocol requests.
>
> [...]
>
> MBR, Sergei
>
diff mbox

Patch

diff --git a/Documentation/ABI/testing/sysfs-class-net-qmi b/Documentation/ABI/testing/sysfs-class-net-qmi
index fa5a00b..5191dc3 100644
--- a/Documentation/ABI/testing/sysfs-class-net-qmi
+++ b/Documentation/ABI/testing/sysfs-class-net-qmi
@@ -21,3 +21,30 @@  Description:
 		is responsible for coordination of driver and firmware
 		link framing mode, changing this setting to 'Y' if the
 		firmware is configured for 'raw-ip' mode.
+
+What:		/sys/class/net/<iface>/qmi/add_mux
+Date:		March 2017
+KernelVersion:	4.11
+Contact:	Bjørn Mork <bjorn@mork.no>
+Description:
+		Unsigned integer.
+
+		Write a number ranging from 1 to 127 to add a qmap mux
+		based network device, supported by recent Qualcomm based
+		modems.
+
+		The network device will be called qmimux.
+
+		Userspace is in charge of managing the qmux network device
+		activation and data stream setup  on them modem side by
+		using the proper QMI protocol requests.
+
+What:		/sys/class/net/<iface>/qmi/del_mux
+Date:		March 2017
+KernelVersion:	4.11
+Contact:	Bjørn Mork <bjorn@mork.no>
+Description:
+		Unsigned integer.
+
+		Write a number ranging from 1 to 127 to delete a previously
+		created qmap mux based network device.