Re: Throughput/Goodput analysis on RTEMS

2021-07-11 Thread Chris Johns
On 10/7/21 1:28 pm, Vijay Kumar Banerjee wrote: > On Fri, Jul 9, 2021 at 8:25 PM Chris Johns wrote: >> >> On 2/7/21 4:40 am, Vijay Kumar Banerjee wrote: >>> I'm planning to do a throughput analysis on the RTEMS network stacks >>> and I'm looking for some suggestions on the tools/applications for >

Re: [PATCH rtems-libbsd v2 1/2] freebsd/if_cgem: Fail probe for unterminated MII

2021-07-11 Thread Chris Johns
On 10/7/21 12:53 am, Kinsey Moore wrote: > When the MII bus is unterminated on unused interfaces, it results in PHY > read timeouts which manifest as spurious PHYs during the attach call. > Detect these timeouts during the probe so the device can be ignored. > --- > freebsd/sys/dev/cadence/if_cgem