RE: Mellanox/DPDK links

2022-04-06 Thread Asaf Penso
Hello, The below version is too old, and you can take any Upstream community version that includes all of the supported features. Are you looking for a specific feature? If so, let me know, and I'll point you to the relevant community version that has it. Regards, Asaf Penso From: Muhammad

Re: How to announce VIP with BGP for DPDK application?

2022-04-06 Thread Linhua Tang
Hi Victor, Thanks very much for your response. Do you mean set next-hop on BGP with Quagga or similar applications through other NIC (not DPDK managed)? I looked at DPVS , which uses KNI to redirect traffic to Kernel so we can use

Re: Fwd: QOS sample example.

2022-04-06 Thread satish amara
Jasvinder, I have a few more questions. Can you provide some clarity on tc_credits_per_periodtc_period is for how often the credits for traffic need to be updated. Is tc_credits_per_period is fixed based on tc_rate. Regards, Satish Amara On Fri, Apr 1, 2022 at 9:34 AM satish amara wrote: >

RE: Fwd: QOS sample example.

2022-04-06 Thread Singh, Jasvinder
Yes, it is fixed. The tc_credits_per_period is updated after tc_period duration. Note that tc credits don’t get accumulated if tc queue is visited after multiple tc_period due to rate limiting mechanism at the traffic class level. From: satish amara Sent: Wednesday, April 6, 2022 4:32 PM To:

Re: Fwd: QOS sample example.

2022-04-06 Thread satish amara
Thank you. I have a question about how the active Traffic class is selected in a pipe. Let's say I have confugured only one Subport and one Pipe on interface. If the highest priority traffic class in a pipe has exhausted it's rate limit can lower traffic class in the same pipe be dequeued. Can