Merge branch 'Two fixes for cpu-map'
authorMartin KaFai Lau <martin.lau@kernel.org>
Mon, 31 Jul 2023 22:37:13 +0000 (15:37 -0700)
committerMartin KaFai Lau <martin.lau@kernel.org>
Mon, 31 Jul 2023 22:45:38 +0000 (15:45 -0700)
commit4c9fbff54297471d4e2bbfe9c27e80067c722eae
tree76780937fc334e910ac72965701acc5ee3f0682a
parentbcc29b7f5af6797702c2306a7aacb831fc5ce9cb
parent7c62b75cd1a792e14b037fa4f61f9b18914e7de1
Merge branch 'Two fixes for cpu-map'

Hou Tao says:

====================

The patchset fixes two reported warning in cpu-map when running
xdp_redirect_cpu and some RT threads concurrently. Patch #1 fixes
the warning in __cpu_map_ring_cleanup() when kthread is stopped
prematurely. Patch #2 fixes the warning in __xdp_return() when
there are pending skbs in ptr_ring.

Please see individual patches for more details. And comments are always
welcome.

====================

Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>