Re: [dpdk-dev] Eventdev DSW correctness and pathologies

2018-12-19 Thread Mattias Rönnblom
On 2018-12-19 19:53, Venky Venkatesh wrote: Couple of questions on DSW scheduling: 1. how was the correctness of the scheduling verified -- specifically the fact that ATOMIC is not scheduled simultaneously to 2 cores? I can think of feeding the same flowid on all cores and see where the va

[dpdk-dev] Eventdev DSW correctness and pathologies

2018-12-19 Thread Venky Venkatesh
Couple of questions on DSW scheduling: 1. how was the correctness of the scheduling verified -- specifically the fact that ATOMIC is not scheduled simultaneously to 2 cores? I can think of feeding the same flowid on all cores and see where the various cores are busy. Any other test cases tha