Etienne Champetier
Etienne Champetier
@accwebs default config without vlan is broken but with vlan it works just fine in 22.03 / 5.10 but is broken in master / 5.15
Just found a bug in `mv88e6xxx_dump --vtu` for Turris Omnia chip (MV88E6176): https://github.com/lunn/mv88e6xxx_dump/pull/4 If you see column 1/3/5 with only `V`, you need `vtu_port_size = 4` for your chip. Now...
Reverting https://github.com/torvalds/linux/commit/5bded8259ee3815a91791462dfb3312480779c3d on port 4 I receive VLAN 2 traffic untagged (so a bit better), but I still receive traffic from VLAN 3 tagged, even traffic from port 3, not...
Another small bug in `mv88e6xxx_dump --global2`: https://github.com/lunn/mv88e6xxx_dump/pull/5
If I revert both https://github.com/torvalds/linux/commit/5bded8259ee3815a91791462dfb3312480779c3d and https://github.com/torvalds/linux/commit/57e661aae6a823140787dbcc34d92e223e2f71c5 (+ https://github.com/torvalds/linux/commit/b80dc51b72e29318e02baace1e3c4cfe6e772904) I'm back to 5.10 behavior ``` --- 22.03-2.txt +++ master4-revert3.txt @@ -9,10 +9,10 @@ 05 Port control 1 0000 0000 0000...
Updated mv88e6xxx_dump with fixes for `--vtu` and `--global2`: https://github.com/openwrt/packages/pull/20648 / https://github.com/openwrt/packages/pull/20649
And sent an email to netdev: https://lore.kernel.org/netdev/[email protected]/T/#u
@nbd168 reverting https://github.com/openwrt/openwrt/blob/master/target/linux/generic/hack-5.15/600-bridge_offload.patch fixes the untagging issue for me Running `tcpdump -Q out -evnnli eth1` With bridge offload ``` 11:22:33:44:55:66 > 77:88:99:aa:bb:cc, Marvell EDSA ethertype 0xdada (Unknown), rsvd 0 0,...
Many applications do not raise the soft limit automatically because it was never the responsibility of the application. `1024` was not the default for 8 years in cri-o and 6...
@polarathene you are answering without taking into account my answer at https://github.com/containerd/containerd/pull/8924#issuecomment-1903629621 I've seen your link and I'm not convinced, after 6 years the world hasn't burned down when soft...