Re: [External] : forwarding in parallel

2021-07-07 Thread Alexandr Nedvedicky
On Tue, Jul 06, 2021 at 11:05:47PM +0200, Alexander Bluhm wrote: > Hi, > > Thank a lot to Hrvoje Popovski for testing my diff and to sashan@ > and dlg@ for fixing all the fallout in pf and pseudo drivers. > > Are there any bugs left? I think everything has been fixed. > I've just committed

Re: [External] : forwarding in parallel

2021-07-07 Thread Alexandr Nedvedicky
On Wed, Jul 07, 2021 at 01:15:00PM -0700, Chris Cappuccio wrote: > Alexandr Nedvedicky [alexandr.nedvedi...@oracle.com] wrote: > > diff --git a/sys/net/if_tpmr.c b/sys/net/if_tpmr.c > > index f6eb99f347c..4ffa5b18293 100644 > > @@ -725,10 +759,9 @@ tpmr_p_dtor(struct tpmr_softc *sc, struct tpmr_por

Re: [External] : forwarding in parallel

2021-07-07 Thread Chris Cappuccio
Alexandr Nedvedicky [alexandr.nedvedi...@oracle.com] wrote: > diff --git a/sys/net/if_tpmr.c b/sys/net/if_tpmr.c > index f6eb99f347c..4ffa5b18293 100644 > @@ -725,10 +759,9 @@ tpmr_p_dtor(struct tpmr_softc *sc, struct tpmr_port *p, > const char *op) > if_detachhook_del(ifp0, &p->p_dtask); >

Re: [External] : forwarding in parallel

2021-07-07 Thread Alexandr Nedvedicky
Hello, On Wed, Jul 07, 2021 at 06:14:35PM +0200, Alexander Bluhm wrote: > On Wed, Jul 07, 2021 at 10:20:01AM +0200, Alexandr Nedvedicky wrote: > > we still need to agree on whether pf_test() can sleep (give up CPU), > > when processing packet. I don't mind if pf_test() gives up CPU (sleeps

Re: [External] : forwarding in parallel

2021-07-07 Thread Alexander Bluhm
On Wed, Jul 07, 2021 at 10:20:01AM +0200, Alexandr Nedvedicky wrote: > we still need to agree on whether pf_test() can sleep (give up CPU), > when processing packet. I don't mind if pf_test() gives up CPU (sleeps), > when waiting for other packets to finish their business in pf(4). I t

Re: [External] : forwarding in parallel

2021-07-07 Thread Alexandr Nedvedicky
Hello, On Tue, Jul 06, 2021 at 11:05:47PM +0200, Alexander Bluhm wrote: > Hi, > > Thank a lot to Hrvoje Popovski for testing my diff and to sashan@ > and dlg@ for fixing all the fallout in pf and pseudo drivers. > > Are there any bugs left? I think everything has been fixed. > there is on