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 97580A00BE; Sun, 5 Jun 2022 17:56:56 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 684B4400EF; Sun, 5 Jun 2022 17:56:55 +0200 (CEST) Received: from mail-pj1-f47.google.com (mail-pj1-f47.google.com [209.85.216.47]) by mails.dpdk.org (Postfix) with ESMTP id 811FC40041 for ; Sun, 5 Jun 2022 17:56:53 +0200 (CEST) Received: by mail-pj1-f47.google.com with SMTP id j7so10983349pjn.4 for ; Sun, 05 Jun 2022 08:56:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=XclRVvEbHLG13jAjIPG6DU6hO6a57lq5bpCFKVZ/HSs=; b=wcLP+OAigZf6rOFfkg6Rfj55HvcdsIZSLHf1fsfgXgpxd6yXAyDdMZPlTbbUrfK7Ae 94vtI/1PXIYaW791YbZQJyeS7RukOwDaF7Bp/1qxqNNgUybLTVHehCurTweDsrapYR5T d1GeE08rJn/NgEdPrxketO1guMCt+5owkb19vSFAQtWFizeLMOlB4A37jgzE9Td9mtTm lT8DeNViGyVQjpUBrIKp+QEEuqsWoBZIXNFb2zdROMTDHtX8f4VbZeQM2eEWMujNNFue em4obUsvSmTBvxMlnPMg2yotaaNtnqogI0jRVBAqTtt+vKIVu/o1IF5iVqcjQ67/gfJR 3X0w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=XclRVvEbHLG13jAjIPG6DU6hO6a57lq5bpCFKVZ/HSs=; b=E51XFxNKpNTQb6942ZKm2TqHhpx2REessDMgzJ5wgcufrQApLdJpGJOHQWYMNsMlcS WX+sM3PVTAYFD422T49TNOuZEPnpMTfv0AOmtsWvsB+Y5SIWNeYECt9Wb70cDteG+jlO IgB09kBR4c7oBo8OLHy35AIIi4xmpPAjrFTZ13PQGfHUuzIZ0Ly3FcZbZVRMpmb7RdN2 /ueAdOjHH7o1r4kqNP1jym1gY6S01RrfH3Zs8FHawktMl4fJYaj+xugp2fcqeMcOS6V0 5A//lVvf2/iB5lj1fEgPVW4L9sNq9VayzivJBS8lzjLdYz2D5u7x7mzRBES9dORvf1oN KrDQ== X-Gm-Message-State: AOAM532A+OB4a45dN013mO9iAebv5af8Wrl7NMDdBgCteWJEyUPW45jp wyOb9HDsuBtg/dT5SUwJt40qiQ== X-Google-Smtp-Source: ABdhPJxAHtb/XlqEerd37rtS0MXAmqZCoMSYImUCo5FOKk/Bct3yDhHbmci6DKaDkXa8V08z6DD6jQ== X-Received: by 2002:a17:902:ed82:b0:158:fef8:b501 with SMTP id e2-20020a170902ed8200b00158fef8b501mr19470943plj.47.1654444612509; Sun, 05 Jun 2022 08:56:52 -0700 (PDT) Received: from hermes.local (204-195-112-199.wavecable.com. [204.195.112.199]) by smtp.gmail.com with ESMTPSA id k14-20020a63560e000000b003c6a71b2ab7sm8693908pgb.46.2022.06.05.08.56.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 05 Jun 2022 08:56:52 -0700 (PDT) Date: Sun, 5 Jun 2022 08:56:49 -0700 From: Stephen Hemminger To: "Muhammad Siddique ." <181212@students.au.edu.pk> Cc: dev@dpdk.org Subject: Re: Intro to DPDK and Installation for DPI Message-ID: <20220605085649.304bb6b9@hermes.local> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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, 3 Jun 2022 11:13:27 +0500 "Muhammad Siddique ." <181212@students.au.edu.pk> wrote: > Hello, I hope this email finds you well, and you are doing well. > I'm approaching you out there, in a situation where I'm a student of Cyber > Security and have my final Semester, I have to Install DPDK for Packet > processing and then Deep Packet inspection Can you please help me out > there, I have already Installed DPDK and Configure it a little bit, but I > can use it for DPI > Kindly help me I'm poorly stuck, please.=F0=9F=98=AA=F0=9F=99=8F DPDK is a way to get and process packets. What is done with those packets is up to the application. There is a small but limited set of examples that just forward packets. Doing full DPI requires a whole lot more code which is not in DPDK. You might find an open source DPI project somewhere else.