User Details
- User Since
- Aug 13 2016, 9:42 PM (430 w, 2 d)
Jan 7 2019
Dec 13 2018
Yeah, Sway is on hold until we can find time to get the new version that is based on wlroots ported. I might give this a shot during the holidays. Marking this as abandoned.
Nov 25 2018
I created the necessary git branches to point these ports to. It would be good if we could let 11.2 use 4.11 so we can scrap 4.9 all together (and thus remove some legacy code from lkpi).
Nov 20 2018
Nov 1 2018
Thanks for doing this! Works great on my Dell 7490.
Suspend/resume not tested. Please also add EVDEV to this driver so we can get things like horizontal scrolling :)
Oct 31 2018
Oct 29 2018
Fix comments.
Oct 25 2018
Changes: Disable phys_avail until KPI is in.
Oct 24 2018
Oct 23 2018
Oct 22 2018
Oct 9 2018
Patch srat.c to use phys_avail_reserve()
Oct 8 2018
physmem.h has moved from machine/ to x86/
Oct 5 2018
phys_avail_reserve has been moved to a separate diff https://reviews.freebsd.org/D17431 and this diff should be applied after D17431.
Sep 21 2018
Does this require any changes to devd.conf to work? Only applying this patch and copy over devd binary to my test machine doesn't change anything for me, the regexp still starts with ^$'(.....
Sep 10 2018
Sep 6 2018
Yeah, CK work was committed soon after so_reuseport_lb was merged so this was missed. Thanks for fixing!
Sep 5 2018
Thanks for cleaning this up.
Aug 27 2018
Aug 26 2018
LGTM and I assume there's another patch coming that will fix the loader issues?
Thanks for finding and fixing this!
Aug 24 2018
Thank you <3 This will make life easier for us drm developers.
Aug 15 2018
Aug 10 2018
Jul 19 2018
Results with I219LM (em0) TX and Macbook thunderbolt dongle (bge0) RX
I tried the first version again and it seems OK on the TX side. Not sure about RX, seeing some poll error but that might be my messed up I218LM which can't do more than 70 Kpps TX (it does 14 Mpps with FreeBSD 11) but that's another problem.
Between I219LM and a Realtek NIC I get stable 150 Kpps and I guess that's the limit for emulated netmap.
Jul 18 2018
OK, switching TX/RX between I128LM and I219LM makes no difference, still 5 Kpps. iperf between the two machine measure +900 Mbps.
Test between two 1000baseT FD, connected with 1GB switch. I128LM is sending, I129LM is receiving.
Kernel from 2018-07-18 (how to find svn revision when building from github?)
Patched kernel only on sending side. Receiving side is same revision but unpatched.
Jun 11 2018
Jun 7 2018
Rebase diff
Jun 6 2018
Add license and clean up some reorder diffs
Rebase to r334720
Rebase against today's head
Jun 1 2018
Some stuff has been committed so rebase against head.
Don't increment index in radix_tree_iter_delete
May 31 2018
Update since some parts have been committed to head.
Also,
- Remove fcheck() macro, patch driver source code instead to use fget() and fput().
- Derive PAGE_MASK from PAGE_SIZE since PAGE_MASK is different on FreeBSD and Linux
May 30 2018
Remove whitespace change.
Updated diff against today's kernel.
May 29 2018
May 28 2018
Revert change to MPASS test in scheduler code.
May 27 2018
Added TASK_KILLABLE to TASK_NORMAL so that the assert don't cause panic in linux_add_to_sleepqueue().
May 25 2018
May 22 2018
Have you addressed all of @rwatson's comments?
May 16 2018
And netmap is alive again on I218-LM :)
- Omit the inheritance part for now so that we can get this committed. Need more time and eyes to figure out a safe way to solve the locking issues. (this is anyway not a critical function but more a nice-to-have thing)
- Add leading zeros to the rest of the SO_* options to indicate that they are now 32 bit.
May 11 2018
May 10 2018
Apr 30 2018
@rwatson If you have time, I would appreciate if you could take a look at the updates.
Apr 27 2018
Added comment - unsure about locking in one place...
Improving locking
Refactor
Fix style
Apr 26 2018
Add entry in man page
Full context for all files.
Apr 24 2018
Thanks for the feedback!
Changes:
- Fix style
- Add lock assertions
- Acquire INP_HASH_RLOCK in_pcblookup_lbgroup_last()
- Acquire INP_WLOCK before calling soinherit()
Apr 20 2018
Update to apply cleanly to HEAD as of 20180420.
Mar 29 2018
Together with r331692 this issue is solved.
Feb 20 2018
Everything in HEAD now.
Feb 17 2018
Feb 1 2018
Minor style fixes
Simplify tasklet_enable function.
Fix comments and various style fixes.
Jan 31 2018
Fixed some comments. Will update the diff when the last one is fixed.
@hselasky please check my comments in list.h and wait.h.
Jan 30 2018
@hselasky
Thanks for the feedback! I will look at the issues. Please look at my replies to your comments.
The work was started before the split of linuxkpi so merging it back into the two different parts is somewhat messy...
Not relevant anymore.