Hi,
I am trying to configure HQoS in VPP 19.04.1. If I understood documentation 
(https://docs.fd.io/vpp/19.04.1/qos_doc.html) correctly, in startup.conf it is 
necessary to add "hqos" option for chosen interface:

dpdk {
  dev 0000:af:00.0 {
        num-rx-queues 2
        hqos
  }
  dev 0000:af:00.1 {
        num-rx-queues 2
        hqos
  }
  file-prefix vpp1
}

What is also needed, is setting corelist-hqos-threads to avoid "dpdk_lib_init: 
no HQoS threads available". Unfortunately, after adding:
cpu {
(...)
        corelist-hqos-threads 1
(...)
}
VPP fails on startup:
/usr/bin/vpp[74030]: cpu_config: no such thread type 'hqos-threads'

What I am missing? 

Thanks,
Artur
--------------------------------------------------------------
Intel Research and Development Ireland Limited
Registered in Ireland
Registered Office: Collinstown Industrial Park, Leixlip, County Kildare
Registered Number: 308263


This e-mail and any attachments may contain confidential material for the sole
use of the intended recipient(s). Any review or distribution by others is
strictly prohibited. If you are not the intended recipient, please contact the
sender and delete all copies.

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13936): https://lists.fd.io/g/vpp-dev/message/13936
Mute This Topic: https://lists.fd.io/mt/34092673/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