From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v3 00/46] LiquidIO PMD Date: Mon, 27 Mar 2017 11:41:10 +0100 Message-ID: <0d198688-f642-7840-4671-efe913be4694@intel.com> References: <1488454371-3342-1-git-send-email-shijith.thotton@caviumnetworks.com> <1490423097-6797-1-git-send-email-shijith.thotton@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Shijith Thotton Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 80420FA89 for ; Mon, 27 Mar 2017 12:41:12 +0200 (CEST) In-Reply-To: <1490423097-6797-1-git-send-email-shijith.thotton@caviumnetworks.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 3/25/2017 6:24 AM, Shijith Thotton wrote: > The patch series provides initial version of virtual function poll mode > driver for Cavium LiquidIO II server adapters. This version adds support > for LiquidIO II CN23XX 210SV adapters. > > Patch series includes driver documentation doc/guides/nics/liquidio.rst > and list of supported features doc/guides/nics/features/liquidio.ini. > Updated release notes to notify the addition of new PMD. > > v3 changes: > * Addressed review comments from Ferruh. > - http://dpdk.org/ml/archives/dev/2017-March/060778.html > - http://dpdk.org/ml/archives/dev/2017-March/060772.html > > v2 changes: > * Restructured patches as suggested by Ferruh. > - http://dpdk.org/ml/archives/dev/2017-February/058186.html > * Addressed review comments on driver from Ferruh. > - http://dpdk.org/ml/archives/dev/2017-February/058188.html > - http://dpdk.org/ml/archives/dev/2017-February/058194.html > * Modified commit logs as suggested by Ferruh. > - http://dpdk.org/ml/archives/dev/2017-February/058189.html > - http://dpdk.org/ml/archives/dev/2017-February/058190.html > - http://dpdk.org/ml/archives/dev/2017-February/058193.html > * Made changes to documentation as per review comments from John. > - http://dpdk.org/ml/archives/dev/2017-February/058206.html > * Fixed FreeBSD build failure. > - http://dpdk.org/ml/archives/test-report/2017-February/011272.html > * Updated driver documentation: > - Added CN2360 under supported LiquidIO adapters. > - Added CRC strip under limitations. > > Shijith Thotton (46): > net/liquidio: add liquidio PMD skeleton > net/liquidio/base: hardware register definitions > net/liquidio: definitions for log > net/liquidio: liquidio VF PMD driver registration > net/liquidio/base: macros to read and write register > net/liquidio: liquidio device init > net/liquidio: add API to disable IO queues > net/liquidio: add API to setup IO queue registers > net/liquidio: add mbox APIs for PF VF communication > net/liquidio: add API to setup mbox registers > net/liquidio: add API for PF VF handshake > net/liquidio: add API for VF FLR > net/liquidio: add APIs to allocate and free IQ > net/liquidio: add API to setup IQ > net/liquidio: add APIs to allocate and free SC buffer pool > net/liquidio: add APIs to allocate and free soft command > net/liquidio: add APIs for response list > net/liquidio: add API to send packet to device > net/liquidio: add API to configure device > net/liquidio: add API to setup Rx queue > net/liquidio: initialize Rx queue > net/liquidio: add Rx data path > net/liquidio: add API to release Rx queue > net/liquidio: add API to setup Tx queue > net/liquidio: add APIs for SG list > net/liquidio: add APIs to enable and disable IO queues > net/liquidio: add Tx data path for single segment > net/liquidio: add Tx data path for multiple segments > net/liquidio: add API to flush IQ > net/liquidio: add API to release Tx queue > net/liquidio: add APIs to start device and update link > net/liquidio: add APIs to alloc and send control command > net/liquidio: add API to control Rx > net/liquidio: add RSS support > net/liquidio: add API to get device info > net/liquidio: add API to validate VF MTU > net/liquidio: add APIs to enable and disable multicast > net/liquidio: add APIs to set link up and down > net/liquidio: add APIs to configure UDP tunnel port > net/liquidio: add support for Rx stats > net/liquidio: add support for Tx stats > net/liquidio: add APIs for hardware stats > net/liquidio: add API to stop device > net/liquidio: add API to close device > net/liquidio: add API to add and remove VLAN port > doc: add doc for liquidio and update release notes Series applied to dpdk-next-net/master, thanks.