[PATCH mptcp-next v6 1/9] Squash to "mptcp: add struct mptcp_sched_ops"

Geliang Tang posted 9 patches 3 years, 3 months ago
Maintainers: Martin KaFai Lau <kafai@fb.com>, "David S. Miller" <davem@davemloft.net>, Matthieu Baerts <matthieu.baerts@tessares.net>, Daniel Borkmann <daniel@iogearbox.net>, Shuah Khan <shuah@kernel.org>, KP Singh <kpsingh@kernel.org>, Eric Dumazet <edumazet@google.com>, Andrii Nakryiko <andrii@kernel.org>, John Fastabend <john.fastabend@gmail.com>, Jakub Kicinski <kuba@kernel.org>, Alexei Starovoitov <ast@kernel.org>, Yonghong Song <yhs@fb.com>, Paolo Abeni <pabeni@redhat.com>, Song Liu <songliubraving@fb.com>, Mat Martineau <mathew.j.martineau@linux.intel.com>
There is a newer version of this series
[PATCH mptcp-next v6 1/9] Squash to "mptcp: add struct mptcp_sched_ops"
Posted by Geliang Tang 3 years, 3 months ago
Add redundant flag for struct mptcp_sched_ops.

Signed-off-by: Geliang Tang <geliang.tang@suse.com>
---
 include/net/mptcp.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/net/mptcp.h b/include/net/mptcp.h
index 7af7fd48acc7..5f34e32830ad 100644
--- a/include/net/mptcp.h
+++ b/include/net/mptcp.h
@@ -109,6 +109,7 @@ struct mptcp_sched_ops {
 			    struct mptcp_sched_data *data);
 
 	char			name[MPTCP_SCHED_NAME_MAX];
+	bool			redundant;
 	struct module		*owner;
 	struct list_head	list;
 
-- 
2.35.3