Re: [PATCH] pipeline: fix annotation checks

2022-02-13 Thread Thomas Monjalon
03/12/2021 15:31, Cristian Dumitrescu: > The checks for the table-only and default-only annotations were > incorrect, as they were using the pipeline action ID instead of the > table action ID for retrieving the table action info. These checks are > now corrected and pushed into the internal table_

[PATCH] pipeline: fix annotation checks

2021-12-03 Thread Cristian Dumitrescu
The checks for the table-only and default-only annotations were incorrect, as they were using the pipeline action ID instead of the table action ID for retrieving the table action info. These checks are now corrected and pushed into the internal table_entry_check() function. Fixes: cd79e0205824 ("