[Differential] D9451: Constrain IPv6 interface routes to each FIB

2017-03-06 Thread jhujhiti_adjectivism.org (Erick Turnquist)
jhujhiti_adjectivism.org added a comment. Forgot to change the other tests - this ought to do it. One annoying detail: while running these tests, I noticed intermittent failures on the SLAAC test. I was reminded of a similar intermittent issue I had while developing this: for reasons I c

[Differential] D9451: Constrain IPv6 interface routes to each FIB

2017-03-06 Thread jhujhiti_adjectivism.org (Erick Turnquist)
jhujhiti_adjectivism.org updated this revision to Diff 26053. jhujhiti_adjectivism.org marked 14 inline comments as done. REPOSITORY rS FreeBSD src repository CHANGES SINCE LAST UPDATE https://reviews.freebsd.org/D9451?vs=26022&id=26053 REVISION DETAIL https://reviews.freebsd.org/D9451 AF

Re: RSS, cxgbe, netmap and non-TCP traffic

2017-03-06 Thread Navdeep Parhar
On Mon, Mar 06, 2017 at 11:10:21AM +0100, Miłosz Kaniewski wrote: > Hello, > > I am trying to split my traffic into two flows: > 1. TCP traffic > 2. Other traffic (non-TCP traffic) > > On my NIC (Chelsio T540-CR) I have configured 9 queues (these are > Netmap queues configured with hw.cxgbe.nnmtx

[Bug 209581] igb vf driver does not correctly handle vlan tag

2017-03-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209581 --- Comment #3 from ingen...@gmail.com --- (In reply to ingenium from comment #2) It looks like there may be a newer version of the Intel driver? Is it possible it contains the necessary fixes? https://downloadcenter.intel.com/download/15815

[Bug 209581] igb vf driver does not correctly handle vlan tag

2017-03-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209581 ingen...@gmail.com changed: What|Removed |Added CC||ingen...@gmail.com --- Comment

[Differential] D9451: Constrain IPv6 interface routes to each FIB

2017-03-06 Thread asomers (Alan Somers)
asomers added a comment. Almost done. I think the only thing left is to delete all of the related atf_expect_fail statements from fibs_test.sh, not just one. INLINE COMMENTS > jhujhiti_adjectivism.org wrote in nd6.c:1353 > This seems like a good idea. Is this new code what you had in mind?

[Bug 216460] 82599ES 10-Gigabit SFI/SFP+ Network Connection link constantly flaps

2017-03-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216460 --- Comment #2 from John Legato --- Thanks for the reply. In the interest of time, I swapped the card out for a Mellanox NIC so I'm unable to test the Intel card. -- You are receiving this mail because: You are the assignee for the bug. _

RSS, cxgbe, netmap and non-TCP traffic

2017-03-06 Thread Miłosz Kaniewski
Hello, I am trying to split my traffic into two flows: 1. TCP traffic 2. Other traffic (non-TCP traffic) On my NIC (Chelsio T540-CR) I have configured 9 queues (these are Netmap queues configured with hw.cxgbe.nnmtx/rx sysctl) . Now I would like to direct TCP traffic to queues 0-7 and non-TCP tra

Re: Why is MSI-X support disabled on bce(4)?

2017-03-06 Thread Sepherosa Ziehau
On Thu, Mar 2, 2017 at 10:02 PM, Kajetan Staszkiewicz wrote: > To whom it might concern: > > Well, at least it does concern me. Why is support for multiple interrupts and > queues not enabled on bce(4)? > > Whole block of code is surrounded with #ifdef 0 ... #endif > > https://github.com/freebsd/f