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 DCC2DA00BE for ; Mon, 7 Mar 2022 01:27:34 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 86D484068F; Mon, 7 Mar 2022 01:27:34 +0100 (CET) Received: from mail-vs1-f43.google.com (mail-vs1-f43.google.com [209.85.217.43]) by mails.dpdk.org (Postfix) with ESMTP id EBD354068A for ; Mon, 7 Mar 2022 01:27:32 +0100 (CET) Received: by mail-vs1-f43.google.com with SMTP id a186so3803971vsc.3 for ; Sun, 06 Mar 2022 16:27:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:from:date:message-id:subject:to; bh=UlYGsFrY3ujWr39/DI8BvVHA6PLb0V6+ZXuWgibbExo=; b=pwUfI2h8EM9PBMIBqqByaGpFJGPRkP+gEACCkCkVNsQnx2sdnrcJHs5GS2/XKO9nRe nd+kgRd5N1Gfiik9rB5M1VGCNPT5hap9a7rFQA0xgwojsBrUQ9I9LitV4iSRdZoAfjXh 9u3JYS2hmGNJZQKO5yYX5yxq/4V+ld4UcCtNEucLJBMeN0gX7hBchH0X6E+HnFc1sxR3 lJXHp9Q9aIXnB1iqAr4OaDMAz7ao8YhMkEh878Ta8VencP8sh0LSI86mi/V+zzZRlpre 1UxpmQnI7oW6ZMhPj2CHMS46gKrnbJNVdY6OiS5vn5bkbBwQxnU3eeILfmHIMSD9ZkVH aE1w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=UlYGsFrY3ujWr39/DI8BvVHA6PLb0V6+ZXuWgibbExo=; b=mX1qUwQ+IYUFLuWgdqno4lRPCmiZ0WAtKevwCiUQ0lZNDtkV4hMUbAWRCYZ45hOo5X Xf173cDDNvj6Pq1lBguwPjM4qkmfzNk74mKbbl/+JGfw9thVgXl3mUHSNFiX6xm6X92r z9xDI06CvH07151rn5ZFdxFONAUHu+gdHntk9KHGT4qUbEWWTF8gb8dPmH9lDKYfVhRg O4OIMmW9aVnc677uxZq/R/OdDa7ss6x6DGn6TLnRfBEC5vOc2v9AFo23hidx1xjWmXgW XqtGSFrJkpCPMnzHtrdZgVZOgnNIvXuUCcxWzsPgCFx2gQWWK3b6XgNpDNGLLpyj4D5Q rxlw== X-Gm-Message-State: AOAM531lcXPC82CMfD4DgCoYIyZcuWiOccgw8kdxJl+ujnPEY9NrStGe iO6wf3MIBABOmtUU4DRi4KEr4p4RW6CJKIUNVHBcSh+gcjT62g== X-Google-Smtp-Source: ABdhPJx+CeFUWfx0sRoiyV1weMFPt3ZnhZ8yJzNb9UKJHteXAkjULNxulJsWqT1auJrD/Z/9hAUJpm8eamV7tCwMVZo= X-Received: by 2002:a05:6102:5589:b0:31b:dff9:3ddb with SMTP id dc9-20020a056102558900b0031bdff93ddbmr2915963vsb.62.1646612852048; Sun, 06 Mar 2022 16:27:32 -0800 (PST) MIME-Version: 1.0 From: fwefew 4t4tg <7532yahoo@gmail.com> Date: Sun, 6 Mar 2022 19:27:21 -0500 Message-ID: Subject: Introduction to sending UDP packets through DPDK with code To: users@dpdk.org Content-Type: multipart/alternative; boundary="0000000000002104fa05d995eeb2" 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 --0000000000002104fa05d995eeb2 Content-Type: text/plain; charset="UTF-8" I've asked and received several responses on DPDK in this forum. And along the way I've noticed others asking the same questions: - what's an lcore - memory pools - creating and sending packets - etc You may then find this link helpful: https://github.com/rodgarrison/reinvent which covers all these issues. It includes a worked example on AWS c5n.metal machines using AWS ENA NICs sending and receiving UDP packets. --0000000000002104fa05d995eeb2 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I've asked and received several responses on DPDK in t= his forum. And along the way I've noticed others asking the same questi= ons:

- what's an lcore
- memory pools
- creating a= nd sending packets
- etc

You may then find this= link helpful:

h= ttps://github.com/rodgarrison/reinvent

which covers all these is= sues. It includes a worked example on AWS c5n.metal machines using AWS ENA = NICs sending and receiving UDP packets.
--0000000000002104fa05d995eeb2--