Re: [PATCH bpf-next v3 10/16] selftests: xsk: validate tx stats on tx thread
From: Alexei Starovoitov <hidden>
Date: 2021-08-25 17:33:41
Also in:
netdev
From: Alexei Starovoitov <hidden>
Date: 2021-08-25 17:33:41
Also in:
netdev
On Wed, Aug 25, 2021 at 11:37:16AM +0200, Magnus Karlsson wrote:
From: Magnus Karlsson <magnus.karlsson@intel.com> Validate the tx stats on the Tx thread instead of the Rx tread. Depending on your settings, you might not be allowed to query
thread.
the statistics of a socket you do not own, so better to do this on the correct thread to start with. Signed-off-by: Magnus Karlsson <magnus.karlsson@intel.com>
Overall the set looks good to me. I'd like to see an Ack from Maciej, since he reviewed v2.