[dpdk-stable] [dpdk-dev] [PATCH v3] table: fix actions with different data size

Thomas Monjalon thomas at monjalon.net
Tue Mar 23 18:35:36 CET 2021


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: stable at dpdk.org
> 
> Signed-off-by: Churchill Khangar <churchill.khangar at intel.com>
> Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu at intel.com>
> Acked-by: Cristian Dumitrescu <cristian.dumitrescu at intel.com>

Applied, thanks





More information about the stable mailing list