From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 2EB7D4242F;
	Fri, 20 Jan 2023 12:18:36 +0100 (CET)
Received: from mails.dpdk.org (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id 6A04B4114B;
	Fri, 20 Jan 2023 12:18:31 +0100 (CET)
Received: from mail-wr1-f48.google.com (mail-wr1-f48.google.com
 [209.85.221.48]) by mails.dpdk.org (Postfix) with ESMTP id E70AA400D5
 for <dev@dpdk.org>; Fri, 20 Jan 2023 09:12:33 +0100 (CET)
Received: by mail-wr1-f48.google.com with SMTP id b5so4157169wrn.0
 for <dev@dpdk.org>; Fri, 20 Jan 2023 00:12:33 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112;
 h=to:subject:message-id:date:from:mime-version:from:to:cc:subject
 :date:message-id:reply-to;
 bh=Ky9QA13xW64AqzFUsOtHXSFgio3sOMQe7+Sn1qgV5rI=;
 b=acHXditEWAY5QsFs2NeR/NAqv8ZfkQDMfr7ZpmEtChtnODQU2DBDx/7HLGoy1kk/Ws
 2jWAxB70trgvhlwCGW4q/xb0WzyNJvs9/rpb/vd0KJzbR+L/MUSaLIk4eZvO2xK2ArR9
 45D+Wb6RXnOOzbJWRhNKnyKqmLCNH7WY1Pw8TLuk/G+PDl7vJ8QZ8MeL0VcvVARW6+M/
 CDkV8dWaO4fw/JT+C4mr0dS3bYluic95A640YXxqXp28seI06ueQlFXw9RCZ2q+Eo/cj
 Nl29HEMD7S7l+AsbdVMeCRVaWajQzJ4aQUtp7ZT1xmKt/AZQhl4cXa9qh5EzH2f8U4Oa
 Db1A==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20210112;
 h=to:subject:message-id:date:from:mime-version:x-gm-message-state
 :from:to:cc:subject:date:message-id:reply-to;
 bh=Ky9QA13xW64AqzFUsOtHXSFgio3sOMQe7+Sn1qgV5rI=;
 b=L1u62a+EKxmmg/lRo2N4BCRHTfP8fUJLA9btrm8j/5Jd3xLjUswGhrvKXs5HfJNqJv
 Egu9n+e71Mmoh52C0M7qf+a5u4c7QuwJaoSRWd6XJMBQ5gWVNhSwY0Jy4Cp8WwU3I8E2
 0S7H+zLkZykcbiFO6DHCi+ooF0JL0of+jVaAofsN+J3RJ04OfETxxNfC8FX30yvM0e0D
 N6+Gv+0+hOT7YOtiVvRkOC/Ohi5f3pI6sYKJI09DRzU+rwXoIULcD5OAh2OhLdZW1dr9
 GSL/MKCNF2bfMNIUbR25bj4o9/6XjRU1TgATaVrSGIANN+jYBFN87yPuC1Hgr6/RXqtz
 jsEA==
X-Gm-Message-State: AFqh2kpiONBEyh6QNlBhUTyJhkNZXC6elDMFPdeBZTsC3J3JjMjc8DH8
 XYtw4NVx1QnWYmU6ew6OfVwiBv1TzG8Hfwq5v810Tzd7hqw=
X-Google-Smtp-Source: AMrXdXshV1YvmeHu1etaoaZniS7gfB/0Le0upakVe5G5Hs48sb2bFX4ks8th9j1AMAlwt4TkaerxVg6+zRY9fVO0tWs=
X-Received: by 2002:a5d:5b0e:0:b0:2be:9c1:4f3a with SMTP id
 bx14-20020a5d5b0e000000b002be09c14f3amr864158wrb.356.1674202353256; Fri, 20
 Jan 2023 00:12:33 -0800 (PST)
MIME-Version: 1.0
From: Sam Kirubakaran <samkirubakaranl@gmail.com>
Date: Fri, 20 Jan 2023 13:41:56 +0530
Message-ID: <CAAmbQF8aeX_CebFjGdTjO0wJMfv7oQeRBB5tNRNpQ07=7D0tFg@mail.gmail.com>
Subject: TCP stack support on DPDK
To: dev@dpdk.org
Content-Type: multipart/alternative; boundary="0000000000008c4dce05f2ad9ce6"
X-Mailman-Approved-At: Fri, 20 Jan 2023 12:18:29 +0100
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org

--0000000000008c4dce05f2ad9ce6
Content-Type: text/plain; charset="UTF-8"

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!

Regards,
Sam

--0000000000008c4dce05f2ad9ce6
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">Hi team,<div><br></div><div>My name is Sam and I am a Soft=
ware Engineer.</div><div>Currently, we are trying to improve=C2=A0the perfo=
rmance of proprietary in-house tools by using DPDK but we are not sure whet=
her DPDK has support for TCP stack.</div><div>If yes, could you please poin=
t me to the link of apis alone. I will take it from there.</div><div>Could =
you please guide me on this? Your response would=C2=A0be highly appreciated=
!</div><div><br></div><div>Regards,</div><div>Sam</div></div>

--0000000000008c4dce05f2ad9ce6--