Re: [ovs-dev] [PATCH v4] dpif-netdev: proper tx queue id

2015-09-11 Thread Ilya Maximets
Thanks. Fixed. New version here: http://openvswitch.org/pipermail/dev/2015-September/059895.html Best regards, Ilya Maximets. On 10.09.2015 21:03, Daniele Di Proietto wrote: > Sorry for the delay. > > There's still one problem with this patch: > > when a non-DPDK port is added to the datapath,

Re: [ovs-dev] [PATCH v4] dpif-netdev: proper tx queue id

2015-09-10 Thread Daniele Di Proietto
Sorry for the delay. There's still one problem with this patch: when a non-DPDK port is added to the datapath, its txqs are not added to the pmd threads. Can you confirm the issue? Thanks On 10/09/2015 07:52, "Ilya Maximets" wrote: >Ping. > >On 02.09.2015 14:44, Ilya Maximets wrote: >> Curre

Re: [ovs-dev] [PATCH v4] dpif-netdev: proper tx queue id

2015-09-09 Thread Ilya Maximets
Ping. On 02.09.2015 14:44, Ilya Maximets wrote: > Currently tx_qid is equal to pmd->core_id. This leads to unexpected > behavior if pmd-cpu-mask different from '/(0*)(1|3|7)?(f*)/', > e.g. if core_ids are not sequential, or doesn't start from 0, or both. > > Example: > starting 2 pmd thread