]> git.proxmox.com Git - mirror_ovs.git/commit
dpif-netdev: Update comment about flow installation race.
authorIlya Maximets <i.maximets@samsung.com>
Wed, 17 Apr 2019 08:43:56 +0000 (11:43 +0300)
committerIan Stokes <ian.stokes@intel.com>
Thu, 18 Apr 2019 07:51:46 +0000 (08:51 +0100)
commitaf741ca3466f6095ce8e4f6ff278d50a25ba7022
tree12581708c9a23b81801e7640b11dc7a462ffe9e1
parentb137383e86ac4f936a330483651947e3fb031b14
dpif-netdev: Update comment about flow installation race.

Userspace datapath uses per-PMD flow tables/classifiers for a long
time. However, it was decided to keep this race window to not block
revalidators. Comment should be updated to reflect the current state.

Fixes: 1c1e46ed8457 ("dpif-netdev: Add per-pmd flow-table/classifier.")
Signed-off-by: Ilya Maximets <i.maximets@samsung.com>
Reviewed-by: Greg Rose <gvrose8192@gmail.com>
Signed-off-by: Ian Stokes <ian.stokes@intel.com>
lib/dpif-netdev.c