Re: [PATCH net-next v8 05/10] net: openvswitch: add psample action

From: Aaron Conole
Date: Tue Jul 02 2024 - 07:47:40 EST


Adrian Moreno <amorenoz@xxxxxxxxxx> writes:

> 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: Ilya Maximets <i.maximets@xxxxxxx>
> Acked-by: Eelco Chaudron <echaudro@xxxxxxxxxx>
> Signed-off-by: Adrian Moreno <amorenoz@xxxxxxxxxx>
> ---

Reviewed-by: Aaron Conole <aconole@xxxxxxxxxx>