- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Today
Yesterday
Tue, Nov 25
Mon, Nov 24
Fri, Nov 21
Mon, Nov 17
In D53697#1227856, @igoro wrote:In D53697#1226388, @jhb wrote:@igoro would you be able to test this on your workload (armv7) to ensure it still does the correct thing?
VM-based armv7 tests on my side passed. I believe it's enough as pfctl was unusable before the fix (after switching to Netlink).
It's up to @kp whether it needs additional run on actual armv7-based appliance.
Sat, Nov 15
Thu, Nov 13
The content looks good to me.
Wed, Nov 12
Mon, Nov 10
Sat, Nov 8
Fri, Nov 7
Wed, Nov 5
Mon, Nov 3
Fri, Oct 31
Thu, Oct 30
Wed, Oct 29
Do you have a specific OpenBSD patch you obtained this from?
Oct 28 2025
Oct 27 2025
Part of the issue here is that we've got layer 3 and ethernet anchors and it's possible for an anchor to exist in one but not the other. So a pfctl -sA -a foo can be valid for one but not the other. I don't immediately see a better way of handling that than to just not raise errors either.
Oct 26 2025
Thanks. Iโll try to review this (and your other patch) in the next days.
Oct 22 2025
Oct 21 2025
Oct 19 2025
Oct 18 2025
Oct 15 2025
In D53070#1213136, @mjg wrote:In D53070#1212847, @kp wrote:I do still want to murder this code, but we'll wait until armv7 finally dies, or dies enough.
one can consider reverting this to a state prior to introduction of per-cpu counters. that is, just have a var updated directly. this loses updates, but maybe it's good enough for armv7?
Oct 14 2025
Thanks for catching that. I'm not sure how I missed it, but I'm glad I remembered you wrote it and would be a good person to copy on a review.
Oct 13 2025
Oct 11 2025
Oct 10 2025
LGTM, ship it.
Oct 7 2025
Oct 6 2025
Oct 5 2025
Oct 4 2025
In D52852#1208672, @zlei wrote:I've ever considered this approach, but this adds too many headaches. Well I'd propose to use vlxan(4) + bridge(4) + epair(4) if the underlay network is in different VNET.
For example, how can the admin change the tunnel parameters ( vni / vxlanlocal / vxlanremote / ports ) when the vxlan(4) interface is vmoved to another VNET ?
Oct 2 2025
In D52852#1207545, @glebius wrote:if_vmove bites again? I'm fine with adding more kludges around this problem as long as we all agree that eventually this thing needs to be removed and interfaces shall be fully destroyed and fully instantiated in a different jail.