From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nm50.bullet.mail.bf1.yahoo.com (nm50.bullet.mail.bf1.yahoo.com [216.109.114.67]) by dpdk.org (Postfix) with ESMTP id 0ACA32170 for ; Fri, 21 Oct 2016 12:12:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1477044748; bh=SbVcmVf2kT9l1xdd8JQsONu1YL6o8CgUJAC4MIUCd48=; h=Date:From:Reply-To:To:Subject:References:From:Subject; b=XMljaywTicSH5YpSjmzwp83gYCV4DFpftoYItG5LbY+e8N/i7wj0RMFUeYlucXC2jzdoFLDw7E9O8YL/kPsLxnMxlDnYUERGVOs9DHbf24g1oQIBHHUQx/Lp+yyZVPJ63qGzOu3AyQQgfFgDWCUoF45aB4U8L/ZZna0NtXmgSOk5OtwvP/I0U4StIQHZGPBvm0mScxFUKz3Bf1/iAPI0PfTPSqpVQ4Yw7R/O87Piste1XKrimBnRzV5SWiopoNFDTjwBKxxu12PErf+yqWOghohJSqiCj5SfaDWSB6aeZIKv2X76btXfS+rTbjjUrFOcov8nsvJ/U7RFTLN+XS1GNA== Received: from [66.196.81.174] by nm50.bullet.mail.bf1.yahoo.com with NNFMP; 21 Oct 2016 10:12:28 -0000 Received: from [98.139.212.227] by tm20.bullet.mail.bf1.yahoo.com with NNFMP; 21 Oct 2016 10:12:28 -0000 Received: from [127.0.0.1] by omp1036.mail.bf1.yahoo.com with NNFMP; 21 Oct 2016 10:12:28 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 386521.65119.bm@omp1036.mail.bf1.yahoo.com X-YMail-OSG: DPR6NcwVM1ln7cX0Sm.ob.wjhmiIOGkyd0oqAoyhEvIfpKUSi54Ha7BUgn5iyU1 _R4iVSdN6oq9WD0lIAp8U1rUnopBvu960i4tP.Dfs.790dwh0UsHFhVYh7yKsMlm_F6M6Sm13.y7 qv.KN_tfpWW6L1eQydiW15zsFekcgcPkPA70yEM9yAnjtbL2HgfCw7Irfh6T3cO2HNT5Rejvl5ft HHh4V.YpmX_AtU1XEwLwEwdMkUWaE_hEX4ambJbzWK_8F35S716czhrmF.wOYt0YfvBnhAaGHVXd MH2XlJAqFxMQV.9Cxt3u06bL3F0zAwOK5I9x0K5SXhAqHB7m1QvlXWovikKLgpF33IL68A6i40m0 OZt24Kuh_93jM32jkYVPA5en5G_b0BrLgmZQIbtMBwoMuRfCJpzY3IS8sFUIoL6UPoISnYqtuBuf scmD1mDwqzTo.DkX1ol_8serOdMNllVb1wRmC81KF1kSC.cuDNmaZ3wFXxRXFGRphDy9jIbrnNXG tDDDvquCTpC4gn5tX06zDbtumWuFeEAZGqv.kG3KI9g-- Received: from jws400063.mail.bf2.yahoo.com by sendmailws104.mail.bf1.yahoo.com; Fri, 21 Oct 2016 10:12:28 +0000; 1477044748.027 Date: Fri, 21 Oct 2016 10:12:27 +0000 (UTC) From: Barbaros Kazan To: Message-ID: <958477754.195584.1477044747777@mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit References: <958477754.195584.1477044747777.ref@mail.yahoo.com> Subject: [dpdk-users] Packet filtering with dpdk X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Barbaros Kazan List-Id: usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 10:12:29 -0000 Hi all, I need to use dpdk for a basic DDOS mitigation application that, After capturing the packets with dpdk, I will run my algirthms and then finding the ip , i need to drop the packets from that ip like a packet filter like pf Can i achieve this with a tcp/ip stack over dpdk without writing my packet filter, is dpdk ACL is sufficient for this? Or do i need also a packet filter of my own? Thanks