111820SjulianWhat:		/config/stp-policy
211820SjulianDate:		June 2015
311820SjulianKernelVersion:	4.3
411820SjulianDescription:
511820Sjulian		This group contains policies mandating Master/Channel allocation
611820Sjulian		for software sources wishing to send trace data over an STM
711820Sjulian		device.
811820Sjulian
911820SjulianWhat:		/config/stp-policy/<device>.<policy>
1011820SjulianDate:		June 2015
1111820SjulianKernelVersion:	4.3
1211820SjulianDescription:
1311820Sjulian		This group is the root of a policy; its name is a concatenation
1411820Sjulian		of an stm device name to which this policy applies and an
1511820Sjulian		arbitrary string. If <device> part doesn't match an existing
1611820Sjulian		stm device, mkdir will fail with ENODEV; if that device already
1711820Sjulian		has a policy assigned to it, mkdir will fail with EBUSY.
1811820Sjulian
1911820SjulianWhat:		/config/stp-policy/<device>.<policy>/device
2011820SjulianDate:		June 2015
2111820SjulianKernelVersion:	4.3
2211820SjulianDescription:
2311820Sjulian		STM device to which this policy applies, read only. Same as the
2411820Sjulian		<device> component of its parent directory.
2511820Sjulian
2611820SjulianWhat:		/config/stp-policy/<device>.<policy>/<node>
2711820SjulianDate:		June 2015
2811820SjulianKernelVersion:	4.3
2911820SjulianDescription:
3011820Sjulian		Policy node is a string identifier that software clients will
3111820Sjulian		use to request a master/channel to be allocated and assigned to
3211820Sjulian		them.
3311820Sjulian
3411820SjulianWhat:		/config/stp-policy/<device>.<policy>/<node>/masters
3511820SjulianDate:		June 2015
3611820SjulianKernelVersion:	4.3
3750479SpeterDescription:
3811820Sjulian		Range of masters from which to allocate for users of this node.
3911820Sjulian		Write two numbers: the first master and the last master number.
4011820Sjulian
4111820SjulianWhat:		/config/stp-policy/<device>.<policy>/<node>/channels
4211820SjulianDate:		June 2015
4390868SmikeKernelVersion:	4.3
4411820SjulianDescription:
4511820Sjulian		Range of channels from which to allocate for users of this node.
4611820Sjulian		Write two numbers: the first channel and the last channel
4711820Sjulian		number.
4811820Sjulian
4911820Sjulian