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 98C5EA00C3; Wed, 23 Feb 2022 16:49:01 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 10E5241226; Wed, 23 Feb 2022 16:49:01 +0100 (CET) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by mails.dpdk.org (Postfix) with ESMTP id 42C7E411B2 for ; Wed, 23 Feb 2022 16:49:00 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 1D0CA5C01B7; Wed, 23 Feb 2022 10:48:57 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 23 Feb 2022 10:48:57 -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=GNtpUiLC1DhHhK zCftxVzTUgGb2Rt9Mdt+xSgIZiTDM=; b=jVnohn9qi4FrvC+jn2xKH8AEhcR0Bd 8+PwnTMOUW3VX0KrhfkSYv8ccrNCKyqTi9aDxqWhyyG9cRyulgaltnA7RYlwmWf2 ZyewwNiyZNsSn3otcMqu5wDR9Le1YWtQ/ZCuNb9e+fCicZc5pFpm468YdMeomixa yDKhn9zBT5DGPMWDzzeipXAvHIUcdahITrG7d8p3g1pMH1cHxOWMDJk9eH8ZwirD jUQ063LUZuKpUBB5wMpV+qPX8abPZW1ueFf+RPnhq55r5+fs2MwdZBXfLxpmyyg6 hsM1lSj2tOq7ZRSu9Pd92KzjuxszJvnq6IK5hpWUTsxk8IM9El+wyzyQ== 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=fm2; bh=GNtpUiLC1DhHhKzCftxVzTUgGb2Rt9Mdt+xSgIZiT DM=; b=ZGd3y8M/t6d4lLqdiuu0ZurU0Y57E5zQ/RWjJzlPPSP5JkC4+ZCsdaK6e V7/i6Hxe980CAuKXMWBgBDZSpxWLb3OzsWqEBh8BMbM03ezD5v67IH2wtLbNOZ7L magVRn+ZXS9GwMiDmqbBq+qJBZ7RizDv3gjS4B79acdLR01RYQY4qc4Vhl4khnpJ JVP95XCRtUTneinTzX8cYogQ69OeFIHBaZhJ8NRXkAdk+FMaF3YV/QifXYBJUKiP 8yw0W8dzmzDGbreZawdNjmBoAwDiIJ2DSD+us9kGMkenkxicxszCEt7ec1mQP0E2 YYYmQd1H1N+IYuGDWhZ/UWd7Nb8gg== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddrledtgdektdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucggtf frrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdejueei iedvffegheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhroh hmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 23 Feb 2022 10:48:56 -0500 (EST) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org Subject: Re: [PATCH 0/3] idxd driver update fixes Date: Wed, 23 Feb 2022 16:48:54 +0100 Message-ID: <8029541.T7Z3S40VBb@thomas> In-Reply-To: <20220216160610.475242-1-bruce.richardson@intel.com> References: <20220216160610.475242-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 16/02/2022 17:06, Bruce Richardson: > This set contains a number of small fixes and updates for the idxd dma > driver, mainly in the area of properly handling cases where the default > max batch size is configured to a lower than expected value. > > Bruce Richardson (3): > app/test: fix missing checks for DMA device capacity > dma/idxd: configure max batch size to high value > doc/dmadev/idxd: improve configuration examples Applied, thanks.