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 1D7A341CB2; Thu, 16 Feb 2023 15:39:56 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F316640EE3; Thu, 16 Feb 2023 15:39:55 +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 39A3040E03 for ; Thu, 16 Feb 2023 15:39:55 +0100 (CET) ARC-Seal: i=1; a=rsa-sha256; t=1676558391; cv=none; d=zohomail.eu; s=zohoarc; b=CofIEiRzuWp7aNjFfD0vMRrkBAfQNI2lA/XC2cQXJfoWrjBwEgtaRsY5YfMl3/HWfeZiUbu1q0SYav8gHL2f4z9zuWJQNWsrpe76/nZn5C8hHhPtWblhTh5cQGMj6/4BSeQYfgYckwzzEMPkqfnzdorppuHyKCRWzNKUER9xPNs= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.eu; s=zohoarc; t=1676558391; h=Content-Type:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=68zS8xgeaN+naeSCEGShfOgL+wh6pfxkA9e1FiqxKa4=; b=Nxp1fV4OYadbPhfiHU5UTwJRJyu1kbjZ8PEI+xo04Jm1AkgymG3avVacCL/hgWuAG1dgAycCdUQOFMe0f3yDDhQELBtVHgwRXAL00GcxuroSXXiJgj0gliHIWeBVSYevmejzwJG4htpHfp7zfrO7q+Eon/9GDH9PW89qTDhNpS0= ARC-Authentication-Results: i=1; mx.zohomail.eu; spf=pass smtp.mailfrom=liangma@liangbit.com; dmarc=pass header.from= Received: from C02GF04TMD6V (ec2-54-93-135-31.eu-central-1.compute.amazonaws.com [54.93.135.31]) by mx.zoho.eu with SMTPS id 1676558388812957.7009572163136; Thu, 16 Feb 2023 15:39:48 +0100 (CET) Date: Thu, 16 Feb 2023 14:39: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 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 compiling into > shared libraries and access it via Python using ctypes? > Could you please let me know any viable solution to make use of user space > TCP stack compatible with Python? sorry, I have no idea bout the python bind with DPDK, but there are some Lua bind with DPDK. Like Moonwire. > > Regards, > Sam