diff options
author | Steven <sluong@cisco.com> | 2017-04-11 12:24:47 -0700 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2017-04-11 20:46:52 +0000 |
commit | 67e06070493607ccff463f6a2c812b76c7a43f1c (patch) | |
tree | 9a93fee7f2f4cf89702acba839d66e468acc139f /src/vlibmemory/memory_client.c | |
parent | 7a1bde061a919af42645e3bc09206b98fbfde9d9 (diff) |
Devices: set interface placement does not remove the old interface placement
The command set interface placement is supposed to remove the existing
interface placement and add a new interface placement based on the given
options. My quick test for the CLI shows that the old interface placement
continues to exist. But the new interface placement is also added.
The bug exists in vnet_device_input_unassign_thread which checks
the old thread index is the same as the passed thread index and skips the
deletion if they are the same.
The fix is to remove the check which is not supposed to be there.
Change-Id: Ib055721fad47513949a03b3cb6dc292bd19fd1e8
Signed-off-by: Steven <sluong@cisco.com>
Diffstat (limited to 'src/vlibmemory/memory_client.c')
0 files changed, 0 insertions, 0 deletions