[dpdk-dev] [PATCH] tools: fix active interface detection in dpdk-devbind.py

2017-01-09 Thread Yoni Gilad
the --force option, causing loss of network connection. The reset was caused by the call to devices[d].update in get_crypto_details. This patch prevents the update on non-crypto devices. Fixes: cb4a1d1 ("tools: bind crypto devices") CC: sta...@dpdk.org Signed-off-by: Yoni Gilad

[dpdk-dev] [PATCH v2] tools: fix active interface detection in dpdk-devbind.py

2017-01-10 Thread Yoni Gilad
the --force option, causing loss of network connection. The reset was caused by the call to devices[d].update in get_crypto_details. This patch prevents the update on non-crypto devices. Fixes: cb4a1d14bf3e ("tools: bind crypto devices") CC: sta...@dpdk.org Signed-off-by: Yoni Gil

[dpdk-dev] virtio: crash when using multiple processes (16.04 regression)

2016-05-19 Thread Yoni Gilad
h can also be different in the secondary process. Regards, Yoni Gilad