Re: [vpp-dev] rx-no-buf and rx-miss :packet loss

2020-11-11 Thread Damjan Marion via lists.fd.io
rx-miss typically means that you are not pulling packets out of queue fast enough, as probably your CPU is too busy with processing packets. modifying queue size will not help you with constant traffic rate, it may help only with bursty traffic and in cases when VPP is de-scheduled by kernel. —

[vpp-dev] rx-no-buf and rx-miss :packet loss

2020-11-11 Thread Merve
Hi everyone, when the rx and tx queue number is low, dpdk catches the packets faster, but when the rx and tx queue numbe r is high, I get a result like, below. I have  rx-no-buf and rx-miss. So i n both cases I have packet losses. how to get rid of this situation... startup.conf dev default {