Re: bgpd refactor struct prefix

2021-07-14 Thread Claudio Jeker
On Tue, Jun 29, 2021 at 12:00:24PM +0200, Claudio Jeker wrote: > This diff moves the rib_entry pointer re into the union to safe some > space. For add-path I need to add a few more u_int32_t and that would > blow the size of struct prefix from 128 to 132 bytes. malloc would round > that up to 256by

Re: Sync dwctwo(4) with NetBSD

2021-07-14 Thread Marcus Glocker
On Wed, 14 Jul 2021 07:30:30 +0200 Martin Reindl wrote: > On Sun, Jul 11, 2021 at 05:55:14PM +0200, Marcus Glocker wrote: > > > > Following the entire diff. And of course, general feedback and > > comments? :-) > > > > While I can't comment on the diff itself, I gave it a spin on my > Raspb

Re: Sync dwctwo(4) with NetBSD

2021-07-14 Thread Marcus Glocker
On Mon, 12 Jul 2021 11:56:28 +1000 Jonathan Gray wrote: > On Sun, Jul 11, 2021 at 05:55:14PM +0200, Marcus Glocker wrote: > > dwctwo(4) on the Raspberry Pi 3 has some issues today. Basically > > uhub2 doesn't work which shows in: > > > > - mue(4) doesn't attach on uhub2 port 1. > > - Re

Re: Sync dwctwo(4) with NetBSD

2021-07-14 Thread Mark Kettenis
> Date: Mon, 12 Jul 2021 11:56:28 +1000 > From: Jonathan Gray > > On Sun, Jul 11, 2021 at 05:55:14PM +0200, Marcus Glocker wrote: > > dwctwo(4) on the Raspberry Pi 3 has some issues today. Basically uhub2 > > doesn't work which shows in: > > > > - mue(4) doesn't attach on uhub2 port 1. > >

Re: Sync dwctwo(4) with NetBSD

2021-07-14 Thread Marcus Glocker
On Wed, 14 Jul 2021 11:53:50 +0200 (CEST) Mark Kettenis wrote: > > Date: Mon, 12 Jul 2021 11:56:28 +1000 > > From: Jonathan Gray > > > > On Sun, Jul 11, 2021 at 05:55:14PM +0200, Marcus Glocker wrote: > > > dwctwo(4) on the Raspberry Pi 3 has some issues today. Basically > > > uhub2 doesn't

Re: Sync dwctwo(4) with NetBSD

2021-07-14 Thread Mark Kettenis
> Date: Wed, 14 Jul 2021 12:20:08 +0200 > From: Marcus Glocker > > On Wed, 14 Jul 2021 11:53:50 +0200 (CEST) > Mark Kettenis wrote: > > > > Date: Mon, 12 Jul 2021 11:56:28 +1000 > > > From: Jonathan Gray > > > > > > On Sun, Jul 11, 2021 at 05:55:14PM +0200, Marcus Glocker wrote: > > > > dwc

Re: rsync getopt_long cleanup

2021-07-14 Thread Sebastian Benoit
ok benno@ much better as the list grows Claudio Jeker(cje...@diehard.n-r-g.com) on 2021.07.13 20:06:39 +0200: > I never really liked the getopt_long definitions in rsync. Too much magic > and chaos. > > This moves the table out of main to gain some more space and to make it a > proper read-only

Re: Sync dwctwo(4) with NetBSD

2021-07-14 Thread Martin Reindl
On Wed, Jul 14, 2021 at 05:57:16PM +0200, Marcus Glocker wrote: > Also this new version includes jsg@ suggestion, and revert the static > bits back to what we have in our current code base. My RPI3b+ ist running this OK with mue(4), ugold(4) and an additonal powered USB hub. Thank You. -m