From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by dpdk.org (Postfix) with ESMTP id 64B218DA6 for ; Mon, 14 Sep 2015 16:03:40 +0200 (CEST) Received: by wiclk2 with SMTP id lk2so134581712wic.1 for ; Mon, 14 Sep 2015 07:03:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=ko1EqVzroKXVE7HPv5xJjfvJU2bU06F/8TtycxK9Kys=; b=OqDSsP4quK677XTnySQDkHggdxiWZlFJxSSpx+Fgy9IOOH2VE7g4KEjH5nuYdaySrO UyWdN5ULI91lfeEh8FglF0gujgr10Vmx/JxeRbrPnXdp3Ck93WOfAb9lDzeGt7+XOYmM eDctupU3lOLAf1ft5fbiOKunUsF+J3AAob1VWs/+wgq2UvDEzFDiGUgJGN1CDMxtsA9Q zGOiQ6H8gYNsGt8ERVpMZpxD5JtFE4l1gZDjjQF3LM/6SpxT7dRK/cTvqlq0U431SSsz eeDgae+gHuSxWAtqy4I8B2a/+qdeJJQ3NkRL2tqf6cn9anB9+8YLlW8OL5NZk1Y0mAGF FJxQ== X-Gm-Message-State: ALoCoQnQ9l2pAtF561fAwGYH7Bm5Hy2DjP0Bb9sEafmqXOsW49Ahg00cJdIbmB5NguX7mugoQTIF X-Received: by 10.194.92.166 with SMTP id cn6mr28814132wjb.6.1442239419908; Mon, 14 Sep 2015 07:03:39 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id lh11sm14529443wic.18.2015.09.14.07.03.38 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 14 Sep 2015 07:03:39 -0700 (PDT) From: Thomas Monjalon To: Matej Vido Date: Mon, 14 Sep 2015 16:02:32 +0200 Message-ID: <1506892.aumOHkkchj@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] DPDK 2.2 roadmap 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: Mon, 14 Sep 2015 14:03:40 -0000 Hi, 2015-09-14 15:44, Matej Vido: > CESNET would like to submit new virtual poll mode driver for COMBO-80G and > COMBO-100G cards. This PMD requires libsze2 library and kernel modules > (combov3, szedata2_cv3) to be installed. The name of the driver was szedata2, right? What is the meaning? Why not having liberouter in its name? > We have already sent a patch serie in June > (http://dpdk.org/ml/archives/dev/2015-June/019736.html ), but missed > previous merge window. Now, we are working on a new patchset version with > scattered packets support. Please try to split the patches in order to ease the review. One feature per patch is a good rule. > Meanwhile, we have improved the firmware and would like to share the > results of our benchmark:https://www.liberouter.org/wp-content/uploads/2015/09/pmd_szedata2_dpdk_measurement-2015-09-11.pdf Nice results! Thanks