From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 0/4] add net mrvl pmd driver Date: Thu, 28 Sep 2017 12:06:41 +0100 Message-ID: <5f20cc37-f2fe-7ac3-2cb0-fab29a6ffd91@intel.com> References: <1506418805-12117-1-git-send-email-tdu@semihalf.com> <1506594158-15721-1-git-send-email-tdu@semihalf.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: mw@semihalf.com, dima@marvell.com, nsamsono@marvell.com, Jianbo.liu@linaro.org To: Tomasz Duszynski , dev@dpdk.org Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 50134F04 for ; Thu, 28 Sep 2017 13:06:55 +0200 (CEST) In-Reply-To: <1506594158-15721-1-git-send-email-tdu@semihalf.com> Content-Language: en-US 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 9/28/2017 11:22 AM, Tomasz Duszynski wrote: > Hello, > > This patch series introduces the net driver for Marvell Armada 7k/8k > SoCs along with documentation. > > Below you can find the list of features which net pmd supports: > * Speed capabilities > * Link status > * Queue start/stop > * MTU update > * Jumbo frame > * Promiscuous mode > * Allmulticast mode > * Unicast MAC filter > * Multicast MAC filter > * RSS hash > * VLAN filter > * CRC offload > * L3 checksum offload > * L4 checksum offload > * Packet type parsing > * Basic stats > * Stats per queue > > Tomasz Duszynski (4): > app: link the whole rte_cfgfile library > net/mrvl: add mrvl net pmd driver > doc: add mrvl net pmd documentation > maintainers: add maintainers for the mrvl net pmd Hi Tomasz, Good to see more vendors are contributing, welcome! This patchset arrived a little late for this release cycle, I still would like to get it but priority will be the existing waiting drivers, so no promises :) Thanks, ferruh <...>