From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from varys.fraudbuster.mobi (varys.fraudbuster.mobi [195.154.36.198]) by dpdk.org (Postfix) with ESMTP id 77F9028FD for ; Thu, 31 Jan 2019 14:10:50 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by varys.fraudbuster.mobi (Postfix) with ESMTP id 4BA7ADF1D4 for ; Thu, 31 Jan 2019 14:10:50 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fraudbuster.mobi; s=mail; t=1548940250; bh=pkGDD+iRGoK6EXJDakCSxlaXW6SFqbTURqHiq5uw7Wc=; h=From:Subject:To:Date:From; b=jgAD9JCw613fYWrhV3GlQ8s95KJ8fAsOPiaTzDb7AvaS93HBxMo1YoTNDbvVRZ5/H +atKd56iVi5sE1OOwPVM6a646LLxcNWEQo/ZZpVmsdNudd7cEE3RF7Yx9+OtuW1bcn aec4spJjavMK5TRd3fLSzWjoa5qk4t+zg02hhM7g= X-Virus-Scanned: scanned at varys.fraudbuster.mobi Received: from [127.0.0.1] ([127.0.0.1]) by localhost (varys.fraudbuster.mobi [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BOzRYqmrDFSV for ; Thu, 31 Jan 2019 14:10:50 +0100 (CET) Received: from [172.16.61.68] (lneuilly-656-1-133-210.w80-11.abo.wanadoo.fr [80.11.182.210]) by varys.fraudbuster.mobi (Postfix) with ESMTPSA id 15002DEF3E for ; Thu, 31 Jan 2019 14:10:49 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fraudbuster.mobi; s=mail; t=1548940250; bh=pkGDD+iRGoK6EXJDakCSxlaXW6SFqbTURqHiq5uw7Wc=; h=From:Subject:To:Date:From; b=jgAD9JCw613fYWrhV3GlQ8s95KJ8fAsOPiaTzDb7AvaS93HBxMo1YoTNDbvVRZ5/H +atKd56iVi5sE1OOwPVM6a646LLxcNWEQo/ZZpVmsdNudd7cEE3RF7Yx9+OtuW1bcn aec4spJjavMK5TRd3fLSzWjoa5qk4t+zg02hhM7g= Authentication-Results: varys.fraudbuster.mobi; dmarc=fail header.from=fraudbuster.mobi From: "jonathan.ribas@fraudbuster.mobi" To: announce@dpdk.org Message-ID: Date: Thu, 31 Jan 2019 14:10:48 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Thu, 31 Jan 2019 14:33:00 +0100 Subject: [dpdk-announce] New DPDK hosted project: dpdk-burst-replay X-BeenThere: announce@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK announcements List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jan 2019 13:10:50 -0000 Hello all, A new project has come into the DPDK community, a tiny tool named "dpdk-burst-replay" whitch tend to be a "tcpreplay" like based on DPDK (so, with high performance concerns). ATM, only few features are available: - it can replay a pcap multiple times in a row. - it can replay a pcap on multiple NIC ports. - and it replay the pcap at maximum bitrate, by pre-caching the dump before starting to send packets. - and at the end, it gave some statistics. The main tool's objectives are to be simple (it manages itself all the EAL/mempool/port initialization etc) and to be as fast as possible. You can have a look on the README here: https://doc.dpdk.org/burst-replay/readme.html And at the source code here: http://git.dpdk.org/apps/dpdk-burst-replay/ Finally, to fill an issue, use the dedicated bugzilla: https://bugs.dpdk.org/enter_bug.cgi?product=dpdk-burst-replay A presentation will be made at FOSDEM this Saturday, for those who are interested and can't be there, it will be recorded and should be available next week here: https://fosdem.org/2019/schedule/event/dpdk_burst_replay/ Do not hesitate to give me feedback! NB: This tool is released under BSD 3-clause license. All contributions will be welcomed! :) Regards, Jonathan.