Re: crawling network with ix driver when routing trafic

2024-03-04 Thread Pierre Peyronnel
To be thorough, on the matter of interrupts, I get less than 1%, about 2000 intr (and cs) with vmstat -w 3 the solution lies below though On Mon, 4 Mar 2024 at 07:21, Jan Klemkow wrote: > > try to disable LRO on ix0: > ifconfig -tcplro ix0 > That was it !! ifconfig ix0 -tcplro Thanks ! I did

Re: qwx0 / QCNFA765 Does 802.11g Only

2024-03-04 Thread Stefan Sperling
On Sun, Mar 03, 2024 at 05:02:13PM +0100, Omar Polo wrote: > Hello, > > On 2024/03/03 15:07:34 +0100, 20 100 wrote: > > Hello Stefan, > > > > First of all many thanks for your work around qwx. > > > > Here after some observations on my T14s regarding qwx. > > > > My OpnBSD current setup is

Re: crawling network with ix driver when routing trafic

2024-03-04 Thread Claudio Jeker
On Sun, Mar 03, 2024 at 09:38:22PM +0100, Pierre Peyronnel wrote: > Hey misc, > > Note : I posted on this topic in r/openbsd and before I open a bug, I > thought I'd ask you. > > My OBSD router has a Realtek (onboard) and an intel (X540 pcie) network > card, and in one particular situation I get

Re: crawling network with ix driver when routing trafic

2024-03-04 Thread Claudio Jeker
On Mon, Mar 04, 2024 at 11:07:37AM +1100, Aaron Mason wrote: > Hi! > > It's my understanding that the Realtek network adapters are pretty > craptacular under load since they basically defer to the OS for > everything, raising an interrupt each time. Try the fourth test again > while running top

nodejs/node package seems broken on openbsd 7.4 on amd64

2024-03-04 Thread Sandeep Gupta
As best i can see, node (node-18.18) is broken and cannot be used at all. No matter the package config "npm install" results in same error: ``` npm install npm ERR! code 1 npm ERR! path /home/kabiraatmonallabs/Garage/my-skeleton-app/node_modules/esbuild npm ERR! command failed npm ERR! command sh

Re: nodejs/node package seems broken on openbsd 7.4 on amd64

2024-03-04 Thread Jose Maldonado
El Tue, 5 Mar 2024 10:12:31 +0530 Sandeep Gupta escribió: > As best i can see, node (node-18.18) is broken and cannot be used at > all. No matter the package config "npm install" results in same error: > ``` > npm install > npm ERR! code 1 > npm ERR! path >

Re: crawling network with ix driver when routing trafic

2024-03-04 Thread Stuart Henderson
On 2024-03-04, Pierre Peyronnel wrote: > On Mon, 4 Mar 2024 at 11:24, Claudio Jeker wrote: > >> >> Try to disable LRO on the ix(4) card: >> ifconfig ix0 -tcplro >> >> Also could you try -current (with and without tcplro). >> > > One sysupgrade -s later (see below), I can confirm that I

Re: crawling network with ix driver when routing trafic

2024-03-04 Thread Pierre Peyronnel
On Mon, 4 Mar 2024 at 11:24, Claudio Jeker wrote: > > Try to disable LRO on the ix(4) card: > ifconfig ix0 -tcplro > > Also could you try -current (with and without tcplro). > One sysupgrade -s later (see below), I can confirm that I have the same behaviour - slow with LRO - fast