[Bug 272117] bnxt: kernel crash with sysctl and jumbo frames

2023-07-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272117 --- Comment #6 from Alan Somers --- I can't reproduce the crash on 13.2-RELEASE. However, I also can't exercise the NICs very well due to bug #269133 . -- You are receiving this mail because: You are the assignee for the bug.

Re: Chelsio NIC with RSS - Traffic distribution to different Queues

2023-07-03 Thread Josef.Zahner1
Sorry for the spam, I do see the values with sysctl now. It seems that FreeBSD always loads the if_cxgbe.ko from /boot/kernel/if_cxgbe.ko. So what I’ve done is, I renamed the original file and copied the newly compiled if_cxgbe.ko from /boot/module to /boot/kernel. Is there a cleaner way to get

Re: Chelsio NIC with RSS - Traffic distribution to different Queues

2023-07-03 Thread Josef.Zahner1
Again me, I tried to build the chelsio driver (if_cxgbe) on my machine. root@fw-94:/usr/src/sys/modules/cxgbe # make ; make install -> no errors so far and I see the new kernel module in /boot/modules: root@fw-94:/usr/src/sys/modules/cxgbe # ls -alh /boot/modules/ total 4584 drwxr-xr-x 2 root

Re: Chelsio NIC with RSS - Traffic distribution to different Queues

2023-07-03 Thread Josef.Zahner1
Hi Navdeep Nevermind, I found the following command to apply your patch diff: root@fw-94:/sys/dev/cxgbe # patch < /root/chelsio_rss_patch.diff There was an inconsistency with “adapter.h”, your change on line 219 was in my case a few lines further below, so I decided to manually edit those two ch

Re: Chelsio NIC with RSS - Traffic distribution to different Queues

2023-07-03 Thread Josef.Zahner1
Hi Navdeep Sorry if it is a dump question, but your link contains only a diff for your git commit. Where do I find the patch? I’ve executed the requested commands. The netstat command doesn’t show any drops during the flapping. You can see the number of packets goes down somewhere in the middl