From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by dpdk.org (Postfix) with ESMTP id ED1E85682 for ; Mon, 26 Oct 2015 16:10:19 +0100 (CET) Received: by wijp11 with SMTP id p11so170715541wij.0 for ; Mon, 26 Oct 2015 08:10:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind_com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=L829dAdXhRlRT70+ngSCPIY2hDFbv55tcIo3p8YYL3E=; b=Z1tiWwnu1QCEwFII94258agdlSmD1Vl217aky9sCUYnhcQA2Yy9ZIgMltB5+P3vPLw kNzYS/HWf1vjEI2wcjOe2ID2/XxtuIzjtRXDqOczvMLZyAmMTaGixgKW/7qgm0p/Xewp gqlXWiQKrNhSk3nzdjToqKL0J6kpNUbb66q1viiemDt4TXhUkqA8wRRYWZfMRWYqhgxl 8DMcM5Q/V0exHkBcYcOVysIQ1lHA2vueBicQNC9nHiodDiAHqnq7IWMRGlg1OolhHlGA Fu1ZhHHw9RWE++idtZUVzZRgTGCJBVsZHDAavJVPGV2tAdJ642J5ud6gSKl1hreOxpds ZRQA== 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=L829dAdXhRlRT70+ngSCPIY2hDFbv55tcIo3p8YYL3E=; b=ERWyhgnaNpOhjYCW8n1VL/gSsbpmEeIV1SnS4Q3arLejXp/gsmaY9EczKAqFU0MYaS GjviyPESDiLNVOKbYEi2GMEtKeGNavyJnxl0RUMLNlfWAyStxiHlPkgF1GaJYbRMY+J2 3Ra9OSzE7UYsNCcme+D9x3Zpj1urYwfT11v6l7WMr3+nNdhOoMgtGQq5g/q0kyms2Tb5 gl9JeGvf6ZSrJ6M/I5Hb73fgmqoOg3F+VA3eheIbA6ceEVPNF5hI0SgZ/wKZgO4lbMdm 5gjb3GKFjgWN49C0yWAr3dJUalpFAcX95/tDAcjSD2ItbGO9/9vPB7rbo1888/UsZYii 2zcQ== X-Gm-Message-State: ALoCoQn2TuX6ecXAdcz7BrRqPI8hTZZ+TdhGmwYdraO+qr141QuRRPYOwMY7Ogn+oC5AEc9f0nT6 X-Received: by 10.180.8.163 with SMTP id s3mr9367221wia.70.1445872219573; Mon, 26 Oct 2015 08:10:19 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id jd9sm14287126wic.0.2015.10.26.08.10.18 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 26 Oct 2015 08:10:18 -0700 (PDT) From: Thomas Monjalon To: Matej Vido Date: Mon, 26 Oct 2015 16:09:11 +0100 Message-ID: <2385499.t56VK4bXHN@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1442565172-5338-5-git-send-email-matejvido@gmail.com> References: <1434702301-4509-1-git-send-email-vido@cesnet.cz> <1442565172-5338-1-git-send-email-matejvido@gmail.com> <1442565172-5338-5-git-send-email-matejvido@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2 4/5] doc: add documentation for szedata2 PMD 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, 26 Oct 2015 15:10:20 -0000 Hi Matej, Thanks for providing a documentation. I'm sorry to give a late feedback and I would like that other contributors have reviewed it. There are a lot of PMD developers around. Please help. 2015-09-18 10:32, Matej Vido: > +- **libsze2** > + > + This library provides API for initialization of sze2 transfers, receiving and > + transmitting data segments. Please provide more information to help installing the dependencies. > +SZEDATA2 PMD can be created by passing --vdev= option to EAL in the following > +format: > + > +.. code-block:: console > + > + --vdev 'DEVICE_NAME,dev_path=PATH_TO_SZEDATA2_DEVICE,rx_ifaces=RX_MASK,tx_ifaces=TX_MASK' SZEDATA2 is not a vdev. Is it possible to probe it as a standard PCI device?