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 BCBCFA052A; Wed, 27 Jan 2021 13:40:44 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5C649140D24; Wed, 27 Jan 2021 13:40:44 +0100 (CET) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by mails.dpdk.org (Postfix) with ESMTP id 44DBA140D23 for ; Wed, 27 Jan 2021 13:40:43 +0100 (CET) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 518F55C00E1; Wed, 27 Jan 2021 07:40:41 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute2.internal (MEProxy); Wed, 27 Jan 2021 07:40:41 -0500 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=fm3; bh= swSPBWvlNG3slcDTIRPyHnoHzQ0VUd4mS1Oe2pzukS0=; b=A0mpT8Y9WQneVhWb HjLRKNRoaqNHSMOjF/wy6Rd8qlm6Bsv/34KgG2w/OUciUcmAFGfASkAzqgMPUO6N 6xzCivsfArYytjB8njmXASH70wxoiwg5F8TAa4R/1epvxGpB6u8huBGHNNKbza4k BbSvyUbbNf4zDwkFOys0PpaYZKYv+Gy8zpTr0HzABuJ86nKV6LiYxrUt0E5Uj9YN Sy+4AxyTbaF3DHYVGfSF8oyjNNmsFVqFAdejJZZzkErw0XFF+NMnovhfnXUEV1SE zzs+bK7bKIogmF7bPxRPB6vv/5sdlDrsOFOYuYBFfIB2VuV9fkyAxI6iae819q9r XDbX9A== 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=fm1; bh=swSPBWvlNG3slcDTIRPyHnoHzQ0VUd4mS1Oe2pzuk S0=; b=OTL8q+CMV/7H43l7qEqPJCt5i/Mymk1pXcRKUVDGiwVs0tG/voFHDxvbm qeop+7uFgvCOc0Z81B1WSTwxDN668/WMcD+oBckO77I6uNu6l/mpr07kLwe16KOH ojcc5Hp0VI5rthjVFg/ke61KuOl/EqJ/ZD4XYkpDCgcvFrOx9FjznEJxaKDZvhdh 0c34T/Mjld4NhwK/uiS66CXhQ/4rF/9jk8hGWUYcqCDsfWFsP0wKJtfvBsfOkU0r q3rysNQGlOmRhGu6590DcXYetEgqN5lCfs/t3j7iTHT7ZidpCGGBY8jjALbPCU+N eq5XaBFUjx5glY5ex17dAZt25lGzw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrvdekgdegvdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucggtf frrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdejueei iedvffegheenucfkphepjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuih iivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhho nhdrnhgvth 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 id 280BB1080057; Wed, 27 Jan 2021 07:40:40 -0500 (EST) From: Thomas Monjalon To: Radu Nicolau Cc: dev@dpdk.org, kumar.amber@intel.com, bruce.richardson@intel.com, kevin.laatz@intel.com, zbigniewx.sikora@intel.com Date: Wed, 27 Jan 2021 13:40:38 +0100 Message-ID: <1822298.0yjrbzgVz4@thomas> In-Reply-To: <20210119153841.28310-1-radu.nicolau@intel.com> References: <20210119153841.28310-1-radu.nicolau@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] raw/ioat: fix support for secondary process 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" 19/01/2021 16:38, Radu Nicolau: > Update ioat probe function to set the driver name for > secondary process. > > Fixes: bc230b569e7f ("raw/ioat: support secondary process") > > Signed-off-by: Radu Nicolau Applied, thanks