diff options
author | Steven Luong <sluong@cisco.com> | 2021-03-01 15:42:00 -0800 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2021-03-03 05:25:03 +0000 |
commit | c3ba58cd14d6bf1cc0cd4a5e6c439613c1ec3425 (patch) | |
tree | 23e6e6c0821057e036238ea29e243c41e39b0506 /LICENSE | |
parent | a6406b962316a02e526899f743c6677943be18f2 (diff) |
dhcp: calls to vnet_feature_enable_disable needs to be protected
dhcp is makeing calls to vnet_feature_enable_disable without barrier sync
protection. This can cause data contention with the worker threads. Wrap
all calls to vnet_feature_enable_disable with barrier sync and barrier
release.
Type: fix
Signed-off-by: Steven Luong <sluong@cisco.com>
Change-Id: I74545b074599273429f47e3e726551156bc11bbc
Diffstat (limited to 'LICENSE')
0 files changed, 0 insertions, 0 deletions