From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-f49.google.com (mail-lf0-f49.google.com [209.85.215.49]) by dpdk.org (Postfix) with ESMTP id 1538C2A5F for ; Tue, 19 Jul 2016 10:31:31 +0200 (CEST) Received: by mail-lf0-f49.google.com with SMTP id f93so7301114lfi.2 for ; Tue, 19 Jul 2016 01:31:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=gLz4CM5+zgLnjFftfhNX5UC/+3o4iKXxi3HS7+FP8gg=; b=dFNuTmvsALVqhZnJzu2b5uLbdR0BeY28ZxjJ9BxcXTGZBD74m71RenyGqvzTK+RM5S 6PTnRpZ6VoyZv2ydBWZy6Dqt+p48vLPus2grtyhLj8a1rEvvOA3u1dURiWnwatFDJHec Y68977Clug/Mni9p+rUpsKx4DOFmO29dPpd3n1I3Fg8tIfHADzGfzjbJsnwa4VbUzsk7 aQHIwOFBIkFPSfnsNEQ4xxL0ELa4bq/+pTorNXtp0J+loqxOlCW952I8OPiTwm1VrQIw WzWBXUrxBrLrrFks4MDitsDBmkriZw9moKuiW+DYRby16nRfmbd8cPQmmrn//Cr+HKVg sumg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=gLz4CM5+zgLnjFftfhNX5UC/+3o4iKXxi3HS7+FP8gg=; b=SKuXP05dlS/N0BXlTnBcd2DbjADaHim8bBDids0xKXQPv992Pe/J06jzVWhRus5QNU X9qDeKzH7aaMfiSqLWh4/0tdI5VvOqtuI4PHcF4uZtb1nf2v9dkwI9TcpkUM46NhOE1s z42AhHsF4+YafLZqGtrsun96kpYkH6fyqICCWEJKc74j1hXdmotEAhnU2kLlChA/27EO Hdq6t3/R2N6ddtU8RhplMYAKvaArFL5piFMllsLlLoFPelJgCaRLPxwpWhyl7KEw+bUL S2m9xLvaiJ14TvUA83/xRZvMZEhAIpLGJ4RK18/QbGqatPazZDvcLcjN/4SyyKO2o/UQ JhBw== X-Gm-Message-State: ALyK8tKJhbdFF9/NicmrHKCDKYKZ095RNj121uZ0XmIQcEEfVkM5SwXMIHSHYDIp35eC8dxyOKqwOgny/nM7dw== X-Received: by 10.25.219.10 with SMTP id s10mr2579728lfg.101.1468917090536; Tue, 19 Jul 2016 01:31:30 -0700 (PDT) MIME-Version: 1.0 Received: by 10.114.113.5 with HTTP; Tue, 19 Jul 2016 01:31:30 -0700 (PDT) From: Vladimir Medvedkin Date: Tue, 19 Jul 2016 11:31:30 +0300 Message-ID: To: "dev@dpdk.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] purifier X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2016 08:31:31 -0000 Hi all! I decided to open my project's code. It is fast scalable transparent statefull firewall which helps to mitigate transport layer DDoS attacks in datacenter environment. https://github.com/medvedv/purifier It was written with dpdk1.7.1 and I hope to rewrite it with the current stable version of DPDK soon. -- Regards, Vladimir