From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 00/32] Support more features in Solarflare PMD Date: Fri, 16 Dec 2016 09:57:06 +0000 Message-ID: <141df1cb-2259-b1a5-200f-d815eb7cefea@intel.com> References: <1480664691-26561-1-git-send-email-arybchenko@solarflare.com> <1481806283-10387-1-git-send-email-arybchenko@solarflare.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit To: Andrew Rybchenko , dev@dpdk.org Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 74CB72C0A for ; Fri, 16 Dec 2016 10:57:09 +0100 (CET) In-Reply-To: <1481806283-10387-1-git-send-email-arybchenko@solarflare.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 12/15/2016 12:50 PM, Andrew Rybchenko wrote: > The patch series adds a number of features to Solarflare libefx-based > PMD. Basically one patch per feature. > > The patches are grouped into one series since they touch nearby lines > in either PMD feature list, or dev_ops structure, or documentation. > So, patches cannot be applied in arbitrary order. > > --- > > v2: > * Fix ICC and clang warnings > * Slightly change sfc_tso_{alloc,free}_tsoh_objs() prototypes > > > Andrew Rybchenko (17): > net/sfc: implement MCDI logging callback > net/sfc: support parameter to choose performance profile > net/sfc: implement ethdev hook to get basic statistics > net/sfc: support extended statistics > net/sfc: support flow control settings get/set > net/sfc: support link status change interrupt > net/sfc: implement device operation to change MTU > net/sfc: support link speed and duplex settings > net/sfc: support checksum offloads on receive > net/sfc: handle received packet type info provided by HW > net/sfc: support callback to get receive queue information > net/sfc: support Rx free threshold > net/sfc: add callback to get RxQ pending descriptors count > net/sfc: add RxQ descriptor done callback > net/sfc: support scattered Rx DMA > net/sfc: support deferred start of receive queues > net/sfc/base: do not use enum type when values are bitmask > > Artem Andreev (1): > net/sfc: support link up/down > > Ivan Malov (14): > net/sfc: support promiscuous and all-multicast control > net/sfc: support main (the first) MAC address change > net/sfc: support multicast addresses list controls > net/sfc: add callback to get transmit queue information > net/sfc: support Tx free threshold > net/sfc: support deferred start of transmit queues > net/sfc: support VLAN offload on transmit path > net/sfc: add basic stubs for RSS support on driver attach > net/sfc: support RSS hash offload > net/sfc: add callback to query RSS key and hash types config > net/sfc: add callback to set RSS key and hash types config > net/sfc: add callback to query RSS redirection table > net/sfc: add callback to update RSS redirection table > net/sfc: support firmware-assisted TSOv2 > <...> Series applied to dpdk-next-net/master, thanks.