* [PATCH net-next v1] doc/netlink: Add delete operation to ovs_vport spec
@ 2023-08-24 14:22 Donald Hunter
2023-08-26 2:00 ` patchwork-bot+netdevbpf
0 siblings, 1 reply; 2+ messages in thread
From: Donald Hunter @ 2023-08-24 14:22 UTC (permalink / raw)
To: netdev, Jakub Kicinski, David S. Miller, Eric Dumazet,
Paolo Abeni
Cc: donald.hunter, Donald Hunter
Add del operation to the spec to help with testing.
Signed-off-by: Donald Hunter <donald.hunter@gmail.com>
---
Documentation/netlink/specs/ovs_vport.yaml | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/Documentation/netlink/specs/ovs_vport.yaml b/Documentation/netlink/specs/ovs_vport.yaml
index ef298b001445..f65ce62cd60d 100644
--- a/Documentation/netlink/specs/ovs_vport.yaml
+++ b/Documentation/netlink/specs/ovs_vport.yaml
@@ -138,10 +138,21 @@ operations:
- dp-ifindex
- ifindex
- options
+ -
+ name: del
+ doc: Delete existing OVS vport from a data path
+ attribute-set: vport
+ fixed-header: ovs-header
+ do:
+ request:
+ attributes:
+ - dp-ifindex
+ - port-no
+ - type
+ - name
-
name: get
doc: Get / dump OVS vport configuration and state
- value: 3
attribute-set: vport
fixed-header: ovs-header
do: &vport-get-op
--
2.41.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH net-next v1] doc/netlink: Add delete operation to ovs_vport spec
2023-08-24 14:22 [PATCH net-next v1] doc/netlink: Add delete operation to ovs_vport spec Donald Hunter
@ 2023-08-26 2:00 ` patchwork-bot+netdevbpf
0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-08-26 2:00 UTC (permalink / raw)
To: Donald Hunter; +Cc: netdev, kuba, davem, edumazet, pabeni, donald.hunter
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Thu, 24 Aug 2023 15:22:21 +0100 you wrote:
> Add del operation to the spec to help with testing.
>
> Signed-off-by: Donald Hunter <donald.hunter@gmail.com>
> ---
> Documentation/netlink/specs/ovs_vport.yaml | 13 ++++++++++++-
> 1 file changed, 12 insertions(+), 1 deletion(-)
Here is the summary with links:
- [net-next,v1] doc/netlink: Add delete operation to ovs_vport spec
https://git.kernel.org/netdev/net-next/c/52d08fda3516
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-08-26 2:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-24 14:22 [PATCH net-next v1] doc/netlink: Add delete operation to ovs_vport spec Donald Hunter
2023-08-26 2:00 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).