Re: [lng-odp] LPM Algorithm APIs in ODP

2016-09-20 Thread Mike Holmes
On 20 September 2016 at 13:37, gyanesh patra wrote: > Hi, > The L3fwd is a great addition to the ODP. I am curious if the IPv6 support > is also under investigation for the l3fwd example?? > We dont have anything scheduled to specifically address IPv6 > If not it will be of my interest to take

Re: [lng-odp] LPM Algorithm APIs in ODP

2016-09-20 Thread gyanesh patra
Hi, The L3fwd is a great addition to the ODP. I am curious if the IPv6 support is also under investigation for the l3fwd example?? If not it will be of my interest to take it up and contribute to ODP code base. Thank you P Gyanesh Kumar Patra On Mon, Apr 18, 2016 at 10:26 PM, HePeng wrote: > H

Re: [lng-odp] LPM Algorithm APIs in ODP

2016-04-18 Thread HePeng
Hi, Our current LPM code is based on Tree Bitmap as a backend for IP prefixes management. Before we submit the code, we need first to remove this part of code as Tree Bitmap is a patent algorithm for Cisco. If you just want an LPM algorithm for evaluation, we can provide the Tree Bitmap

Re: [lng-odp] LPM Algorithm APIs in ODP

2016-04-17 Thread P Gyanesh Kumar Patra
Hi, Thank you for the details. Do we have any time frame for the LPM code submission? Is it possible to do some trial on the LPM code now? Is there a list of names of Algorithms in the pipeline to be developed for ODP? Thank You P Gyanesh K. Patra University of Campinas (Unicamp) > On Apr 17

Re: [lng-odp] LPM Algorithm APIs in ODP

2016-04-17 Thread HePeng
Hi, We are in the progress of releasing the LPM code, but currently we are busy submitting the cuckoo hash code into ODP helper. About the LPM code we have already a 16-8-8 implementation. Now we are working on the code to fit it into ODP architecture. But we have not submitted any code f

[lng-odp] LPM Algorithm APIs in ODP

2016-04-17 Thread gyanesh patra
I encountered an old email chain about the different LPM algorithm for ODP. I am curious if anyone has released or working on something for l3 forwarding/routing. Here is the link to the mail chain: https://lists.linaro.org/pipermail/lng-odp/2015-August/014717.html If any work is going on, then po