From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 334ED42466; Mon, 23 Jan 2023 11:18:54 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C25A9400EF; Mon, 23 Jan 2023 11:18:53 +0100 (CET) Received: from sender11-of-o51.zoho.eu (sender11-of-o51.zoho.eu [31.186.226.237]) by mails.dpdk.org (Postfix) with ESMTP id EDFDB400D4 for ; Mon, 23 Jan 2023 11:18:52 +0100 (CET) ARC-Seal: i=1; a=rsa-sha256; t=1674469132; cv=none; d=zohomail.eu; s=zohoarc; b=YBYV586zf+3alj8h/34KJfAqR6BWuNK0mSJ6dIAQFuZKQshXgQVKBfjURCcHncMQqg3OmOwibIx2wXIR+UNqrEdCGeVpoAsJ+dv4YJ7vAa6eFKhrl0Xsyv/AOrcd0sd5mv1VRpN123T0YkL+X7ZaIuU2FJ3MPgV9rdL865KochY= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.eu; s=zohoarc; t=1674469132; h=Content-Type:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=mBchS+Bw0/TC08+YaULcJbpPQ3aSj8bAYmiP7YEL3fY=; b=FtkNQkN5EOEkvkQCOKhGWrEDxdDDGIS6E7phSfqDRvSNBIc/pgh2ei5519QRfHswawFURFXIXjhW1PqkhAfTHr8fSQZ43zrlpcHKvT5/4AdzD98U9BbIBoqFWksURcrJKwicsb7MHLZDrV5mxk6PHhNbHIAIjilLFY1s0nzZ0Bw= ARC-Authentication-Results: i=1; mx.zohomail.eu; spf=pass smtp.mailfrom=liangma@liangbit.com; dmarc=pass header.from= Received: from C02GF04TMD6V (cpc92322-cmbg19-2-0-cust802.5-4.cable.virginm.net [86.26.35.35]) by mx.zoho.eu with SMTPS id 1674469129115752.2037514740941; Mon, 23 Jan 2023 11:18:49 +0100 (CET) Date: Mon, 23 Jan 2023 10:18:46 +0000 From: Liang Ma To: Sam Kirubakaran Cc: dev@dpdk.org Subject: Re: TCP stack support on DPDK Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-ZohoMailClient: External X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org 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, could you please point me to the link of apis alone. I will take it > from there. > Could you please guide me on this? Your response would be highly > appreciated! DPDK itself has no TCP stack. However, there are some userspace TCP stack project which support DPDK. TPDK/Seastar/fullstack etc. > > Regards, > Sam