- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jan 24 2025
Jan 23 2025
Dec 19 2024
Dec 6 2024
Dec 5 2024
just and fyi, I've broken this down to 5 commits and only pushed the first so far
Nov 14 2024
From my testing this seems good. From there I will break this down a bit so the commits are smaller and start adding stuff next week
Nov 8 2024
In D46689#1082245, @damjan.jov_gmail.com wrote:This update:
- Makes EIM opt-in, off by default, although I still think this decision needs broader discussion, or even a vote.
Nov 5 2024
Is there a reason this moves in the ordering of nat rules? We tend to aim for roughly alphabetical ordering if there isn't a reason for something different?
Oct 18 2024
Generally looks good, there are some small nits, but I'm happy for this to land once you've made the changes to the man page and the comment at the top.
Sorry one more thing, can you upload future diffs with full context. It makes reviewing on phabricator much easier.
Two small things, I will start testing now
Oct 3 2024
Oct 2 2024
Tweak some wording to imply reality
Sorry it is a bit late
Sep 30 2024
In D16851#1066818, @bdcom.dragon_gmail.com wrote:I think we just need to check first fragments in frag6_input() and check whole header chain everytime:
if (fragoff == 0) { if (!ip6_valid_hdrchain(&m, off, nxt, frgpartlen)) { icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_MISSING_HDR, 0); return (IPPROTO_DONE); } }This will conform with RFC 8200, page 21, last paragraph.
Sep 27 2024
Sep 26 2024
Sep 25 2024
Thanks Ed, I think that is a useful clarification.
For anyone looking into this the ACPI reference table might help:
Sep 24 2024
Thanks for the comments both, I'm sorry I rolled my confusion about the use of cdevpriv and clean up with this change.
- handle devfs_set_cdevpriv correctly
- actively initialize more of priv
Looks like an improvement to me, the big comment helps.
Sep 23 2024
So far this generally looks ok to me and the tests seem to work.
Sep 19 2024
Sep 17 2024
Thanks for checking this over!
Sep 16 2024
Sep 13 2024
Sep 11 2024
Sep 6 2024
Sep 5 2024
- Fix white space issues
- Fix line lengths
- test: use documentation addresses
- test: use tcpdump for verifying traffic
Use imx35-gpio rather than the soc specific compat string
In D46532#1060750, @manu wrote:Any idea why it have a different compatible string ?
Is this because only of features that we don't use ?
Sep 4 2024
Address most of Kp's comments
This adds a pfctl test case
Aug 29 2024
Add a sysctl to control size of the udp mapping allocations
Aug 22 2024
fix bad rebase
Aug 19 2024
- Rebase change
- add pf rule syntax for endpoint-independent
Aug 15 2024
Aug 7 2024
I really like this change. The latest vm snapshots are triggering the upgrade message, but there are no google results for how to upgrade. Can you point me to the correct way to upgrade and I'll draft a change for the handbook with the upgrade message included.
May 1 2024
Apr 25 2024
I have a temp fix for this directly in ice and will work with erj@ to have the driver support the vlan ifconfig flags correctly
Apr 11 2024
Thanks both for the comments, I didn't think this would be the correct approach, but it seemed easier to create a review for how I would like this to work.
Apr 10 2024
Apr 2 2024
Mar 27 2024
Please fix the man page typo, but otherwise looks good to me
Mar 26 2024
Mar 25 2024
- access ext_arg1 via the accessor
Mar 21 2024
updated
- swap order of arguments for destructor
- replace an m_freem with m_free
Mar 20 2024
- Correct copyright statement
- Move then for if statements onto the same line
In D44371#1013215, @vmaffione wrote:Any additional tests with pkt-gen in TX or RX mode over iflib interfaces and virtio-net ones?
E.g. two VMs/machines connected back to back with one transmitting and the other receiving, to stress test it?
Setting the sys.dev.netmap.admode sysctl to 2 will force emulated netmap even if the interface has native support.
- Add a macro for getting netmap adapter from ext_arg1
Mar 19 2024
- - use SET_MBUF_DESTRUCTOR to set ext_arg1
Mar 18 2024
- - Don't remove the pool lock until we have removed all mbufs
- - if the reference has gone after taking the lock don't free the mbuf
Mar 15 2024
Feb 26 2024
Address review comments