Hi dears,
QoS using hqos feature is working with single network interface and single core 
with following config:

######IT WORKS######
dpdk {    
       dev 0000:02:00.0 {
         num-rx-queues 2
         hqos
       }
    }
   
    cpu {
      main-core 0
      corelist-workers  1, 2, 3, 4
      corelist-hqos-threads  5

But when using more than one interface or core then not working:

######NOT WORKING######
dpdk { 
       dev 0000:02:00.0 {
         num-rx-queues 2
         hqos
       }
       dev 0000:06:00.0 {
         num-rx-queues 2
        hqos
      }
    }
   
    cpu {
      main-core 0
      corelist-workers  1, 2, 3, 4
      corelist-hqos-threads  5, 6
    }

Please help to fix or any idea if it is a bug in VPP.
Thanks
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#10776): https://lists.fd.io/g/vpp-dev/message/10776
Mute This Topic: https://lists.fd.io/mt/27120560/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to