Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Squash to "selftests/bpf: Add bpf_burst scheduler"
Fix the bpf selftests build error: progs/mptcp_bpf_burst.c:37:18: error: no member named 'write_seq' in 'struct tcp_sock' return tp ? tp->write_seq == tp->snd_nxt : true; ~~ ^ 1 error generated. make: *** [Makefile:614: tools/testing/selftests/bpf/mptcp_bpf_burst.bpf.o] Error 1 make: *** Waiting for unfinished jobs.... Reported-by: kernel test robot <yujie.liu@intel.com> Closes: https://lore.kernel.org/r/202311180438.KHYloYBe-lkp@intel.com/ Signed-off-by: Geliang Tang <geliang.tang@suse.com> Message-Id: <14a1120c9bc792ead2b926208ce85b5f10cb99fd.1700624540.git.geliang.tang@suse.com>
- Loading branch information