File tree Expand file tree Collapse file tree 8 files changed +9
-13
lines changed
Documentation/netlink/specs Expand file tree Collapse file tree 8 files changed +9
-13
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ definitions:
20
20
name : user-features
21
21
type : flags
22
22
name-prefix : ovs-dp-f-
23
+ enum-name :
23
24
entries :
24
25
-
25
26
name : unaligned
@@ -142,7 +143,6 @@ operations:
142
143
do :
143
144
request :
144
145
attributes :
145
- - dp-ifindex
146
146
- name
147
147
- upcall-pid
148
148
- user-features
@@ -154,7 +154,6 @@ operations:
154
154
do :
155
155
request :
156
156
attributes :
157
- - dp-ifindex
158
157
- name
159
158
160
159
mcast-groups :
Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ definitions:
124
124
-
125
125
name : ovs-frag-type
126
126
name-prefix : ovs-frag-type-
127
+ enum-name : ovs-frag-type
127
128
type : enum
128
129
entries :
129
130
-
@@ -269,6 +270,7 @@ definitions:
269
270
-
270
271
name : ovs-ufid-flags
271
272
name-prefix : ovs-ufid-f-
273
+ enum-name :
272
274
type : flags
273
275
entries :
274
276
- omit-key
@@ -288,6 +290,7 @@ definitions:
288
290
doc : Basis used for computing hash.
289
291
-
290
292
name : ovs-hash-alg
293
+ enum-name : ovs-hash-alg
291
294
type : enum
292
295
doc : |
293
296
Data path hash algorithm for computing Datapath hash. The algorithm type only specifies
@@ -339,6 +342,7 @@ definitions:
339
342
MPLS tunnel attributes.
340
343
-
341
344
name : ct-state-flags
345
+ enum-name :
342
346
type : flags
343
347
name-prefix : ovs-cs-f-
344
348
entries :
@@ -947,13 +951,11 @@ operations:
947
951
do : &flow-get-op
948
952
request :
949
953
attributes :
950
- - dp-ifindex
951
954
- key
952
955
- ufid
953
956
- ufid-flags
954
957
reply :
955
958
attributes :
956
- - dp-ifindex
957
959
- key
958
960
- ufid
959
961
- mask
@@ -968,7 +970,6 @@ operations:
968
970
do :
969
971
request :
970
972
attributes :
971
- - dp-ifindex
972
973
- key
973
974
- ufid
974
975
- mask
Original file line number Diff line number Diff line change @@ -135,7 +135,6 @@ operations:
135
135
- name
136
136
- type
137
137
- upcall-pid
138
- - dp-ifindex
139
138
- ifindex
140
139
- options
141
140
-
@@ -146,7 +145,6 @@ operations:
146
145
do :
147
146
request :
148
147
attributes :
149
- - dp-ifindex
150
148
- port-no
151
149
- type
152
150
- name
@@ -158,11 +156,9 @@ operations:
158
156
do : &vport-get-op
159
157
request :
160
158
attributes :
161
- - dp-ifindex
162
159
- name
163
160
reply : &dev-all
164
161
attributes :
165
- - dp-ifindex
166
162
- port-no
167
163
- type
168
164
- name
Original file line number Diff line number Diff line change @@ -15099,7 +15099,7 @@ W: https://github.com/multipath-tcp/mptcp_net-next/wiki
15099
15099
B: https://github.com/multipath-tcp/mptcp_net-next/issues
15100
15100
T: git https://github.com/multipath-tcp/mptcp_net-next.git export-net
15101
15101
T: git https://github.com/multipath-tcp/mptcp_net-next.git export
15102
- F: Documentation/netlink/specs/mptcp .yaml
15102
+ F: Documentation/netlink/specs/mptcp_pm .yaml
15103
15103
F: Documentation/networking/mptcp-sysctl.rst
15104
15104
F: include/net/mptcp.h
15105
15105
F: include/trace/events/mptcp.h
Original file line number Diff line number Diff line change 1
1
/* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */
2
2
/* Do not edit directly, auto-generated from: */
3
- /* Documentation/netlink/specs/mptcp .yaml */
3
+ /* Documentation/netlink/specs/mptcp_pm .yaml */
4
4
/* YNL-GEN uapi header */
5
5
6
6
#ifndef _UAPI_LINUX_MPTCP_PM_H
Original file line number Diff line number Diff line change 1
1
// SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)
2
2
/* Do not edit directly, auto-generated from: */
3
- /* Documentation/netlink/specs/mptcp .yaml */
3
+ /* Documentation/netlink/specs/mptcp_pm .yaml */
4
4
/* YNL-GEN kernel source */
5
5
6
6
#include <net/netlink.h>
Original file line number Diff line number Diff line change 1
1
/* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */
2
2
/* Do not edit directly, auto-generated from: */
3
- /* Documentation/netlink/specs/mptcp .yaml */
3
+ /* Documentation/netlink/specs/mptcp_pm .yaml */
4
4
/* YNL-GEN kernel header */
5
5
6
6
#ifndef _LINUX_MPTCP_PM_GEN_H
You can’t perform that action at this time.
0 commit comments