[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

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

Re: [vpp-dev] Vlib Buffer Size

2019-06-13 Thread Dave Barach via Lists.Fd.Io
How could anyone guess what’s wrong? No stack trace, no configuration, no access to the code you wrote, no idea what the plugin is supposed to do. We’d like to help, but you need to make it possible. See https://fdio-vpp.readthedocs.io/en/latest/troubleshooting/reportingissues/reportingissues.ht

Re: [vpp-dev] some questions about LACP(link bonding mode 4)

2019-06-13 Thread steven luong via Lists.Fd.Io
Yes on both counts. From: on behalf of Zhiyong Yang Date: Wednesday, June 12, 2019 at 10:33 PM To: "Yang, Zhiyong" , "Steven Luong (sluong)" , "vpp-dev@lists.fd.io" , "Carter, Thomas N" Cc: "Kinsella, Ray" Subject: Re: [vpp-dev] some questions about LACP(link bonding mode 4) I mean, Is the

Re: [vpp-dev] some questions about LACP(link bonding mode 4)

2019-06-13 Thread Zhiyong Yang
Thanks Steven. From: Steven Luong (sluong) [mailto:slu...@cisco.com] Sent: Thursday, June 13, 2019 9:53 PM To: Yang, Zhiyong ; vpp-dev@lists.fd.io; Carter, Thomas N Cc: Kinsella, Ray Subject: Re: [vpp-dev] some questions about LACP(link bonding mode 4) Yes on both counts. From: mailto:vpp-dev

[vpp-dev] IPv6 Link-local Address Questions

2019-06-13 Thread Jon Loeliger via Lists.Fd.Io
Folks, I have stumbled across two functions that purport to construct a link-local IPv6 address from a MAC address. A laudable goal, but the details need some review. One function can be found in src/vnet/ip/ip6.h: always_inline void ip6_link_local_address_from_ethernet_mac_address (ip6_address

Re: [vpp-dev] IPv6 Link-local Address Questions

2019-06-13 Thread Ole Troan
Hi Jon, Thanks for bringing up my favorite topic! > I have stumbled across two functions that purport to construct a > link-local IPv6 address from a MAC address. A laudable goal, > but the details need some review. > > One function can be found in src/vnet/ip/ip6.h: > > always_inline void >

Re: [vpp-dev] IPv6 Link-local Address Questions

2019-06-13 Thread Jon Loeliger via Lists.Fd.Io
On Thu, Jun 13, 2019 at 11:21 AM Ole Troan wrote: > Hi Jon, > > Thanks for bringing up my favorite topic! > Happy to step on those land mines! :-) Uh, is that "Duplicate but slightly wrong functions", "bit-byte-numbering issues", or "link-local addressing"? :-) > > I am happy to submit a patc

[vpp-dev] LF Service desk ticketing changes

2019-06-13 Thread Trishan de Lanerolle
Service Desk migration The Linux Foundation IT is migrating from email-based support system using Request Tracker to a web-based platform provided by Jira Service Desk. We are doing this in order to improve our level of service and your support experience. The following are the primary improvemen

Re: [vpp-dev] IPv6 Link-local Address Questions

2019-06-13 Thread Ole Troan
Hi Jon, > Thanks for bringing up my favorite topic! > > Happy to step on those land mines! :-) > > Uh, is that "Duplicate but slightly wrong functions", "bit-byte-numbering > issues", > or "link-local addressing"? :-) It was mostly the U/G bits and flavours of IPv6 interface-ids. It feels like