Lasse Johnsen

Results 22 comments of Lasse Johnsen

> -13 is [EACCES](https://elixir.bootlin.com/linux/latest/C/ident/EACCES), which is an unusual error to get. It's not EACCES, it's IGC_ERR_SWFW_SYNC : https://elixir.bootlin.com/linux/v6.6.28/source/drivers/net/ethernet/intel/igc/igc_i225.c#L120

This is the bit of the code that doesn't work: https://elixir.bootlin.com/linux/v6.6.28/source/drivers/net/ethernet/intel/igc/igc_i225.c#L81 Irrespective of the timeout value the driver is unable to acquire the FW semaphore and the function returns -[IGC_ERR_NVM](https://elixir.bootlin.com/linux/v6.6.28/source/drivers/net/ethernet/intel/igc/v6.6.28/C/ident/IGC_ERR_NVM)....

For reference, I've submitted this issue: raspberrypi/linux#6134

No, unfortunately it does not. It was the first thing I checked. The reason is that we need the logic that follows the `route.Dst != nil && route.Dst.IP != nil`...

Ok, I have reviewed the comments, and on balance I like my approach best :-) The route to 0.0.0.0/0 with the family inferred from the dst type I think is...

@vishvananda Cool.... leave it with me. I'll do that shortly.

@vishvananda Anything else I can offer to do on this PR? /Lasse

@P33M Thank you. I can confirm that with that overlay / parameter everything works flawlessly. I am separately speaking to Intel about whether a fix for this can be included...

Hi Janes, i like your recent work. Yeah, the issue is that in order to get framesyncs from the PHY for the purposes of capturing a timestamp with say clock_gettime,...