pipeline: fix table entry read
authorCristian Dumitrescu <cristian.dumitrescu@intel.com>
Mon, 5 Jul 2021 22:56:50 +0000 (23:56 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 9 Jul 2021 20:52:19 +0000 (22:52 +0200)
commita57d92d73d784dd60f036842069ce1034a2ffe5d
treec555394e198ce77a36a78fcf5ffa7337575280b4
parent3fc2ddffde95478b65d8b58df5210293e63c00ee
pipeline: fix table entry read

The rte_swx_pipeline_table_entry_read() function is used to read from
a character string a table entry that is to be added to the table,
deleted from the table or set as the default entry of the table.
Addition needs both the match and the part of the entry, deletion
ignores the action part, while the default set ignores the match part,
hence the need to make both the match and the action part optional.
The logic for skipping the match or the action part was broken, hence
the current fix.

Fixes: b32c0a2c5e4c ("pipeline: add SWX table update high level API")
Cc: stable@dpdk.org
Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
Signed-off-by: Venkata Suresh Kumar P <venkata.suresh.kumar.p@intel.com>
Signed-off-by: Churchill Khangar <churchill.khangar@intel.com>
lib/pipeline/rte_swx_ctl.c