Re: TCP stack support on DPDK

2023-02-16 Thread Liang Ma
On Thu, Feb 16, 2023 at 03:01:28PM +, Van Haaren, Harry wrote: > > -Original Message- > > From: Liang Ma > > Sent: Thursday, February 16, 2023 2:40 PM > > To: Sam Kirubakaran > > Cc: dev@dpdk.org > > Subject: Re: TCP stack support on DPDK > &g

RE: TCP stack support on DPDK

2023-02-16 Thread Van Haaren, Harry
> -Original Message- > From: Liang Ma > Sent: Thursday, February 16, 2023 2:40 PM > To: Sam Kirubakaran > Cc: dev@dpdk.org > Subject: Re: TCP stack support on DPDK > > On Tue, Jan 24, 2023 at 01:24:38PM +0530, Sam Kirubakaran wrote: > > Hi Liang, >

Re: TCP stack support on DPDK

2023-02-16 Thread Liang Ma
On Tue, Jan 24, 2023 at 01:24:38PM +0530, Sam Kirubakaran wrote: > Hi Liang, > > Thank you so much for your response. > I would like to convert our in-house tool into a high performance traffic > generator and it is written in Python. > Is it possible to use any of the user space TCP stack by comp

Re: TCP stack support on DPDK

2023-01-25 Thread Sam Kirubakaran
Hi Liang, Thank you so much for your response. I would like to convert our in-house tool into a high performance traffic generator and it is written in Python. Is it possible to use any of the user space TCP stack by compiling into shared libraries and access it via Python using ctypes? Could you

Re: TCP stack support on DPDK

2023-01-23 Thread Liang Ma
On Fri, Jan 20, 2023 at 01:41:56PM +0530, Sam Kirubakaran wrote: > Hi team, > > My name is Sam and I am a Software Engineer. > Currently, we are trying to improve the performance of proprietary in-house > tools by using DPDK but we are not sure whether DPDK has support for TCP > stack. > If yes, c

Re: TCP stack support on DPDK

2023-01-23 Thread Sam Kirubakaran
Hi Thomas, Thank you so much for your response :) I will go through the link you shared and make use of it! Regards, Sam On Fri, Jan 20, 2023 at 6:48 PM Thomas Monjalon wrote: > 20/01/2023 09:11, Sam Kirubakaran: > > Hi team, > > > > My name is Sam and I am a Software Engineer. > > Currently,

Re: TCP stack support on DPDK

2023-01-20 Thread Thomas Monjalon
20/01/2023 09:11, Sam Kirubakaran: > Hi team, > > My name is Sam and I am a Software Engineer. > Currently, we are trying to improve the performance of proprietary in-house > tools by using DPDK but we are not sure whether DPDK has support for TCP > stack. No there is no stack inside DPDK. You ca