[vpp-dev] Policer download bandwidth reduces on high rtt connection

2019-12-23 Thread Raj
Hello all, In VPP I have configured policer to limit 50mbps bandwidth upload and download to an IP. vpp# sh policer Name "lap50_dw_20191223_212712" type 2r3c-4115 cir 51200 eir 51456 cb 12800 eb 1536000 rate type kbps, round type up conform action transmit, exceed action transmit, violate action

Re: [vpp-dev] Policer download bandwidth reduces on high rtt connection

2019-12-23 Thread Raj
Hello all, It looks like the input interface is not receiving all packets. iperf is sending 35176 packets but GigabitEthernet0/14/1 is showing only 15390 rx packets, which is approximately 56% packet loss. So this is not a policer issue, but some thing related to dpdk-input I guess. My startup con