Re: if_axp (AMD 10Gb) never detects a link on Ryzen v3000 embedded board (on FreeBSD 14.2)

2024-12-30 Thread Rudy Rucker (bulk Mail Account)
unsubscribe > On Dec 30, 2024, at 7:11 PM, Rebecca Cran wrote: > > I recently bought a slightly funky device with hopes of using it as a > router: it's a SolidRun Ryzen v3000 > (https://shop.solid-run.com/product/SRRV318S01D64GE000H10IH/) with a "AMD > Ryzen Embedded V3C18I 8-Core Processo

if_axp (AMD 10Gb) never detects a link on Ryzen v3000 embedded board (on FreeBSD 14.2)

2024-12-30 Thread Rebecca Cran
I recently bought a slightly funky device with hopes of using it as a router: it's a SolidRun Ryzen v3000 (https://shop.solid-run.com/product/SRRV318S01D64GE000H10IH/) with a "AMD Ryzen Embedded V3C18I 8-Core Processor". It has 2x AMD 10 Gigabit EthernetSFP+ ports built-in, but I'm having tro

Re: per-FIB socket binding

2024-12-30 Thread paul
Julian <> For UDP one must already scan the interface list both initially and periodically to find possible source addresses and bind a socket to each. This is what makes it possible to answer a DNS request from the source address if the request's destination address. While it would be sim

Re: per-FIB socket binding

2024-12-30 Thread Julian Elischer
On 12/24/24 1:06 PM, Jamie Landeg-Jones wrote: Paul Vixie wrote: i've been thinking along these lines for a few years now, since my vm server is multi-fib. each interface has a fib, mostly zero. for incoming TCP SYNs, i'd like to carry that fib# into the resulting PCB so that that fib's rout