Looking for feedback on change to iflib and transmit queuing

2022-07-29 Thread Eric Joyner
Hi, I have a Phabricator review here that I was hoping to get some feedback on: https://reviews.freebsd.org/D34742 In short, there's already some functionality in current and 13.1-RELEASE that allows a driver to pick a TX queue for a packet, but this extends that support to have iflib do some limi

Re: iwlwifi fails to load @b07a48d4f3a1

2022-07-29 Thread Nuno Teixeira
Correction, it include old dmesg messages: link_elf_obj: symbol linuxkpi_cfg80211_bss_flush undefined linker_load_file: /boot/kernel/if_iwlwifi.ko - unsupported file type Cheers Nuno Teixeira escreveu no dia sexta, 29/07/2022 à(s) 21:36: > > > -- Forwarded message - > De: Nuno

iwlwifi fails to load @b07a48d4f3a1

2022-07-29 Thread Nuno Teixeira
Hello, current b07a48d4f3a1: --- link_elf_obj: symbol linuxkpi_cfg80211_bss_flush undefined linker_load_file: /boot/kernel/if_iwlwifi.ko - unsupported file type iwlwifi0: mem 0xb4498000-0xb449bfff at device 20.3 on pci0 iwlwifi0: could not load firmware image 'iwlwifi-QuZ-a0-hr-b0-72.ucode' iwlw

Re: Proposal: remove /usr/bin/minigzip

2022-07-29 Thread Ed Maste
On Fri, 29 Jul 2022 at 03:52, Xin Li wrote: > But for applications that really want to have smaller footprint, bzip2 > might be a better alternative -- the binary is bigger than minigzip, but > library was smaller than zlib so the total size is actually a little bit > smaller: ... For application

build failure WITH_ASAN

2022-07-29 Thread Chuck Tuffli
make buildworld -DWITH_UBSAN -DWITH_ASAN is failing for me with the error: building shared library libc.so.7 ld: error: cannot open /usr/home/ctuffli/dev/freebsd/obj/usr/home/ctuffli/dev/freebsd/src.git/amd64.amd64/tmp/usr/lib/clang/14.0.5/lib/freebsd/libclang_rt.asan_static-x86_64.a: No such file

Re: Proposal: remove /usr/bin/minigzip

2022-07-29 Thread Xin Li
On 7/28/22 23:24, Eugene Grosbein wrote: 29.07.2022 13:12, Xin Li пишет: Hi, I'd like to remove /usr/bin/minigzip , a patch is available at: https://reviews.freebsd.org/D35979 The minigzip is originally an example application shipped with zlib to demonstrate how to use it to implemen