diff options
author | Damien Mascord <tusker@tusker.org> | 2021-07-13 11:30:09 +1000 |
---|---|---|
committer | Damien Mascord <tusker@tusker.org> | 2021-07-15 16:27:46 +1000 |
commit | e3512741cde5fba7a3b27bfb366fff4ac996aa61 (patch) | |
tree | 1ff449784be42f2605590470cfb0d2f3fb50b752 /.github | |
parent | e319e89fde0f3c6b3c8ecfffe9bd759c9a44ac15 (diff) |
mdio-tools: Add package plus kernel module
mdio is a low-level Linux debug tool for communicating with devices attached an MDIO bus. It improves on existing tools in this space in a few important ways:
MDIO buses are directly addressable. Previous solutions relied on at least one Ethernet PHY on the bus being attached to a net device, which is typically not the case when the device is an Ethernet switch for example.
Complex operations can be performed atomically. The old API only supported a single read or write of a single register. mdio sends byte code to the mdio-netlink kernel module that can perform multiple operations, store intermediate values, loop etc. As a result, things like read/mask/write operations and accesses to paged PHYs can be performed safely.
Signed-off-by: Damien Mascord <tusker@tusker.org>
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions