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
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
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
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
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209581
ingen...@gmail.com changed:
What|Removed |Added
CC||ingen...@gmail.com
--- Comment
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?
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.
_
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
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