From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-174.mta0.migadu.com (out-174.mta0.migadu.com [91.218.175.174]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id EC4FC2AC17 for ; Tue, 24 Sep 2024 14:00:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.174 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727186431; cv=none; b=hzunD5ovpMt5isvYkREefib/rjCUCr4MvUrawym/Db/g4bZcqGryXz8ISyIFWJe1A1FKeOsrQ5coCLlFENNKXfey0Arnd5f8D8k9ih0X1V30WPynU5KT0pqykixRap3NOHloCI+GkmjpRffyAUXWx5Sj7amYvAsQnDzf9WjhtM0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727186431; c=relaxed/simple; bh=fixrlPHEgUA0vFgbRgg4LkKH0q/ZNvRtE7c3tbD2k8w=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=h36GEmP0pT9UDevy7HnXKSJqOjpMhgfVdket4RmPmcMDrR4wLKytHtSBLxGpXk2ngx4cVO7daYDAiGwKUNvsCi4sVEK1j93Wsqzqx9QOZMGUsyFlsiRCFsLTDiSk7oQIVQOBhsLOJeVgJxMkujK4YBosbH//rgZYBONcPYuCQwY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=gFwUkwRt; arc=none smtp.client-ip=91.218.175.174 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="gFwUkwRt" Message-ID: <1ad540cb-bf1b-456b-be2d-6c35999bdaa8@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1727186426; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=fLj2Ln7J0S/EN+yRyPUamFxxGpjK5Shh/dBbx2aJWZ8=; b=gFwUkwRt6LD+M2xlJMJa6SEVpw/h5u7spymcDMrY3Pgnnh0rS0Z9XL2aUQGzZweaecdKcg 5SAghNMdDQ4DIcEZx8ypqsqGG2PD3IvHg7VDP0/3nBnAVRzn69cBoB8Y/aI6SaG5gJewm0 3We5NcDuvdzFwzx5Wt+W7REpfr4sGQc= Date: Tue, 24 Sep 2024 21:59:56 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [MAINLINE 0/2] Enable DIM for legacy ULPs and use it in RDS To: Christoph Hellwig Cc: Haakon Bugge , Jason Gunthorpe , Leon Romanovsky , Allison Henderson , "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , OFED mailing list , "linux-kernel@vger.kernel.org" , "netdev@vger.kernel.org" , "rds-devel@oss.oracle.com" References: <20240918083552.77531-1-haakon.bugge@oracle.com> <525e9a31-31ee-4acf-a25c-8bf3a617283f@linux.dev> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Zhu Yanjun In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT 在 2024/9/24 14:54, Christoph Hellwig 写道: > On Tue, Sep 24, 2024 at 09:58:24AM +0800, Zhu Yanjun wrote: >> The users that I mentioned is not in the kernel tree. > > And why do you think that would matter the slightest? I noticed that the same cq functions are used. And I also made tests with this patch series. Without this patch series, dim mechanism will not be invoked. Zhu Yanjun >