From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 386DD4F96 for ; Thu, 15 Mar 2018 16:09:58 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Mar 2018 08:09:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,311,1517904000"; d="scan'208";a="211613685" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.62]) ([10.237.221.62]) by fmsmga006.fm.intel.com with ESMTP; 15 Mar 2018 08:09:55 -0700 To: Tomasz Duszynski , dev@dpdk.org Cc: mw@semihalf.com, dima@marvell.com, nsamsono@marvell.com, jck@semihalf.com, jianbo.liu@arm.com References: <1520844132-29969-1-git-send-email-tdu@semihalf.com> <1521100324-26558-1-git-send-email-tdu@semihalf.com> From: Ferruh Yigit Message-ID: Date: Thu, 15 Mar 2018 15:09:55 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <1521100324-26558-1-git-send-email-tdu@semihalf.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3 0/8] net/mrvl: add new features to PMD X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Mar 2018 15:09:58 -0000 On 3/15/2018 7:51 AM, Tomasz Duszynski wrote: > This patch series comes along with a set of features, > documentation updates and fixes. > > Below one can find a short summary of introduced changes: > > o Added support for selective Tx queue start and stop. > o Added support for Rx flow control. > o Added support for extended statistics counters. > o Added support for ingress policer, egress scheduler and egress rate > limiter. > o Added support for configuring hardware classifier via a flow API. > o Documented new features and their usage. > > Natalie Samsonov (1): > net/mrvl: fix crash when port is closed without starting > > Tomasz Duszynski (7): > net/mrvl: add ingress policer support > net/mrvl: add egress scheduler/rate limiter support > net/mrvl: document policer/scheduler/rate limiter usage > net/mrvl: add classifier support > net/mrvl: add extended statistics > net/mrvl: add Rx flow control > net/mrvl: add Tx queue start/stop Series applied to dpdk-next-net/master, thanks.