On 9/6/2016 3:14 PM, Ferruh Yigit wrote:
> On 9/6/2016 12:25 PM, Vladyslav Buslov wrote:
>> Allow binding KNI thread to specific core in single threaded mode
>> by setting core_id and force_bind config parameters.
> 
> Thanks, patch does exactly what we talked, and as I tested it works fine.
> 
> 1) There are a few comments, can you please find them inline.
> 
> 2) Would you mind adding some document related this new feature?
> Document path is: doc/guides/prog_guide/kernel_nic_interface.rst
> 
>>
>> Signed-off-by: Vladyslav Buslov <vladyslav.buslov at harmonicinc.com>
>> ---

...
         */
>> -    if (multiple_kthread_on && dev_info.force_bind &&
>> +    if (dev_info.force_bind &&
>>                              !cpu_online(dev_info.core_id)) {

minor thing, these two lines can join into single line ..

Reply via email to