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 71F62A034C for ; Sun, 18 Dec 2022 11:08:28 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2703742D2C; Sun, 18 Dec 2022 11:07:55 +0100 (CET) Received: from mail-lf1-f52.google.com (mail-lf1-f52.google.com [209.85.167.52]) by mails.dpdk.org (Postfix) with ESMTP id 9B66840223 for ; Thu, 15 Dec 2022 06:00:47 +0100 (CET) Received: by mail-lf1-f52.google.com with SMTP id b13so13893058lfo.3 for ; Wed, 14 Dec 2022 21:00:47 -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=Xm3HNKSmIkSJCc1iyQmYYkiBIl55UDGlKL5XLczm1yw=; b=Y6vsk/tu/lRJgpcJAraYk6BVX8as5mTWu90WlSHyg1vv3dSY6x8kYk1U/SuN4CTTdE egJWsvSzC35UsdKhLygaXdqvPptAn/gJzU+QrXe2ELFFuKuTbfetZzASN4Bf3cqyz1IQ GghDNGA3tMX2i3kFcIil0jUakfGQjirS91MPx5aLrEoDQnCKPaMPyCd/kclW72RZY2Jt rm4vWKngM65tk8YHO8cdLjO63XPJeMMGiAgOMxvEdm6oPFfhixBE3iBB90YWA8IecezD ++X+LWtBR/wZ7I2GU3mlo8/9IyGJ03XDKqIeaw1tq3YrEGqwYhNsdQiCpzxc1WN46PWT X73w== 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=Xm3HNKSmIkSJCc1iyQmYYkiBIl55UDGlKL5XLczm1yw=; b=GU+mL1EkKGpEALzmd3vJzE5iCX7QaHfKSd7UGPv2uPjyF2v5bOPYOUVM4KOMrg7Z6c j8Xy0eYrRlSwaWGs6gQBrAzNR+dZM6vDpYt1ahZzrAM3TR7XP3a1srRWaM0iIbH9pWLX BDV/9gUGtpfKcMp+UT1POppCkVYrviW2SzybeknBRe5iIVlels+grDoVJRbV1XifTeja LZsndkoDzgjPoyNir8uhOl5MN+9Nj+m9ynVIHOMnmbNYb89VUkXddgPGeuuP8dow1wsX S+ck5fEQjY6XBGwum9iOp6vu+TV3dEL++gzJCw/HXK1cWV10KN3nhRRm0EJbCgvQ9srn Zbhg== X-Gm-Message-State: ANoB5pmKmr5Un0wGlRf20CFOmoOnpwiIBmpao04yOaiRHqb4G9v0uXf8 ZjapqpdKUGBzy+nBDKcJALOWbRVI7aBj/XhPJKQ3mW7NU8s= X-Google-Smtp-Source: AA0mqf6Kq+QhUxWJvqDIz/LFc4L/eyc+EzqSbGYGnijeNb83UZJBDTMBIRYO87wU03PBKr+Jc+ltUilDTdOP1saT8WU= X-Received: by 2002:a19:ee0a:0:b0:4b6:7212:3c06 with SMTP id g10-20020a19ee0a000000b004b672123c06mr831019lfb.543.1671080446676; Wed, 14 Dec 2022 21:00:46 -0800 (PST) MIME-Version: 1.0 From: Fuji Nafiul Date: Thu, 15 Dec 2022 11:00:36 +0600 Message-ID: Subject: use DPDK to send/receive UDP packets to/from public network saturating my network line rate To: users@dpdk.org Content-Type: multipart/alternative; boundary="0000000000006a535405efd6bc56" X-Mailman-Approved-At: Sun, 18 Dec 2022 11:07:54 +0100 X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: users-bounces@dpdk.org --0000000000006a535405efd6bc56 Content-Type: text/plain; charset="UTF-8" Hi, I am new to DPDK. To say in short, I was able to send DPDK packets from VM1(using DPDK) to VM2(normal) locally, and from public server1(using DPDK) to public server2 which were connected to the same switch. I actually used UDPDK which implemented a UDP layer on top of DPDK so I actually was able to receive UDP packets in the 2nd VM or 2nd public server by a java UDP receiver application. Now, is it possible to send these DPDK accelerated UDP packets to a public network like from server1(using DPDK/UDPDK) to public server2 (normal) which aren't connected and remote to each other? if possible then how to do it and will it really serve my purpose of saturating the network line rate (I was hinted to use OVS-DPDK but I am just not sure what to do so with the public internet)? Thanks in advance for any help .. !! --0000000000006a535405efd6bc56 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi, I am new to DPDK. To say in short, I was able to send = DPDK packets from VM1(using DPDK) to VM2(normal) locally, and from public s= erver1(using DPDK) to public server2 which were connected to the same switc= h. I actually used UDPDK wh= ich implemented a UDP layer on top of DPDK so I actually was able to receiv= e UDP packets in the 2nd VM or 2nd public server by a java UDP receiver app= lication.

Now, is it possible to send these DPDK accelerated=C2=A0U= DP packets to a public network like from server1(using DPDK/UDPDK) to publi= c server2 (normal) which aren't connected and remote to each other?=C2= =A0 if possible then how to do it and will it really serve my purpose of sa= turating the network line rate (I was hinted to use OVS-DPDK but I am just = not sure what to do so with=C2=A0the=C2=A0public internet)?

Thanks i= n advance for any help .. !!
--0000000000006a535405efd6bc56--