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 9B634A034F; Tue, 11 Jan 2022 14:41:19 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 202A842706; Tue, 11 Jan 2022 14:41:19 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 4705341143 for ; Tue, 11 Jan 2022 14:41:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1641908478; x=1673444478; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=g3XxZVdVy1xV4JI9ot3HY3jj4zvMgOCBrzFHuuzg/N0=; b=GocUY82JAOJgQrgFK4SdP0U/xngNVltbD2b6dJ0VzoVwYv2GRIWFr14z vEknbTJ7snHTRhntq6AwpQgtSddjrlAZzj7yRhTuGJ60moA8Jlv01Mb5I tjvfiqvPPf9CnzVn6rvoNl44RNln2TECIa7aEfEGoH9KBRpGVH/nG75u4 RRcLptIGkEg22rW+AOr49b90YDq1MWocD5h5ILlEOHl9aNdrcUunxxRsC V5kr8pTgTba2BBqAeps0lkILS0ouZhaXD4S0v2hdYGh6gBu39zMgJpmyH 1RNSsORUrMTkQSDKM4XyKB8zvacXib2W4jc1vlmTWBsiNmhMkh33o1vNN A==; X-IronPort-AV: E=McAfee;i="6200,9189,10223"; a="230826511" X-IronPort-AV: E=Sophos;i="5.88,279,1635231600"; d="scan'208";a="230826511" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Jan 2022 05:41:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,279,1635231600"; d="scan'208";a="690996960" Received: from silpixa00399126.ir.intel.com ([10.237.223.86]) by orsmga005.jf.intel.com with ESMTP; 11 Jan 2022 05:41:16 -0800 From: Bruce Richardson To: dev@dpdk.org Cc: Bruce Richardson Subject: [PATCH v2 0/4] fixes for dma/idxd Date: Tue, 11 Jan 2022 13:41:01 +0000 Message-Id: <20220111134105.1007191-1-bruce.richardson@intel.com> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20211220170514.736732-1-bruce.richardson@intel.com> References: <20211220170514.736732-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 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 app/test/test_dmadev.c | 7 ++++--- drivers/dma/idxd/dpdk_idxd_cfg.py | 18 ++++++++++++++---- drivers/dma/idxd/idxd_common.c | 10 +++++----- 3 files changed, 23 insertions(+), 12 deletions(-) -- 2.32.0