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

2021-03-23 Thread Thomas Monjalon
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

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

2021-03-17 Thread 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 size