Re: [vpp-dev] Vlib Buffer Size

2019-06-13 Thread Dave Barach via Lists.Fd.Io
/reportingissues.html D. From: vpp-dev@lists.fd.io On Behalf Of Esin Erenoglu Sent: Thursday, June 13, 2019 5:20 AM To: vpp-dev@lists.fd.io Subject: [vpp-dev] Vlib Buffer Size Hi everyone, I am trying to send packet an interface with ping and curl command. After just a few packet arrive to interface, my plugin

Re: [vpp-dev] Vlib Buffer Size

2019-06-13 Thread Andrew Yourtchenko
Hi Esin, Make a clean checkout of VPP master (without your plugin) and repeat the same test. If that works - then you will need to debug what your plugin code is doing wrong. --a > On 13 Jun 2019, at 11:19, Esin Erenoğlu wrote: > > Hi everyone, > > I am trying to send packet an interface wi

[vpp-dev] Vlib Buffer Size

2019-06-13 Thread Esin Erenoğlu
Hi everyone, I am trying to send packet an interface with ping and curl command. After just a few packet arrive to interface, my plugin code broke down. Is that about my plugin code? I think, it is about buffer size. Am I right? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this

Re: [vpp-dev] VLIB buffer size is 512 bytes

2016-11-23 Thread Damjan Marion
Buffer size is 2048, if packet is bigger then multiple buffers are chained. > On 21 Nov 2016, at 12:54, Dmitry Bufistov wrote: > > Hi VPP list! > > The VPP buffer size is set to 512 bytes in buffer.h > What about bigger packets? How does VPP handle them? > > Thanks a lot, > > Dmitry > __

Re: [vpp-dev] VLIB buffer size is 512 bytes

2016-11-21 Thread Dmitry Bufistov
t; > ​ > > -br > > Mohsin > -- > *From:* vpp-dev-boun...@lists.fd.io on > behalf of Dmitry Bufistov > *Sent:* Monday, November 21, 2016 12:54 PM > *To:* vpp-dev@lists.fd.io > *Subject:* [vpp-dev] VLIB buffer size is 512 bytes > > Hi VP

Re: [vpp-dev] VLIB buffer size is 512 bytes

2016-11-21 Thread Mohsin Kazmi (sykazmi)
graph nodes about the next buffer in the processing of same packet. ? -br Mohsin From: vpp-dev-boun...@lists.fd.io on behalf of Dmitry Bufistov Sent: Monday, November 21, 2016 12:54 PM To: vpp-dev@lists.fd.io Subject: [vpp-dev] VLIB buffer size is 512 bytes

[vpp-dev] VLIB buffer size is 512 bytes

2016-11-21 Thread Dmitry Bufistov
Hi VPP list! The VPP buffer size is set to 512 bytes in buffer.h What about bigger packets? How does VPP handle them? Thanks a lot, Dmitry ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev