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 DFAB6A0A02; Tue, 4 May 2021 18:17:31 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6464E4014D; Tue, 4 May 2021 18:17:31 +0200 (CEST) Received: from wout5-smtp.messagingengine.com (wout5-smtp.messagingengine.com [64.147.123.21]) by mails.dpdk.org (Postfix) with ESMTP id DAE0640147 for ; Tue, 4 May 2021 18:17:30 +0200 (CEST) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.west.internal (Postfix) with ESMTP id 1D7FA174F; Tue, 4 May 2021 12:17:29 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute2.internal (MEProxy); Tue, 04 May 2021 12:17:29 -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=fm1; bh= iSKc73/i+xzy7L1WT4kkkSDiwyfL3GQ9gWho7Pj5C+c=; b=gyiImYVzCM5lWH+P PIAuCgJaQBpuPt6br5qn4TYoeKPwZqeJNrPkSOZifjn/mmsc4HwYrVDdFe2a56Ry MG+Cq2mK1gaIrjm0nYCLY9Z6FYjDX6fW+XObVRoSG2sXR7jXUUzr9TBvf2NyCJJ8 tru2VAiLgRJl1SRxDuRoEV/+K0UziWelUQq5wsVMIaGmuBQkb7cEwpkm3CXaCe43 kyvsPtAhKWRPrlOKQ5JY9uU23vyxk8hiDTA8ULyxvVDGYjwTG93ylRsyrkryGn2Y 1DYgXxDBEc16IskPszhN3ryVWvoQilhXlKFi6hG/tvSDaSNMpohOWmDMtWsPUta/ N2a/ew== 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=fm2; bh=iSKc73/i+xzy7L1WT4kkkSDiwyfL3GQ9gWho7Pj5C +c=; b=hLONkTq8BRRmnR7Yn7vPn7ABRQKAB8hw2xcTt4yxc1d8t5FCf7oDg8OzF g9R7g+B/wjJeNuSJq384ghDDZD0vIu2kl92H7z16Xq21ItZxHTnZfmyJkw85HPYc FWe6HuVhPMCuS0gaV1pypD5Qz2K30rdj8OVZbrXIm1qbZ7RrurXWrgc+rI740hv6 1Utb4eJIjJbFtC5pvbR7eFRKbmvYJLpb/ssNUhshbYxQyRBrCjGKVgr1sH3Wl816 mk9/RP/9syyH2LIDV5qmoLVaNvejg4E/e40j0Ziswosxq9VS9vtzz9aazFj7y1FF 722f4Pk7D4dF6BOUSHAAcpJK720mQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrvdefiedguddtudcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc ggtffrrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdej ueeiiedvffegheenucfkphepjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrh fuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgr lhhonhdrnhgvth 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; Tue, 4 May 2021 12:17:27 -0400 (EDT) From: Thomas Monjalon To: kevin.laatz@intel.com, Bruce Richardson Cc: dev@dpdk.org, sunil.pai.g@intel.com, jiayu.hu@intel.com Date: Tue, 04 May 2021 18:17:25 +0200 Message-ID: <1712078.Hf0Mb7xvRX@thomas> In-Reply-To: <20210504131458.593429-1-bruce.richardson@intel.com> References: <20210318182042.43658-1-bruce.richardson@intel.com> <20210504131458.593429-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v5 00/12] ioat driver updates 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 Sender: "dev" 04/05/2021 15:14, Bruce Richardson: > Bruce Richardson (10): > raw/ioat: add unit tests for completion batching > raw/ioat: support limiting queues for idxd PCI device > raw/ioat: add component prefix to log messages > raw/ioat: expand descriptor struct to full 64 bytes > raw/ioat: fix script for configuring small number of queues > raw/ioat: make workqueue name configurable in script > raw/ioat: add bus driver for device scanning automatically > raw/ioat: move idxd functions to separate file > raw/ioat: rework SW ring layout > raw/ioat: report status of completed jobs > > Kevin Laatz (2): > raw/ioat: allow perform operations function to return error > raw/ioat: add API to query remaining ring space Series applied, thanks.