Linux kernel ============ There are several guides for kernel developers and users. These guides can be rendered in a number of formats, like HTML and PDF. Please read Documentation/admin-guide/README.rst first. In order to build the documentation, use ``make htmldocs`` or ``make pdfdocs``. The formatted documentation can also be read online at: https://www.kernel.org/doc/html/latest/ There are various text files in the Documentation/ subdirectory, several of them using the Restructured Text markup notation. Please read the Documentation/process/changes.rst file, as it contains the requirements for building and running the kernel, and information about the problems which may result by upgrading your kernel.
Murali Karicheri
authored
In hsr/prp networks, user may choose to use vlan tagged Supervision (SV) frames in the network which is defined as an optional feature in the iec-62439 standard. User would then require to configure the VLAN ID, PCP and DEI values to be used in the SV frames. This patch update the driver to accept these values optionally from user as part of the ip link add command and use VLAN info to format the VLAN tag in the SV frame. Also pass the VLAN ID to the lower device so that it may be added to the VLAN filter in h/w. Update the procfs interface to allow user to enable/disable SV frame generation logic for debug purpose. Signed-off-by:Murali Karicheri <m-karicheri2@ti.com> Reviewed-by:
Grygorii Strashko <grygorii.strashko@ti.com>
Forked from
BeagleBoard.org / Linux