pipeline: support non-incremental table updates
authorCristian Dumitrescu <cristian.dumitrescu@intel.com>
Tue, 16 Feb 2021 20:46:44 +0000 (20:46 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 23 Mar 2021 17:45:44 +0000 (18:45 +0100)
commit924d3ba019b763e65f4fe0dd83a57553481e3079
tree9687292610108179c485dbf6e4629055017dc07a
parentcff9a7178e11fba448ed6b2d27cd30c733577396
pipeline: support non-incremental table updates

Some table types (e.g. exact match/hash) allow for incremental table
updates, while others (e.g. wildcard match/ACL) do not. The former is
already supported, the latter is enabled by this patch.

Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
lib/librte_pipeline/rte_swx_ctl.c