From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id EF9A0A3160 for ; Thu, 10 Oct 2019 09:12:07 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 514D51D444; Thu, 10 Oct 2019 09:12:07 +0200 (CEST) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 9FAFB1D41C for ; Thu, 10 Oct 2019 09:12:05 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 695E121540; Thu, 10 Oct 2019 03:12:02 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 10 Oct 2019 03:12:02 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=slM1MkTwc14q2vFRiAZYkzxqYVnpqKIirzwSmjrAEew=; b=V2rz/cVgSQKM RkzlUEthcwgngZlU3AaHIo6nP8CSJr8+cYxIkLP6cMxQPkH1dFp0+ryHHKkwsHYY qe5DJjk1i+c+bwrBLYowU8r9J5LcC398N4n4cEiKvr+V417S6ST4gmTr8/4v3C1g YTvwgvU6cCfN9Lzf8vFFDoZ0nlY2rqY= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=slM1MkTwc14q2vFRiAZYkzxqYVnpqKIirzwSmjrAE ew=; b=U/L3Wy71Z/Ogrf1F2Qi6rC+znSbCSBMNo0ZKnfXQ0670D3IbwYQHSIJ12 eLzCmyXO1v8CmP+ygorS0mlrj6et5ODoAznXWPJOO90ciLXJSdjLKCcwMO5UygzZ dCWsUolCCr1PKMfirf7SxlHGIxGRUfiE9pzPwdSYOIhiOLOAmL6AJaEN/N1tna+K hFWoPpta6J/kQ+PiUwE55pjuo9mmFdLyhbz5V010FA2ba1PspzpBFew+BWWkanto Vkeaz29ywDCIxFrf1Ry1qUDolRtCWamk1qigjIHI57s96a6/5SN8XinG0Bm0f/PE jeYndDD3psFPncOquxjumsopcUY/A== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedriedvgdduvddtucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 41CDB80062; Thu, 10 Oct 2019 03:12:01 -0400 (EDT) From: Thomas Monjalon To: Gagandeep Singh Cc: dev@dpdk.org, ferruh.yigit@intel.com Date: Thu, 10 Oct 2019 09:11:59 +0200 Message-ID: <2651336.v5Z3WkyfhU@xps> In-Reply-To: <20191010063234.32568-1-g.singh@nxp.com> References: <20191001110209.6047-1-g.singh@nxp.com> <20191010063234.32568-1-g.singh@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4 00/14] introduces pfe network 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 10/10/2019 08:32, Gagandeep Singh: > Gagandeep Singh (13): > net/pfe: introduce pfe net poll mode driver > doc: add guide for pfe net PMD > net/pfe: support dynamic logging > net/pfe: add HW specific macros and operations > net/pfe: add MAC and host interface initialisation > net/pfe: add device start stop operations > net/pfe: add queue setup and release operations > net/pfe: add burst enqueue and dequeue operations > net/pfe: add supported packet types and basic statistics > net/pfe: add MTU and MAC address set operations > net/pfe: add allmulticast and promiscuous > net/pfe: add link status update > doc: add NXP PFE PMD in release notes Patches introducing the doc and release notes can be squashed in the patch introducing the driver.