Description of problem: net/packet: tpacket_rcv: multiple writers access the same slot beacause a slow writer is still copying Version-Release number of selected component (if applicable): devel-4.19 How reproducible: Easy to reproduce by running multiple netperf or similar TCP_STREAM flows concurrently with `tcpdump -B 129 -n greater 60000` Steps to Reproduce: 1.running multiple netperf or similar TCP_STREAM 2.tcpdump -B 129 -n greater 60000 Actual results: some packet show in wrong order Expected results: packet in correct order Additional info:
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/2000