search for: softint

Displaying 6 results from an estimated 6 matches for "softint".

Did you mean: softins
2006 Oct 31
0
6427444 add ::softint support for x64
Author: anish Repository: /hg/zfs-crypto/gate Revision: dd242801250e0f77ff81a2cde19ac40dec0d88af Log message: 6427444 add ::softint support for x64 Files: update: usr/src/cmd/mdb/common/mdb/mdb_ks.h update: usr/src/cmd/mdb/common/modules/mdb_ks/mdb_ks.c update: usr/src/cmd/mdb/i86pc/modules/pcplusmp/apic.c update: usr/src/cmd/mdb/i86pc/modules/uppc/intr_common.c update: usr/src/cmd/mdb/i86pc/modules/uppc/intr_common.h up...
2017 Apr 07
2
[PATCH net-next 3/3] virtio-net: clean tx descriptors from rx napi
...I suspect that even with the cache invalidations this optimization will be an improvement over handling all tx interrupts in the tx napi handler. I will get the datapoint for that. That said, we can make this conditional. What flag exactly do you propose? Compare raw_smp_processor_id() in the rx softint with one previously stored in the napi tx callback?
2017 Apr 07
2
[PATCH net-next 3/3] virtio-net: clean tx descriptors from rx napi
...I suspect that even with the cache invalidations this optimization will be an improvement over handling all tx interrupts in the tx napi handler. I will get the datapoint for that. That said, we can make this conditional. What flag exactly do you propose? Compare raw_smp_processor_id() in the rx softint with one previously stored in the napi tx callback?
2017 Apr 07
0
[PATCH net-next 3/3] virtio-net: clean tx descriptors from rx napi
...h the cache invalidations this optimization > will be an improvement over handling all tx interrupts in the tx napi > handler. I will get the datapoint for that. > > That said, we can make this conditional. What flag exactly do you > propose? Compare raw_smp_processor_id() in the rx softint with one > previously stored in the napi tx callback? I'm not sure. Another idea is to check vi->affinity_hint_set. If set we know rq and sq are on the same CPU. -- MST
2017 Apr 03
2
[PATCH net-next 3/3] virtio-net: clean tx descriptors from rx napi
On Sun, Apr 2, 2017 at 10:47 PM, Michael S. Tsirkin <mst at redhat.com> wrote: > On Sun, Apr 02, 2017 at 04:10:12PM -0400, Willem de Bruijn wrote: >> From: Willem de Bruijn <willemb at google.com> >> >> Amortize the cost of virtual interrupts by doing both rx and tx work >> on reception of a receive interrupt if tx napi is enabled. With >>
2017 Apr 03
2
[PATCH net-next 3/3] virtio-net: clean tx descriptors from rx napi
On Sun, Apr 2, 2017 at 10:47 PM, Michael S. Tsirkin <mst at redhat.com> wrote: > On Sun, Apr 02, 2017 at 04:10:12PM -0400, Willem de Bruijn wrote: >> From: Willem de Bruijn <willemb at google.com> >> >> Amortize the cost of virtual interrupts by doing both rx and tx work >> on reception of a receive interrupt if tx napi is enabled. With >>