[dpdk-dev] [PATCH] kni: add module parameter 'bind_to_core'

2016-08-28 Thread Vladyslav Buslov
Hi Ferruh, I agree that your solution is more flexible. I'll work on moving single thread creation to kni_ioctl_create next week and get back to you with results. Regards, Vladyslav -Original Message- From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] Sent: Thursday, August 25, 2016 5:

[dpdk-dev] [PATCH] kni: add module parameter 'bind_to_core'

2016-08-25 Thread Ferruh Yigit
Hi Vladyslav, On 8/16/2016 7:24 PM, Vladyslav Buslov wrote: > Allow binding KNI thread to specific core in single threaded mode. I think this is good idea. But I am not sure about making this a module parameter, setting core can be more dynamic. There is already a kni->core_id field, which is on

[dpdk-dev] [PATCH] kni: add module parameter 'bind_to_core'

2016-08-16 Thread Vladyslav Buslov
Allow binding KNI thread to specific core in single threaded mode. Signed-off-by: Vladyslav Buslov --- lib/librte_eal/linuxapp/kni/kni_misc.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/lib/librte_eal/linuxapp/kni/kni_misc.c b/lib/librte_eal/linuxapp/kni/kn