Re: delete ligature support for Arabic "la" from the less(1) command line

2019-09-09 Thread Ali Farzanrad
Hi Ingo, Thanks for your effort in unicode support. I hope my feedback as a native Persian would be helpful. Ingo Schwarze wrote: > If i understand correctly, xterm(1) does indeed have that problem. > I prepared a test file that contains, in this order, > > - some Latin characters > - the Ar

Re: call if_input only once per Rx interrupt from net80211

2019-09-09 Thread Martin Pieuchot
On 09/09/19(Mon) 16:37, Stefan Sperling wrote: > On Mon, Sep 09, 2019 at 03:10:04PM +0200, Stefan Sperling wrote: > > The wifi stack currently calls if_input once per packet instead of once > > per interrupt. To make the wifi layer play nicely with the network stack > > we can split ieee80211_input

Re: call if_input only once per Rx interrupt from net80211

2019-09-09 Thread Matthias Schmidt
Hi Stefan, * Stefan Sperling wrote: > On Mon, Sep 09, 2019 at 03:10:04PM +0200, Stefan Sperling wrote: > > The wifi stack currently calls if_input once per packet instead of once > > per interrupt. To make the wifi layer play nicely with the network stack > > we can split ieee80211_input() into tw

Re: extent_free fixes

2019-09-09 Thread Mark Kettenis
> Date: Mon, 9 Sep 2019 13:29:32 +0200 > From: Alexander Bluhm > > On Sat, Sep 07, 2019 at 04:07:22PM +0200, Mark Kettenis wrote: > > The diff below should fix one of the issues uncovered by the > > acpipci(4) changes that I just backed out. > > > > On some systems, ACPI specifies overlapping reg

Re: call if_input only once per Rx interrupt from net80211

2019-09-09 Thread Björn Ketelaars
On Mon 09/09/2019 16:37, Stefan Sperling wrote: > On Mon, Sep 09, 2019 at 03:10:04PM +0200, Stefan Sperling wrote: > > The wifi stack currently calls if_input once per packet instead of once > > per interrupt. To make the wifi layer play nicely with the network stack > > we can split ieee80211_inpu

Re: call if_input only once per Rx interrupt from net80211

2019-09-09 Thread Florian Obser
this seems to work fine on iwm0 at pci2 dev 0 function 0 "Intel Dual Band Wireless AC 7260" rev 0x83, msi download is considerably less wobbly, upload also benefits a bit(?): before: [florian@x1:~]$ tcpbench -t 10 192.168.178.73 elapsed_ms bytes mbps bwidth 1001

Re: call if_input only once per Rx interrupt from net80211

2019-09-09 Thread Stefan Sperling
On Mon, Sep 09, 2019 at 03:10:04PM +0200, Stefan Sperling wrote: > The wifi stack currently calls if_input once per packet instead of once > per interrupt. To make the wifi layer play nicely with the network stack > we can split ieee80211_input() into two parts: Updated diff which avoids purging t

call if_input only once per Rx interrupt from net80211

2019-09-09 Thread Stefan Sperling
robert@ noticed that iwm(4) Rx throughput increased after running: sysctl net.link.ifrxq.pressure_drop=32 The default value for this sysctl is 8. dlg@ explained the problem to me: [[[ the pressure stuff counts the number of times ifiq_input (which is called from if_input) gets called befor

Re: extent_free fixes

2019-09-09 Thread Alexander Bluhm
On Sat, Sep 07, 2019 at 04:07:22PM +0200, Mark Kettenis wrote: > The diff below should fix one of the issues uncovered by the > acpipci(4) changes that I just backed out. > > On some systems, ACPI specifies overlapping regions of address space > that gets forwarded to the PCI bus. Since we use ext

adjtime and negative delta

2019-09-09 Thread detha
In trying to figure out why since upgrading to 6.5 ports/ntp was spamming the logs with "adj_systime: Invalid argument" every 20 seconds on some machines, I found this happened when it was calling adjtime(2) with a small negative value in tv_usec. The man page talks about negative deltas, but

Re: snmp(1): Add SNMPv3/USM support [0/5]

2019-09-09 Thread Martijn van Duren
I would like to move forward with this. Is anyone willing to look at this? On 9/2/19 9:06 AM, Martijn van Duren wrote: > Hello tech@, > > I've worked hard to get SNMPv3 support for snmp(1). Here's the end > result. This mail contains the full diff for people just wanting to > test, the follow up