* TCP/IP stack recommendations @ 2022-08-30 8:42 Morten Brørup 2022-08-30 9:44 ` Ray Kinsella 0 siblings, 1 reply; 5+ messages in thread From: Morten Brørup @ 2022-08-30 8:42 UTC (permalink / raw) To: dev Hi all. Can anyone in here recommend an actively maintained open source TCP/IP stack for DPDK? Med venlig hilsen / Kind regards, -Morten Brørup ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: TCP/IP stack recommendations 2022-08-30 8:42 TCP/IP stack recommendations Morten Brørup @ 2022-08-30 9:44 ` Ray Kinsella 2022-08-30 15:54 ` Honnappa Nagarahalli 2022-09-02 13:41 ` Morten Brørup 0 siblings, 2 replies; 5+ messages in thread From: Ray Kinsella @ 2022-08-30 9:44 UTC (permalink / raw) To: Morten Brørup; +Cc: dev Hi Morten, Reach out to Florin Coras over in VPP-land. Morten Brørup <mb@smartsharesystems.com> writes: > Hi all. > > Can anyone in here recommend an actively maintained open source TCP/IP stack for DPDK? > > > Med venlig hilsen / Kind regards, > -Morten Brørup -- Regards, Ray K ^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: TCP/IP stack recommendations 2022-08-30 9:44 ` Ray Kinsella @ 2022-08-30 15:54 ` Honnappa Nagarahalli 2022-09-02 13:41 ` Morten Brørup 1 sibling, 0 replies; 5+ messages in thread From: Honnappa Nagarahalli @ 2022-08-30 15:54 UTC (permalink / raw) To: Ray Kinsella, Morten Brørup; +Cc: dev, nd, nd One key thing to look for is the interface between the stack and the application. If it is not zero-copy, it quickly becomes a bottleneck depending on the data size and the buffer size. Thanks, Honnappa > -----Original Message----- > From: Ray Kinsella <mdr@ashroe.eu> > Sent: Tuesday, August 30, 2022 4:45 AM > To: Morten Brørup <mb@smartsharesystems.com> > Cc: dev@dpdk.org > Subject: Re: TCP/IP stack recommendations > > Hi Morten, > > Reach out to Florin Coras over in VPP-land. > > Morten Brørup <mb@smartsharesystems.com> writes: > > > Hi all. > > > > Can anyone in here recommend an actively maintained open source TCP/IP > stack for DPDK? > > > > > > Med venlig hilsen / Kind regards, > > -Morten Brørup > > > -- > Regards, Ray K ^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: TCP/IP stack recommendations 2022-08-30 9:44 ` Ray Kinsella 2022-08-30 15:54 ` Honnappa Nagarahalli @ 2022-09-02 13:41 ` Morten Brørup 2022-09-03 17:58 ` Ben Magistro 1 sibling, 1 reply; 5+ messages in thread From: Morten Brørup @ 2022-09-02 13:41 UTC (permalink / raw) To: Florin Coras; +Cc: dev, Ray Kinsella Hi Florin, Ray Kinsella sent me in your direction... I'm looking for recommendations (and warnings) regarding open source TCP/IP stacks for DPDK. Seeing that you are deeply involved in the FD.io VPP Host Stack, I hope you are willing to share some thoughts on the topic? Med venlig hilsen / kind regards Morten Brørup CTO SmartShare Systems A/S Tonsbakken 16-18 DK-2740 Skovlunde Denmark Office +45 70 20 00 93 Direct +45 89 93 50 22 Mobile +45 25 40 82 12 mb@smartsharesystems.com www.smartsharesystems.com > -----Original Message----- > From: Ray Kinsella [mailto:mdr@ashroe.eu] > Sent: Tuesday, 30 August 2022 11.45 > To: Morten Brørup > Cc: dev@dpdk.org > Subject: Re: TCP/IP stack recommendations > > Hi Morten, > > Reach out to Florin Coras over in VPP-land. > > Morten Brørup <mb@smartsharesystems.com> writes: > > > Hi all. > > > > Can anyone in here recommend an actively maintained open source > TCP/IP stack for DPDK? > > > > > > Med venlig hilsen / Kind regards, > > -Morten Brørup > > > -- > Regards, Ray K ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: TCP/IP stack recommendations 2022-09-02 13:41 ` Morten Brørup @ 2022-09-03 17:58 ` Ben Magistro 0 siblings, 0 replies; 5+ messages in thread From: Ben Magistro @ 2022-09-03 17:58 UTC (permalink / raw) To: Morten Brørup; +Cc: Florin Coras, dev, Ray Kinsella [-- Attachment #1: Type: text/plain, Size: 1798 bytes --] I wasn't aware of VPP having a host stack so would certainly be interested to hear more on it. We are doing some work with TLDK (https://wiki.fd.io/view/TLDK) as a userspace stack. The other stacks I am aware (existence only, haven't explored/evaluated) of are ANS (https://github.com/ansyun/dpdk-ans), mTCP ( https://github.com/mtcp-stack/mtcp), f-stack ( https://github.com/F-Stack/f-stack), and seastar ( https://github.com/scylladb/seastar). There are probably others out there too. Cheers On Fri, Sep 2, 2022 at 9:41 AM Morten Brørup <mb@smartsharesystems.com> wrote: > Hi Florin, > > Ray Kinsella sent me in your direction... > > I'm looking for recommendations (and warnings) regarding open source > TCP/IP stacks for DPDK. Seeing that you are deeply involved in the FD.io > VPP Host Stack, I hope you are willing to share some thoughts on the topic? > > > Med venlig hilsen / kind regards > > Morten Brørup > CTO > > > SmartShare Systems A/S > Tonsbakken 16-18 > DK-2740 Skovlunde > Denmark > > Office +45 70 20 00 93 > Direct +45 89 93 50 22 > Mobile +45 25 40 82 12 > > mb@smartsharesystems.com > www.smartsharesystems.com > > > -----Original Message----- > > From: Ray Kinsella [mailto:mdr@ashroe.eu] > > Sent: Tuesday, 30 August 2022 11.45 > > To: Morten Brørup > > Cc: dev@dpdk.org > > Subject: Re: TCP/IP stack recommendations > > > > Hi Morten, > > > > Reach out to Florin Coras over in VPP-land. > > > > Morten Brørup <mb@smartsharesystems.com> writes: > > > > > Hi all. > > > > > > Can anyone in here recommend an actively maintained open source > > TCP/IP stack for DPDK? > > > > > > > > > Med venlig hilsen / Kind regards, > > > -Morten Brørup > > > > > > -- > > Regards, Ray K > > [-- Attachment #2: Type: text/html, Size: 2918 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-09-03 17:58 UTC | newest] Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2022-08-30 8:42 TCP/IP stack recommendations Morten Brørup 2022-08-30 9:44 ` Ray Kinsella 2022-08-30 15:54 ` Honnappa Nagarahalli 2022-09-02 13:41 ` Morten Brørup 2022-09-03 17:58 ` Ben Magistro
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).