[Bug 240023] netmap lb pointer out of bounds on ixgbe

2019-08-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240023 Vincenzo Maffione changed: What|Removed |Added CC||vmaffi...@freebsd.org --- Comm

[Bug 240023] netmap lb pointer out of bounds on ixgbe

2019-08-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240023 --- Comment #4 from Vincenzo Maffione --- If 11.2-p9 works, it would help to see what changed in ixgbe and ixl between 11.2-p9 and 11.3. Are you able to generate a diff or provide pointers to the exact two source trees you are using? -- Y

Re: finding optimal ipfw strategy

2019-08-25 Thread Andrey V. Elsukov
On 24.08.2019 22:34, Eugene Grosbein wrote: > If you are concerned of performance, general rule applies: less checks, > better performance. > > First, use 'out xmit' instead of 'out via'. They are semantically equal and > this is micro-optimization > but it still saves extra check unneeded when

Problem reports for n...@freebsd.org that need special attention

2019-08-25 Thread bugzilla-noreply
To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and ob

Re: finding optimal ipfw strategy

2019-08-25 Thread Eugene Grosbein
26.08.2019 3:37, Andrey V. Elsukov wrote: > On 24.08.2019 22:34, Eugene Grosbein wrote: >> If you are concerned of performance, general rule applies: less checks, >> better performance. >> >> First, use 'out xmit' instead of 'out via'. They are semantically equal and >> this is micro-optimizatio