[dpdk-dev] reg:porting intel dpdk kit as LINC switch

2014-09-10 Thread Anand S Angadi
Hi All, I wanted to port my intel DPDK kit as LINC switch, could you help me how can i do it. -- Regards, ANAND

[dpdk-dev] reg:porting intel dpdk kit as LINC switch

2014-09-10 Thread Patel, Rashmin N
I think if he's using OTP framework, it has some interfacing for other languages as well, but not sure how efficient it's. In order to keep up with the performance, it's better to evaluate those interfaces first. Thanks, Rashmin On Sep 10, 2014 1:07 AM, "Gray, Mark D" wrote: > > Hi All, > I wa

[dpdk-dev] reg:porting intel dpdk kit as LINC switch

2014-09-10 Thread Gray, Mark D
> > Hi All, > I wanted to port my intel DPDK kit as LINC switch, could you help me how can > i do it. * There are two open source software switches using DPDK. You could use them as a reference. https://github.com/openvswitch/ovs (look at lib/netdev-dpdk.c) https://github.com/01org/dpdk-ovs * P