tls: strp: rename and multithread the workqueue
authorJakub Kicinski <kuba@kernel.org>
Wed, 27 Jul 2022 03:15:23 +0000 (20:15 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 29 Jul 2022 04:49:59 +0000 (21:49 -0700)
commitd11ef9cc5a6792c8508cb00308b604836f9a9053
tree9bec7ff4e494db67b40532b41dc4ed877ba1352b
parent70f03fc2fc142d8c18e891dfa55ae8c5579f1e82
tls: strp: rename and multithread the workqueue

Paolo points out that there seems to be no strong reason strparser
users a single threaded workqueue. Perhaps there were some performance
or pinning considerations? Since we don't know (and it's the slow path)
let's default to the most natural, multi-threaded choice.

Also rename the workqueue to "tls-".

Suggested-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/tls/tls_strp.c