From: Soheil Hassas Yeganeh
Date: Wed, 3 Jan 2018 21:47:11 -0500
> From: Soheil Hassas Yeganeh
>
> On multi-threaded processes, one common architecture is to have
> one (or a small number of) threads polling sockets, and a
> considerably larger pool of threads reading form and writing to the
>
From: Soheil Hassas Yeganeh
On multi-threaded processes, one common architecture is to have
one (or a small number of) threads polling sockets, and a
considerably larger pool of threads reading form and writing to the
sockets. When we set RPS core on tcp_poll() or udp_poll() we essentially
steer