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 5F8B1A0507; Fri, 1 Apr 2022 12:51:55 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4BB364291F; Fri, 1 Apr 2022 12:51:55 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id EA79C42911 for ; Fri, 1 Apr 2022 12:51:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1648810313; x=1680346313; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=X9e+kw9FPc5BiHtisPzlH/+obPCyvHLEZ0sYKhHTpy8=; b=PF3sXOhmeasN+Fn+dxkJ+mVqUe9SYzXhZ1kUQ49h9a29c+ZR162J2rMj 2JWnvmkcAB9Zrv/Edfg9nRnmzvetwcaKUDCN98DyzFBluHpdqvUWXZ5DA yYFYn01XDlEqFpHyOPuimfe9MwnK0UvAmKqzs1QZcXO8VZaR1mjziDHRn oz7Q1Doiawm+16wNdle70q9UUtSQc4Ro+B1yFiQFfBt5UyKq464FydTL4 3Ao8Nxz4vwPHvu1gSnBF2lNCpKXh1yG7GuOca8oZ3SPLz9zCGNcccN4oc eGr8yM98ZvaBxL1OcH0o8rGRvRBGCgSC5swXizaVo+8rrAqdNbnR9UBAC w==; X-IronPort-AV: E=McAfee;i="6200,9189,10303"; a="242250175" X-IronPort-AV: E=Sophos;i="5.90,227,1643702400"; d="scan'208";a="242250175" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Apr 2022 03:51:52 -0700 X-IronPort-AV: E=Sophos;i="5.90,227,1643702400"; d="scan'208";a="522731253" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.20.202]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 01 Apr 2022 03:51:51 -0700 Date: Fri, 1 Apr 2022 11:51:48 +0100 From: Bruce Richardson To: Kevin Laatz Cc: dev@dpdk.org Subject: Re: [PATCH v3] dma/idxd: add generic option for queue config Message-ID: References: <20220331172112.575972-1-kevin.laatz@intel.com> <20220401103500.697597-1-kevin.laatz@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220401103500.697597-1-kevin.laatz@intel.com> 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 On Fri, Apr 01, 2022 at 11:35:00AM +0100, Kevin Laatz wrote: > The device config script currently uses some defaults to configure > devices in a generic way. > > With the addition of this option, users have more control over how > queues are configured. > > Signed-off-by: Kevin Laatz > --- Reviewed-by: Bruce Richardson