You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vsock: Move iter outside of while loop in process_tx_queue.
the iter() function is used for produce a queue iterator to iterate over the descriptors.
But usually, it shouldn't be in the while loop, which might brings more unnecessary overhead.
So move iter outside of the while loop.
Signed-off-by: Li Zebin <cutelizebin@gmail.com>
0 commit comments