linux-brain/net/tsn
Po Liu 6a49b2da83 net:tsn: netlink interface for APP layer to config TSN capability hardware ports
This patch provids netlink method to configure the TSN protocols hardwares.
TSN guaranteed packet transport with bounded low latency, low packet delay
variation, and low packet loss by hardware and software methods.

The three basic components of TSN are:

1. Time synchronization: This was implement by 8021AS which base on the
   IEEE1588 precision Time Protocol. This is configured by the other way
   in kernel.
   8021AS not included in this patch.

2. Scheduling and traffic shaping and per-stream filter policing:
   This patch support Qbv/Qci/Qbu/8021CB/Qav etc.

3. Selection of communication paths:
   This patch not support the pure software only TSN protocols(like Qcc)
   but hardware related configuration.

TSN Protocols supports by this patch: Qbv/Qci/Qbu/Credit-base Shaper(Qav).
This patch verified on NXP ls1028ardb board.

Signed-off-by: Po Liu <Po.Liu@nxp.com>
2019-12-02 18:05:16 +08:00
..
Kconfig net:tsn: netlink interface for APP layer to config TSN capability hardware ports 2019-12-02 18:05:16 +08:00
Makefile net:tsn: netlink interface for APP layer to config TSN capability hardware ports 2019-12-02 18:05:16 +08:00
genl_tsn.c net:tsn: netlink interface for APP layer to config TSN capability hardware ports 2019-12-02 18:05:16 +08:00