From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1BAB0A034C; Thu, 20 Jan 2022 14:07:06 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 84BB6426EC; Thu, 20 Jan 2022 14:07:05 +0100 (CET) Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by mails.dpdk.org (Postfix) with ESMTP id 9C39E40042 for ; Thu, 20 Jan 2022 14:07:03 +0100 (CET) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.west.internal (Postfix) with ESMTP id 2B9CF32020D5; Thu, 20 Jan 2022 08:07:02 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute5.internal (MEProxy); Thu, 20 Jan 2022 08:07:02 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:cc:content-transfer-encoding:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to; s=fm3; bh=Ads4p6MAaYL+Z0 NydXs/pG7IBJ3HxESnXsyMkVQDP6A=; b=VOX+CxIrCjyhtH1k/t6+KSd9mDdhVR j7g0/r6f1/GH5DSqPXY5CNuY7BOjFrjwNje8nwgOqm5lHvQaDqLu4LhUFS+BoJ4h Vkg0qjTgcWX2Q/LiLm29WGO/xr8zuooKLh6AzqrbnpEIJBc7LjGzlu3Hn56Zggsk K5lK2jGNwr4UDks98aCxuBHTexkF3JPmbTdA7Y/1EONgHGrDXD8jin1L7/9Dtocn CXpRit972+T/o/iQlLxmNjSIfRFFYUJ4pP+UNGTS5b214fa4+bWsMZ754luPRZoD YDi+LWlYR9iiTmhuQjGY96oYenNSz19XjFERTpg2NM5DkHanfOYEZXkQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:date:date:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:sender:subject :subject:to:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=Ads4p6MAaYL+Z0NydXs/pG7IBJ3HxESnXsyMkVQDP 6A=; b=JO2nu4yC+fmWJXKZJLHpQ6jpg4uMiu9QFOJF+v8WzRfe8a0r6GxVYioAD 9eofpQBQPh4dvb2jilGZisg1s9w4yxhanXJCcQwuKoDD8k0eKOB2YqhIBWYKer5u OePsXLSGQVmY86Qu59mv1ANr9zS7Joer52y1h342wGzKSInnEeaaLvoa+6r1vdeD CuaAWKSC0dehroVZ03OEfJi2/UjZrZ/rsdynjb1/vp9xfrIV9M+6a0cY50CqrEy3 hIxwPee3ChuV/kJgQxWQKd/dGOrVqWmCPVn15/5RcvZ5ZVbAOAnRzfJW+/jFETHA 7Nw6lm+oUKoR/sutMgTizZrU6V22Q== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddrudekgdegiecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucggtf frrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdejueei iedvffegheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhroh hmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Thu, 20 Jan 2022 08:07:00 -0500 (EST) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org Subject: Re: [PATCH v2 0/4] fixes for dma/idxd Date: Thu, 20 Jan 2022 14:06:59 +0100 Message-ID: <1797297.R1toDxpfAE@thomas> In-Reply-To: <20220111134105.1007191-1-bruce.richardson@intel.com> References: <20211220170514.736732-1-bruce.richardson@intel.com> <20220111134105.1007191-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org 11/01/2022 14:41, Bruce Richardson: > Collection of fixes for idxd driver, including one small enhancement to the > unit tests to help catch future errors too. > > V2: > * Changed from single patch for one issue (now patch 1) to multiple > patches to cover other issues discovered. > > Bruce Richardson (4): > dma/idxd: fix burst capacity calculation > dma/idxd: fix paths to driver sysfs directory > dma/idxd: fix wrap-around in burst capacity calculation > test_dmadev: increase iterations of capacity test case Applied, thanks