diff options
author | Herve Codina <[email protected]> | 2023-11-28 14:25:30 +0100 |
---|---|---|
committer | Linus Walleij <[email protected]> | 2023-12-12 23:05:24 +0100 |
commit | 82c944d05b1a24c76948ee9d6bb1d7de1ebb8b3a (patch) | |
tree | 497159c997d1b6d8c4c863777382ee9bb4b537c4 /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | b85ea95d086471afb4ad062012a4d73cd328fa86 (diff) |
net: wan: Add framer framework support
A framer is a component in charge of an E1/T1 line interface.
Connected usually to a TDM bus, it converts TDM frames to/from E1/T1
frames. It also provides information related to the E1/T1 line.
The framer framework provides a set of APIs for the framer drivers
(framer provider) to create/destroy a framer and APIs for the framer
users (framer consumer) to obtain a reference to the framer, and
use the framer.
This basic implementation provides a framer abstraction for:
- power on/off the framer
- get the framer status (line state)
- be notified on framer status changes
- get/set the framer configuration
Signed-off-by: Herve Codina <[email protected]>
Reviewed-by: Christophe Leroy <[email protected]>
Acked-by: Jakub Kicinski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions