From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 4/5] doc: add documentation for szedata2 PMD Date: Mon, 26 Oct 2015 16:09:11 +0100 Message-ID: <2385499.t56VK4bXHN@xps13> 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Matej Vido 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) In-Reply-To: <1442565172-5338-5-git-send-email-matejvido@gmail.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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?