Thanks for the reviews!

On 03/06/2015 23:35, "Ethan Jackson" <[email protected]> wrote:

>Acked-by: Ethan Jackson <[email protected]>
>
>Merged.
>
>Ethan
>
>On Wed, Jun 3, 2015 at 10:45 AM, Flavio Leitner <[email protected]> wrote:
>> On Wed, Jun 03, 2015 at 03:55:16PM +0100, Daniele Di Proietto wrote:
>>> Non pmd threads have a core_id == UINT32_MAX, while queue ids used by
>>> netdevs range from 0 to the number of CPUs.  Therefore core ids cannot
>>> be used directly to select a queue.
>>>
>>> This commit introduces a simple mapping to fix the problem: pmd threads
>>> continue using queues 0 to N (where N is the number of CPUs in the
>>> system), while non pmd threads use queue N+1.
>>>
>>> Fixes: d5c199ea7ff7 ("netdev-dpdk: Properly support non pmd threads.")
>>>
>>> Reported-by: 차은호 <[email protected]
>>> Signed-off-by: Daniele Di Proietto <[email protected]>
>>> Signed-off-by: Mark D. Gray <[email protected]>
>>> ---
>>
>> Changing the mapping helped a lot, thanks!
>> Acked-by: Flavio Leitner <[email protected]>
>>
>>
>>
>> _______________________________________________
>> dev mailing list
>> [email protected]
>> 
>>https://urldefense.proofpoint.com/v2/url?u=http-3A__openvswitch.org_mailm
>>an_listinfo_dev&d=BQIFaQ&c=Sqcl0Ez6M0X8aeM67LKIiDJAXVeAw-YihVMNtXt-uEs&r=
>>SmB5nZacmXNq0gKCC1s_Cw5yUNjxgD4v5kJqZ2uWLlE&m=dfxW1USswQge9ZBxq6WoZVyH0Ab
>>_LL2q30GQNa2thjE&s=Uec9cZHXag8FzGNB0_r4JucEoE2TSzZ_25pzkvbAfmk&e= 

_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to