Re: [vpp-dev] VPP query

2018-04-17 Thread Dave Barach
If you explain the use-case in detail, we may be able to make a sensible recommendation. From: <vpp-dev@lists.fd.io> on behalf of Manjunath Munavalli <manjuhere.1...@gmail.com> Date: Monday, April 16, 2018 at 6:01 PM To: "vpp-dev@lists.fd.io" <vpp-dev@lists.fd.io>

[vpp-dev] VPP query

2018-04-16 Thread Manjunath Munavalli
Hi, I am using VPP for my x86 based datapath, i am looking for a TCAM kind of a table/data structure for one of my usecase. I want to know whether VPP has a TCAM kind of a table/data structure. Thanks! Regards, Manju

Re: [vpp-dev] vpp query

2017-02-19 Thread Pragash Vijayaragavan
srv6...@rit.edu>; Arjun Dhuliya <amd5...@rit.edu>; > Minseok Kwon <mxk...@rit.edu> > Subject: Re: [vpp-dev] vpp query > > > Hi Pragash, > > Some answers inline @[NR] > > > From: <vpp-dev-boun...@lists.fd.io> on behalf of Pragash Vijayaragavan < > pxv

Re: [vpp-dev] vpp query

2017-02-18 Thread Dave Barach (dbarach)
yee <srv6...@rit.edu>; Arjun Dhuliya <amd5...@rit.edu>; Minseok Kwon <mxk...@rit.edu> Subject: Re: [vpp-dev] vpp query Hi Pragash, Some answers inline @[NR] From: <vpp-dev-boun...@lists.fd.io> on behalf of Pragash Vijayaragavan <pxv3...@rit.edu> Reply-To: "pxv3...@r

[vpp-dev] vpp query

2017-02-18 Thread Pragash Vijayaragavan
Hi, We are working on a bloom Filter algorithm for ipv6 lookup in vpp and we have a few queries. It would be great if someone could help us with the following queries. 1. from the code, ip6_forward.c file processes 2 packets at a time from the frame. how are threads used in this. Is there a