My mdio acces script attached.
Regards,
Pavel
On 1/19/21 2:08 AM, Pavel Šimerda wrote:
Hi Tobias,
given the reasons stated in the mailing list, I'd like to discuss the situation
off-list. I would be more than happy to join your effort and provide an OpenWRT
package. I understan
Hi Tobias,
given the reasons stated in the mailing list, I'd like to discuss the situation
off-list. I would be more than happy to join your effort and provide an OpenWRT
package. I understand the motivation to reject that, and I do use it partially
also for the “bad purpose” and therefore I'd
On 1/19/21 12:27 AM, Tobias Waldekranz wrote:
On Sat, Jan 16, 2021 at 22:19, Pavel Šimerda wrote:
Provide a debugging interface to read and write MDIO registers directly
without the need for a device driver.
This is extremely useful when debugging switch hardware and phy hardware
issues. The
x2100
Input: 00:00:2100
Signed-off-by: Pavel Šimerda
---
drivers/net/phy/Makefile | 1 +
drivers/net/phy/mdio-debugfs.c | 196 +
drivers/net/phy/mdio-debugfs.h | 2 +
drivers/net/phy/mdio_bus.c | 5 +
include/linux/phy.h| 3 +
5 files ch
From: Pavel Šimerda
* Improve manual page synopsis and built-it help
* Use full subcommand names (e.g. 'address' and 'maddress')
* Specify when IPv4, IPv6 or both are affected
* Add lifetimes, home and nodad
* Remove any remaining excess spaces
Commit 43d29f7 su
From: Pavel Šimerda
* Add `can` to list of supported link types
* Document `addrgenmode`
* Document `link-netnsid`
* Document VLAN link type
* Improve VXLAN link type documentation
- Fix VXLAN srcport/dstport docs
- Document `udpcsum`, `udp6zerocsumtx` and `udp6zerocsumrx`
---
man
From: Pavel Šimerda
* Use unabbreviated `address` and `maddress`
* Keep only `-n` and `-netns` for network namespace
---
ip/ip.c | 4 ++--
man/man8/ip.8 | 8
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/ip/ip.c b/ip/ip.c
index 0cf743f..e75447e 100644
--- a/ip
On 04/20/2015 06:55 PM, Stephen Hemminger wrote:
> On Mon, 13 Apr 2015 16:00:56 +0200
> Pavel Šimerda wrote:
>
>> From: Pavel Šimerda
>>
>> Changes:
>>
>> * Accept directory settings from environment.
>> * Remove redundant ROOTDIR variable.
>