Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 284e4ca4 authored by Sujeev Dias's avatar Sujeev Dias Committed by Gerrit - the friendly Code Review server
Browse files

dt-bindings: mhi: net_dev: add disable chain-skb property



Not all MHI net devices use chaining. Update devicetree documentation
to reflect new option to disable chaining if required.

CRs-Fixed: 2361266
Change-Id: Ie78838fcb1f4ac69d2615385fba3f2e3abf76087
Signed-off-by: default avatarSujeev Dias <sdias@codeaurora.org>
parent 2aba979b
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -311,6 +311,13 @@ MHI netdev properties
  Definition: mhi net_device should have numbered alias in the alias node,
  Definition: mhi net_device should have numbered alias in the alias node,
	in the form of mhi_netdevN, N = 0, 1..n for each network interface.
	in the form of mhi_netdevN, N = 0, 1..n for each network interface.


- mhi,disable-chain-skb
  Usage: optional
  Value type: <bool>
  Definition: If true, netdev will not chain skbs. Set this flag to true
	if netdev used as a standalone device. For example, for software IP
	path, chaining should be disabled.

========
========
Example:
Example:
========
========