Is your feature request related to a problem? Please describe.
In CPU intensive scenarios, Netpoll performs a little worse than go native net:
CPU usage of RPC servers:

NetPoll:

Go Native Net:

netpoll-benchmark sources used to benchmark
The commit to cpu-intensive-fy the benchmark
Describe the solution you'd like
Maybe we need some optimizations for NetPoll when it is running in CPU-intensive scenarios?
Describe alternatives you've considered
No idea.
Is your feature request related to a problem? Please describe.
In CPU intensive scenarios, Netpoll performs a little worse than go native net:
CPU usage of RPC servers:
NetPoll:
Go Native Net:
netpoll-benchmark sources used to benchmark
The commit to cpu-intensive-fy the benchmark
Describe the solution you'd like
Maybe we need some optimizations for NetPoll when it is running in CPU-intensive scenarios?
Describe alternatives you've considered
No idea.