Yaroslav Sadin

Results 18 comments of Yaroslav Sadin

same here, apple macbook m1 chip as well

I'm hitting the same issue, tried something of the above but no luck. Is this planned to be fixed somehow?

Hi @jansel Good news! We have started working on some of the features including enhanced logging, optional parameter and measurement interface generalization. We'll keep in touch and let you know...

+1 for Gitlab self-hosted

Same issue. Using `podman 4.0.2` and `slirp4netns 1.1.12` on AlmaLinux 9.0. Though in my case MTU ~20000 is the stable point. MTU=1500 gives ~1Gbit/s MTU=20000 gives ~9Gbit/s (about the same...

@kolerov here's what I see: ```console [arcoss@087e993d579e crosstool-ng]$ cat defconfig | grep CT_LIBC_NEWLIB_GLOBAL_ATEXIT CT_LIBC_NEWLIB_GLOBAL_ATEXIT=y [arcoss@087e993d579e crosstool-ng]$ cat logs-arc-elf32-win/arc-elf32-win-defconfig | grep CT_LIBC_NEWLIB_GLOBAL_ATEXIT [arcoss@087e993d579e crosstool-ng]$ cat .config | grep CT_LIBC_NEWLIB_GLOBAL_ATEXIT CT_LIBC_NEWLIB_GLOBAL_ATEXIT=y ```...

Using `arc-2023.03` branch (`672f4057ddb4dc678c07b96e99eed2e4e929d6e4`): ```console [arcoss@087e993d579e crosstool-ng]$ cat defconfig | grep CT_LIBC_NEWLIB_GLOBAL_ATEXIT CT_LIBC_NEWLIB_GLOBAL_ATEXIT=y [arcoss@087e993d579e crosstool-ng]$ cat logs-arc-elf32-win/arc-elf32-win-defconfig | grep CT_LIBC_NEWLIB_GLOBAL_ATEXIT CT_LIBC_NEWLIB_GLOBAL_ATEXIT=y [arcoss@087e993d579e crosstool-ng]$ cat .config | grep CT_LIBC_NEWLIB_GLOBAL_ATEXIT CT_LIBC_NEWLIB_GLOBAL_ATEXIT=y ```

@kolerov Here's the commit that causes this: https://github.com/foss-for-synopsys-dwc-arc-processors/crosstool-ng/commit/227d99d7f3115f3a078595a580d2b307dcd23e93. Note that `LIBC_NEWLIB_GLOBAL_ATEXIT` is enabled by default, so that shouldn't be an issue.

@kolerov I guess you used `arc-2023.09` which is not the version which was used to build the release, it's `arc-2023.09-rebased`. Let's see if we want to replace `arc-2023.09-rebased` -> `arc-2023.09`...