Re: [vpp-dev] Traffic shaping functionality in VPP?

2023-03-23 Thread Jasvinder Singh
Hi Elias, You can find such solution in VPP 18.04 where VPP dpdk plugin is modified to enable HQoS scheduler and shaping function which runs on a separate VPP thread on TX path. The feature was deprecated in later releases. Hope that helps. Thanks, Jasvinder. > -Original Message- >

Re: [vpp-dev] HQOS shape questions #vpp_qos #vpp

2019-09-20 Thread Jasvinder Singh
May be packet fields (traffic from TRex) associated with pipe, tc, and queues are not randomized, so traffic is only going to specific scheduler queues. Please refer documentation to know offsets of packet fields. From: vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] On Behalf Of

Re: [vpp-dev] HQoS

2019-05-15 Thread Jasvinder Singh
Hi Abeeha, In the config file, hqos thread is allocated (cpu section), and hqos is’nt enabled on interfaces (dpdk section). In the current state, hqos needs separate thread (other than worker threads) for scheduling function, and also, enablement on dpdk interfaces. Thanks, Jasvinder From:

Re: [vpp-dev] hqos configuration in vpp (Connection refused)

2018-09-13 Thread Jasvinder Singh
Hi Reza, I tested HQoS on my fedora system as below and found it working, didn’t see any issue; 1. Make build 2. Make run STARTUP_CONF=startup.conf 3. DGBvpp# startup.conf unix { interactive log /tmp/vpp.log cli-listen /run/vpp/cli.sock full-coredump } dpdk { socket-mem

Re: [vpp-dev] DPDK 18.05 is out

2018-05-31 Thread Jasvinder Singh
Hi Damjan, I co-authored VPP HQoS work with Cristian. Thus, I volunteer myself to be the maintainer. Regards, Jasvinder From: vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] On Behalf Of Damjan Marion Sent: Thursday, May 31, 2018 10:52 AM To: vpp-dev Subject: [vpp-dev] DPDK 18.05 is out