Locked hqos configuration fails


Chidanand
 

Hi Everyone,

I wanted to try out QOS  in VPP, for which I am following https://docs.fd.io/vpp/17.10/qos_doc.html

I have tried the steps  and configs as mentioned in the link above. I am not able to bring up  the  vpp process.

I am using vpp v22.06

I get following error

vpp[108]: cpu_config: no such thread type 'hqos-threads'

Following is the configuration option I have tried:

cpu {
    main-core 1
    corelist-workers 5
    corelist-hqos-threads 2  
}

dpdk {
    uio-driver vfio-pci
    dev 0000:08:00.0 {
        name fpeth1
        num-rx-queues 2
        num-tx-queues 3
    }
    dev 0000:09:00.0 {
        name fpeth4
        num-rx-queues 2
        num-tx-queues 3
        hqos
    }
}

I have isolated cpus on my host and in my VM. I have used the cores  to my limitations.
Any pointers to resolve this issue will be of great help.

Thanks,
Chidanand