From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 61EFA23D for ; Tue, 16 Oct 2018 12:24:20 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id DFC7B223C0; Tue, 16 Oct 2018 06:24:19 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 16 Oct 2018 06:24:19 -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=rR+3FIF/UW1wXMqmqOHn3APDF/bnQ5SljHbcZNcK6YI=; b=jzxOtzbnpS4R e4LAdT1N2X1RcfWpZhOJFVNHynW3QdWQGv6M9Zccm1GBGkGsnNQ6L63CBks+FeA2 8CUb+rxCZ+KbKENI3VDAqH8qcsuIqrCrjT9YrFnWjzNA3kc0zkXjWYB0pn8TxVpw 0LwL0k6+SPG62r6PKjxLFqkaUqoc78M= 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=rR+3FIF/UW1wXMqmqOHn3APDF/bnQ5SljHbcZNcK6 YI=; b=BXG1sSQN7ZqSh3C0sKehxFQu7U0Ez7XY6mTIHqtKi8I1rVMK9qqvEYX7O aPz/ONQbGMD44qXGKtzKmt056/sTyAWZBhpfMvxgl6zEB1cM6N9wSvxh3NDdMnSx 4dEW0c1KpUgdXtaWQYWQO1uPQVWfakaIvp2TNM7fLEwW6PRsiihOA081eFU7mA+a 0n5KtiYdLnqa9zTlLywvGeAQJDxI+avl9WcLLu25lxrYd359piTtBCvFcEuemZhS fT8wxhV9oOSNU7OgD7GocONC8BdUHCnz7bXB9elEIdQ3yzJE4v28HKopGiCXDXjo QGyH7J/Sz7srtinv3nvKge3yAKvNw== X-ME-Sender: 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 812CA102A0; Tue, 16 Oct 2018 06:24:18 -0400 (EDT) From: Thomas Monjalon To: Shreyansh Jain Cc: dev@dpdk.org, ferruh.yigit@intel.com, hemant.agrawal@nxp.com, Nipun Gupta Date: Tue, 16 Oct 2018 12:24:20 +0200 Message-ID: <2254406.RhM3uc9uo7@xps> In-Reply-To: <20181012100426.29349-1-shreyansh.jain@nxp.com> References: <20180926180440.31726-1-shreyansh.jain@nxp.com> <20181012100426.29349-1-shreyansh.jain@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3 00/15] Upgrade DPAA2 FW and other feature/bug fixes 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: Tue, 16 Oct 2018 10:24:20 -0000 > Hemant Agrawal (9): > net/dpaa2: fix VLAN filter enablement > bus/fslmc: upgrade mc FW APIs to 10.10.0 > net/dpaa2: upgrade dpni to mc FW APIs to 10.10.0 > crypto/dpaa2_sec: upgarde mc FW APIs to 10.10.0 > net/dpaa2: update RSS value in mbuf for lx2 platform > net/dpaa2: optimize the fd reset in Tx path > net/dpaa2: enhance the queue memory cleanup routines > net/dpaa2: support MBUF VLAN tci population from HW parser > net/dpaa2: support Rx checksum offload in slow parsing > > Nipun Gupta (4): > net/dpaa2: fix IOVA conversion for congestion memory > bus/fslmc: support memory backed portals with QBMAN 5.0 > bus/fslmc: support 32 enq and deq for LX2 platform > bus/fslmc: disable annotation prefetch for LX2 > > Shreyansh Jain (2): > net/dpaa2: read hardware provided MAC for DPNI devices > net/dpaa2: add per queue stats get and reset support Applied, thanks