csh - remove duplicate and unnecessary empty lines

2019-07-30 Thread Kalwe Caramalac
On Mon, Jul 29, 2019 at 8:15 PM Ted Unangst wrote: > > Kalwe Caramalac wrote: > > Hi, this is my first diff submission, forgive me if have any error, > > if anyone has any tips on how to do this i appreciate it. > > > @@ -588,7 +585,6 @@ dopopd(Char **v, struct command *t) > > void > > dfree(str

remove ip queue for local packets

2019-07-30 Thread Alexander Bluhm
Hi, When we needed the kernel lock for local IP packet delivery, mpi@ introduced a queue to grab the lock for multiple packets. Now we have only netlock for both IP and protocol input. So the queue is not necessary anymore. It just switches CPU and decreases performance. To get TCP running on

Re: tpmr(4): 802.1Q Two-Port MAC Relay

2019-07-30 Thread David Gwynne
> On 30 Jul 2019, at 6:28 pm, Remi Locherer wrote: > > On Tue, Jul 30, 2019 at 01:36:59PM +1000, David Gwynne wrote: >> a Two-Port MAC Relay is basically a cut down bridge(4). it only supports >> two ports, and unconditionally relays packets between those ports >> instead of doing learning or

Re: tpmr(4): 802.1Q Two-Port MAC Relay

2019-07-30 Thread Remi Locherer
On Tue, Jul 30, 2019 at 01:36:59PM +1000, David Gwynne wrote: > a Two-Port MAC Relay is basically a cut down bridge(4). it only supports > two ports, and unconditionally relays packets between those ports > instead of doing learning or anything like that. > > i've been trying to get a redundant pa