17/03/2021 12:42, Cristian Dumitrescu:
> The table layer provisions an action_id and action_data_size data
> bytes for each table key. This action_data_size is a maximal amount,
> as some actions (depending on action_id) can require zero or less data
> bytes than the maximal action_data_size. This fix allows for actions
> with different data sizes to co-exist within the same table.
>
> Fixes: d0a00966618b ("table: add exact match SWX table")
> Cc: [email protected]
>
> Signed-off-by: Churchill Khangar <[email protected]>
> Signed-off-by: Cristian Dumitrescu <[email protected]>
> Acked-by: Cristian Dumitrescu <[email protected]>
Applied, thanks