I've just finished committing support for PCI Single Root I/O
Virtualization in the pci subsystem to head. This should be a no-op
for everyone right now, but there were some minor refactorings in the
pci code that could have a lingering bug. I did make sure to test
that it boots on a variety of s
rstone closed this revision.
rstone updated this revision to Diff 4043.
rstone added a comment.
Closed by commit rS279439 (authored by @rstone).
CHANGED PRIOR TO COMMIT
https://reviews.freebsd.org/D1883?vs=3826&id=4043#toc
REVISION DETAIL
https://reviews.freebsd.org/D1883
AFFECTED FILES
h
[letter.png]
Hey,
[1]SoundCloudPR sent you a message:
The SoundCloud Promotional Service offers Artists, DJs, Singers and
Managers a simple, cost-effective way to reach targeted followers,
sales, comments, plays and downloads on SoundCloud. We target
like-minded users who are
rstone closed this revision.
rstone updated this revision to Diff 4041.
rstone added a comment.
Closed by commit rS279438 (authored by @rstone).
CHANGED PRIOR TO COMMIT
https://reviews.freebsd.org/D1882?vs=3825&id=4041#toc
REVISION DETAIL
https://reviews.freebsd.org/D1882
AFFECTED FILES
h
rstone closed this revision.
rstone updated this revision to Diff 4039.
rstone added a comment.
Closed by commit rS279435 (authored by @rstone).
CHANGED PRIOR TO COMMIT
https://reviews.freebsd.org/D1879?vs=3822&id=4039#toc
REVISION DETAIL
https://reviews.freebsd.org/D1879
AFFECTED FILES
h
rstone closed this revision.
rstone updated this revision to Diff 4040.
rstone added a comment.
Closed by commit rS279436 (authored by @rstone).
CHANGED PRIOR TO COMMIT
https://reviews.freebsd.org/D1880?vs=3823&id=4040#toc
REVISION DETAIL
https://reviews.freebsd.org/D1880
AFFECTED FILES
h
rstone closed this revision.
rstone updated this revision to Diff 4038.
rstone added a comment.
Closed by commit rS279425 (authored by @rstone).
CHANGED PRIOR TO COMMIT
https://reviews.freebsd.org/D1870?vs=3862&id=4038#toc
REVISION DETAIL
https://reviews.freebsd.org/D1870
AFFECTED FILES
h
rstone added a subscriber: freebsd-net.
REVISION DETAIL
https://reviews.freebsd.org/D1986
To: rpokala-panasas.com, rstone
Cc: freebsd-net
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, se
gnn accepted this revision.
gnn added a comment.
BTW Mike Karels was in favor of this in an email thread. He's not yet on
phabricator but I'll ask him here as well.
BRANCH
/head
REVISION DETAIL
https://reviews.freebsd.org/D1965
To: erj, adrian, jfvogel, gnn
Cc: glebius, freebsd-net
__
adrian added a comment.
I don't think we should be using the hash bits like this. There's even more
hash types to add (all the variations on symmetric and non-RSS hashing; hashing
XOR versus RSS, different fields, etc). I'd rather we don't make things more
complicated by having the flowid/hasht
hselasky set the repository for this revision to rS (FreeBSD src repository).
REVISION DETAIL
https://reviews.freebsd.org/D1987
To: hselasky, glebius, ken, adrian
Cc: freebsd-net
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailma
hselasky set the repository for this revision to rS (FreeBSD src repository).
REVISION DETAIL
https://reviews.freebsd.org/D1761
To: hselasky, rrs, glebius, gnn, emaste, lstewart, rwatson, bz, imp, np,
adrian, jfvogel
Cc: freebsd-net
___
freebsd-net@f
hselasky added a reviewer: jfvogel.
REVISION DETAIL
https://reviews.freebsd.org/D1761
To: hselasky, rrs, glebius, gnn, emaste, lstewart, rwatson, bz, imp, np,
adrian, jfvogel
Cc: freebsd-net
___
freebsd-net@freebsd.org mailing list
http://lists.freeb
hselasky added a comment.
Hi,
Adrian:
Would a set of macros hiding how we set and clear the LRO_TCP "flag" be
acceptable, then we can later resolve that minor detail, exactly how the bit is
encoded?
#define M_SET_LRO_TCP(m) ...
#define M_CLR_LRO_TCP(m) ...
#define M_GET_LRO_TCP(m) ...
--HPS
hselasky updated this revision to Diff 4033.
hselasky added a comment.
Remove patches not belonging to this issue.
CHANGES SINCE LAST UPDATE
https://reviews.freebsd.org/D1987?vs=4032&id=4033
REVISION DETAIL
https://reviews.freebsd.org/D1987
AFFECTED FILES
sys/conf/files
sys/kern/uipc_mb
hselasky updated this revision to Diff 4032.
hselasky added a comment.
Factor out more code.
CHANGES SINCE LAST UPDATE
https://reviews.freebsd.org/D1987?vs=4030&id=4032
REVISION DETAIL
https://reviews.freebsd.org/D1987
AFFECTED FILES
share/man/man9/Makefile
share/man/man9/timeout.9
sy
hselasky updated this revision to Diff 4030.
hselasky added a comment.
Add full patch context.
CHANGES SINCE LAST UPDATE
https://reviews.freebsd.org/D1987?vs=4029&id=4030
REVISION DETAIL
https://reviews.freebsd.org/D1987
AFFECTED FILES
sys/conf/files
sys/kern/uipc_mbufhash.c
sys/net/i
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197882
Andrey V. Elsukov changed:
What|Removed |Added
Assignee|freebsd-net@FreeBSD.org |a...@freebsd.org
--
You are r
hselasky created this revision.
hselasky added reviewers: glebius, ken, adrian.
hselasky added a subscriber: freebsd-net.
hselasky set the repository for this revision to rS (FreeBSD src repository).
REVISION SUMMARY
Factor out mbuf hashing code instead of copying it around.
REVISION DETAIL
h
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193802
--- Comment #4 from m...@sentex.net ---
https://lists.freebsd.org/pipermail/freebsd-stable/2014-September/080088.html
has some insights / discussion on it from Rick M
--
You are receiving this mail because:
You are the assignee for the bug
nvass-gmx.com added a comment.
>>! In D1944#8, @glebius wrote:
> Nikos,
>
> acking that I see the patches. Right now I'm waiting for pf to stablize after
> recent patches to fragment handling. Kristof is working on the known problem.
> Meanwhile you can finish your patch moving from "almost there
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197997
eu...@grosbein.net changed:
What|Removed |Added
CC||eu...@grosbein.net
--- Comment
On Friday, February 27, 2015 10:23:10 PM Gleb Smirnoff wrote:
> On Thu, Feb 26, 2015 at 08:25:59PM -0800, Adrian Chadd wrote:
> A> [snip]
> A>
> A> I think Mike's approach is good - it makes it easy to MFC to 10.2
> A> since there's extended lifecycle stuff to do there - and then we can
> A> plan o
23 matches
Mail list logo