Etienne Champetier

Results 81 comments of Etienne Champetier

An easy rule would be kernel >= 4.19 or kernel = 4.18.0 (EL 8.x)

One of the painful part is that ubuntu (18.04) has different kernel versions in the cloud than in normal images. Cleanest way to fix this is to use today failing...

Just tried with `SOURCE_DATE_EPOCH=1` and rpm-ostree version 2022.2, still same issue ``` # ostree log --repo build/ostree/repo ateme/8/x86_64/base commit 247548edc22943d32243624f6cf4e5ab8d7e3f04b034b66e2b1e2faa1fbb1080 Parent: aa2c4600c651f1abfa1b73de53293c0d7f96c39c1c0d1ff935fb26663c910a83 ContentChecksum: ce5e83386a23415e6cb1a3a905bcf9b572121e5c4508f1add3543f50a142198c Date: 1970-01-01 00:00:01 +0000 Version: 2022-03-12.1...

@jlebon any news ? it's not a blocker but definitely nice to have

I'm only using smoltcp for a POC, so being able to configure ChecksumCapabilities is good enough me. No interface will return 100% packets with `TP_STATUS_CSUMNOTREADY` I think, anything routed from...

good idea, that would make smoltcp just work even if not optimal for performance

Seems interesting, I hope once stable enough this get merged into k8s

Thinking about the route based solution, for the gratuitous case, we should only advertise on interfaces that can reach this ip. ``` default via 10.11.12.1 dev eth0 proto static metric...

@johananl given the man power of the project I would recommend you just do the modification and open a PR ;)