plugins: odp: Fix minor bugs 70/10370/2
authorMichal Mazur <mkm@semihalf.com>
Wed, 31 Jan 2018 21:01:33 +0000 (22:01 +0100)
committerMichal Mazur <mkm@semihalf.com>
Thu, 1 Feb 2018 14:42:54 +0000 (15:42 +0100)
commit130c8f744801d71982e30993b884c76d9d97d309
tree19bbeb56e1a45c87b6aa710786c1951d1da8122c
parentf4ee2e1317bcd182e513b0547aacb387c4feb256
plugins: odp: Fix minor bugs

1) Remove function vlib_buffer_set_known_state because
   it is not multi-thread safe.
2) Stop all worker threads before deleting interfaces.
3) Fix style of odp_packet_exit function.
4) Fix infinite loop in odp_config.

Change-Id: I4463b4e416e440ac326ddaac8e46a95d17b202d2
Signed-off-by: Michal Mazur <mkm@semihalf.com>
src/plugins/odp/buffer.c
src/plugins/odp/odp_packet.c