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
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
> 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
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