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 580DDA00C5; Wed, 16 Feb 2022 17:09:59 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4AC4D4113E; Wed, 16 Feb 2022 17:09:59 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id D5FA240150 for ; Wed, 16 Feb 2022 17:09:57 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1645027798; x=1676563798; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=Hq9LFzA6/Lne0VugGo4rH2vwOYfKi1YI6slmaNTwXag=; b=OXZSVF3sgFzVqwI56ycfyYA9f8Y8z/Wn/x4vIwN1zJXiYa/QN7tO014n fSJYXf2lWUSITJvpvsfwy1Ns2QDmJyfojVxzoCPAPzZRNUn+BvYOztDMr ATa7TkRUn1AkRdfiT+1N4K74SDyYYNMSjkHK17k6FFj6EWVPWre+RCa9B KBxJNa+V+mQ4iucs8499fuiCXHYU9BqlBCiOxzmTsciOv6m3JiJFg85/G 4nT61xJwtdChvwBzKXGA9d6MA3BFkEv6yWdIVIsONipM1an6nBxwbk1KE Ti6W8L6JHMs0E03nEttJjk99z34kHDqhUHP0V/EGiRU+FZ/nMMtozLoZq Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10260"; a="249487599" X-IronPort-AV: E=Sophos;i="5.88,374,1635231600"; d="scan'208";a="249487599" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Feb 2022 08:06:25 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,374,1635231600"; d="scan'208";a="704363128" Received: from silpixa00401026.ir.intel.com ([10.243.22.62]) by orsmga005.jf.intel.com with ESMTP; 16 Feb 2022 08:06:23 -0800 From: Bruce Richardson To: dev@dpdk.org Cc: Bruce Richardson Subject: [PATCH 0/3] idxd driver update fixes Date: Wed, 16 Feb 2022 16:06:06 +0000 Message-Id: <20220216160610.475242-1-bruce.richardson@intel.com> X-Mailer: git-send-email 2.32.0 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 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 app/test/test_dmadev.c | 8 +++++++- doc/guides/dmadevs/idxd.rst | 29 +++++++++++++++++++++++++++-- drivers/dma/idxd/dpdk_idxd_cfg.py | 1 + 3 files changed, 35 insertions(+), 3 deletions(-) -- 2.32.0