]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
cxgbei: Replace worker thread pools with per-connection kthreads.
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 8 Feb 2022 00:20:40 +0000 (16:20 -0800)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 8 Feb 2022 00:20:40 +0000 (16:20 -0800)
commit511b83b167b02608a1f857fa2e0cc5fb3218e09d
treeddb441e354e8ee68ec001f046f956cea28e0f658
parentfd8f61d6e970fa443d393d330ae70c54c9a523a4
cxgbei: Replace worker thread pools with per-connection kthreads.

Having a single pool of worker threads adds extra complexity and
overhead.  The software backend also uses per-connection kthreads.

Sponsored by: Chelsio Communications
sys/dev/cxgbe/cxgbei/cxgbei.c
sys/dev/cxgbe/cxgbei/cxgbei.h
sys/dev/cxgbe/cxgbei/icl_cxgbei.c