Re: Anyone heard about DPDK?

2019-02-12 Thread Aleksandar Lazic
Hi all. Wow so much feedback, thanks all for the answers ;-) Am 12.02.2019 um 15:23 schrieb Alexandre Cassen: > There has been a lot of applications/stack built around DPDK last few years. > Mostly because people found it easy to code stuff around DPDK and are so happy > to display perf graph

Re: Anyone heard about DPDK?

2019-02-12 Thread Alexandre Cassen
There has been a lot of applications/stack built around DPDK last few years. Mostly because people found it easy to code stuff around DPDK and are so happy to display perf graph about their DPDK application vs plain Linux Kernel stack. My intention here would be to warn a little bit about

Re: Anyone heard about DPDK?

2019-02-12 Thread Federico Iezzi
Nowadays most VNF (virtual network function) in the telco operators are built around DPDK. Not demos, most 5G will be like that. 4G is migrating as we speak on this new architecture. There isn't any TCP stack built-it but the libraries can be used to build one. VPP has integrated DPDK in this way.

Re: Anyone heard about DPDK?

2019-02-12 Thread Julien Laffaye
Something like http://seastar.io/ or https://fd.io/ ? :) On Mon, Feb 11, 2019 at 11:25 AM Baptiste wrote: > Hi, > > HAProxy requires a TCP stack below it. DPDK itself is not enough. > > Baptiste > >>

Re: Anyone heard about DPDK?

2019-02-11 Thread Baptiste
Hi, HAProxy requires a TCP stack below it. DPDK itself is not enough. Baptiste >

Re: Anyone heard about DPDK?

2019-02-10 Thread Igor Cicimov
On Mon, 11 Feb 2019 1:49 am Bruno Henc Hi, > > > Another good explanation on what DPDK does is available here: > > > https://learning.oreilly.com/videos/oscon-2017/9781491976227/9781491976227-video306685 > > https://wiki.fd.io/images/1/1d/40_Gbps_IPsec_on_commodity_hardware.pdf > > > > On 2/10/19

Re: Anyone heard about DPDK?

2019-02-10 Thread Bruno Henc
Hi, Another good explanation on what DPDK does is available here: https://learning.oreilly.com/videos/oscon-2017/9781491976227/9781491976227-video306685 https://wiki.fd.io/images/1/1d/40_Gbps_IPsec_on_commodity_hardware.pdf On 2/10/19 12:21 PM, Aleksandar Lazic wrote: Am 10.02.2019 um

Re: Anyone heard about DPDK?

2019-02-10 Thread Aleksandar Lazic
Am 10.02.2019 um 12:06 schrieb Lukas Tribus: > On Sun, 10 Feb 2019 at 10:48, Aleksandar Lazic wrote: >> >> Hi. >> >> I have seen this in some twitter posts and asked me if it's something >> useable for a Loadbalancer like HAProxy ? >> >> https://www.dpdk.org/ >> >> To be honest it looks like a

Re: Anyone heard about DPDK?

2019-02-10 Thread Lukas Tribus
On Sun, 10 Feb 2019 at 10:48, Aleksandar Lazic wrote: > > Hi. > > I have seen this in some twitter posts and asked me if it's something useable > for a Loadbalancer like HAProxy ? > > https://www.dpdk.org/ > > To be honest it looks like a virtual NIC, but I'm not sure. See:

Anyone heard about DPDK?

2019-02-10 Thread Aleksandar Lazic
Hi. I have seen this in some twitter posts and asked me if it's something useable for a Loadbalancer like HAProxy ? https://www.dpdk.org/ To be honest it looks like a virtual NIC, but I'm not sure. Regards Aleks

Re: Does anyone heard about DPDK

2017-07-17 Thread Aleksandar Lazic
Hi Willy, Willy Tarreau wrote on 17.07.2017: > Hi, > On Mon, Jul 17, 2017 at 11:34:21AM -0700, Jerry Scharf wrote: >> The only thing I know that uses DPDK is ostineto, a network traffic >> generator tool. I think it is going to be a while before any of this gets >> integrated into the kernel

Re: Does anyone heard about DPDK

2017-07-17 Thread Willy Tarreau
Hi, On Mon, Jul 17, 2017 at 11:34:21AM -0700, Jerry Scharf wrote: > The only thing I know that uses DPDK is ostineto, a network traffic > generator tool. I think it is going to be a while before any of this gets > integrated into the kernel for general networking. My understanding is that > this

Re: Does anyone heard about DPDK

2017-07-17 Thread Jerry Scharf
The only thing I know that uses DPDK is ostineto, a network traffic generator tool. I think it is going to be a while before any of this gets integrated into the kernel for general networking. My understanding is that this is for people who really want to squeeze all they can out of a 10/40G

Re: Does anyone heard about DPDK

2017-07-17 Thread Lukas Tribus
Hello, Am 15.07.2017 um 14:18 schrieb Andrew Smalley: > On 15 July 2017 at 10:32, Aleksandar Lazic wrote: >> Hi, >> >> Network acceleration with DPDK >> https://lwn.net/Articles/725254/ >> >> -- >> Best Regards >> Aleks I believe eBPF + XDP is more interesting at this

Re: Does anyone heard about DPDK

2017-07-15 Thread Andrew Smalley
HI Aleksandar I've only ever seen Intel's DPDK being used really with OpenVSwitch and am not sure how it would help haproxy (Not that I am the best person to say if its good for haproxy) Andrew Smalley Loadbalancer.org Ltd. www.loadbalancer.org +1 888 867 9504 / +44 (0)330 380 1064

Does anyone heard about DPDK

2017-07-15 Thread Aleksandar Lazic
Hi, Network acceleration with DPDK https://lwn.net/Articles/725254/ -- Best Regards Aleks