-
- Downloads
net: openvswitch: add psample action
Add support for a new action: psample. This action accepts a u32 group id and a variable-length cookie and uses the psample multicast group to make the packet available for observability. The maximum length of the user-defined cookie is set to 16, same as tc_cookie, to discourage using cookies that will not be offloadable. Reviewed-by:Michal Kubiak <michal.kubiak@intel.com> Reviewed-by:
Aaron Conole <aconole@redhat.com> Reviewed-by:
Ilya Maximets <i.maximets@ovn.org> Acked-by:
Eelco Chaudron <echaudro@redhat.com> Signed-off-by:
Adrian Moreno <amorenoz@redhat.com> Link: https://patch.msgid.link/20240704085710.353845-6-amorenoz@redhat.com Signed-off-by:
Jakub Kicinski <kuba@kernel.org>
Showing
- Documentation/netlink/specs/ovs_flow.yaml 17 additions, 0 deletionsDocumentation/netlink/specs/ovs_flow.yaml
- include/uapi/linux/openvswitch.h 28 additions, 0 deletionsinclude/uapi/linux/openvswitch.h
- net/openvswitch/Kconfig 1 addition, 0 deletionsnet/openvswitch/Kconfig
- net/openvswitch/actions.c 48 additions, 0 deletionsnet/openvswitch/actions.c
- net/openvswitch/flow_netlink.c 31 additions, 1 deletionnet/openvswitch/flow_netlink.c
Loading
Please register or sign in to comment