Re: [vpp-dev] rx-miss while sending packets to Interface (IMPORTANT)

2021-09-29 Thread Akash S R
and get back . >>> >>> >>> Thanks, >>> Akash >>> >>> On Tue, Sep 28, 2021, 16:00 Benoit Ganne (bganne) >>> wrote: >>> >>>> Rx-miss means the NIC must drop packets on RX because the rx queue was >>>> ful

Re: [vpp-dev] rx-miss while sending packets to Interface (IMPORTANT)

2021-09-29 Thread Akash S R
Hey Sathish, Interface type is vfio-pci (10-Gigabit SFI/SFP+ Network Connection 10fb), with rx queue and tx queue of hardware set to 4096 (MAX).. Let me know if anything is known. :) Thanks, Akash On Wed, Sep 29, 2021 at 6:09 PM wrote: > Hi Akash, > > Please let me know what type interface an

Re: [vpp-dev] rx-miss while sending packets to Interface (IMPORTANT)

2021-09-29 Thread Matthew Smith via lists.fd.io
(100 or more) it means VPP is busy. >>> To improve that you must increase the number of VPP workers (and rx >>> queues). >>> Rx-misses can also be caused by traffic spikes. In that case you can >>> increase the rx queues size to absorb the bursts. >>> >

Re: [vpp-dev] rx-miss while sending packets to Interface (IMPORTANT)

2021-09-29 Thread satishsept7
Hi Akash, Please let me know what type interface and driver you are using, example igb_uio, vfio, SRIOV etc? -- Regards, Satish Singh -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#20222): https://lists.fd.io/g/vpp-dev/message/20222 Mute This Topi

Re: [vpp-dev] rx-miss while sending packets to Interface (IMPORTANT)

2021-09-28 Thread Akash S R
sses can also be caused by traffic spikes. In that case you can >> increase the rx queues size to absorb the bursts. >> >> Best >> ben >> >> > -Original Message- >> > From: vpp-dev@lists.fd.io On Behalf Of Akash S R >> > Sent: mardi

Re: [vpp-dev] rx-miss while sending packets to Interface (IMPORTANT)

2021-09-28 Thread Akash S R
gt; increase the rx queues size to absorb the bursts. > > Best > ben > > > -Original Message- > > From: vpp-dev@lists.fd.io On Behalf Of Akash S R > > Sent: mardi 28 septembre 2021 11:43 > > To: vpp-dev > > Subject: [vpp-dev] rx-miss while sending p

Re: [vpp-dev] rx-miss while sending packets to Interface (IMPORTANT)

2021-09-28 Thread Benoit Ganne (bganne) via lists.fd.io
bre 2021 11:43 > To: vpp-dev > Subject: [vpp-dev] rx-miss while sending packets to Interface (IMPORTANT) > > Hello mates, > > Its been a long time, me , raising a query out here to you guys :) (Nah, > Please ignore this junk.) > > I have a question on rx-miss. Whenever

[vpp-dev] rx-miss while sending packets to Interface (IMPORTANT)

2021-09-28 Thread Akash S R
Hello mates, Its been a long time, me , raising a query out here to you guys :) (Nah, Please ignore this junk.) I have a question on rx-miss. Whenever we fire packets at some high rate, say 1GBPS or more, I get rx-miss on the interface with some packet count. I referred to a link below from the V