From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-178.mta0.migadu.com (out-178.mta0.migadu.com [91.218.175.178]) (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 209C81A23AF for ; Wed, 18 Jun 2025 04:53:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.178 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750222426; cv=none; b=E08rC9QELJwjXwZrsMTXySvFkFkY5+89oesK56OafafmuH6rW5bV8F5JOnRzHdPqbDu50qmZ6NG5IW+9qnyZnml09v1Y9z7AjHTGeDnUPZK2A25HbYKp7ZfJCxB0/n1dEZooJ/O1DwArtYvZ8wCUYCwY94K3CjywkxLu04FG/Ds= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750222426; c=relaxed/simple; bh=zO/QWeCuvhA7ohivgbuHPzwD6QjGZ9IN22QBznmeZfA=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=pXDjHUuaBdhe0HrkJhlLELnf1siC+icfggqdWemXRobdyu89v2TI+RAXwVuQgSe/7e4MuLvbBVNHA/A0z3gqGfSMkcG4pj+fL0MP6u/koxTqZStgtsLHxqNO8jLh3/MNwzNZhQqD6esEdMvw1Pn8Z4ixFEHD9hJZKs7NmVOy8ik= 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=lnMT4wNg; arc=none smtp.client-ip=91.218.175.178 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="lnMT4wNg" Message-ID: <80df50e4-a215-4d19-801d-f1d24b91af1c@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1750222412; 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=dH6u3GOQfFu1T5AIDUtZg/PlqJv3Ej6CGixoT3h+h4Y=; b=lnMT4wNgiqDW+FHUxvsVuSwsxthB+v7vNd5uwP2XinVbKpswtd1MsN3ZPdO3P5K6WYoc3f 63W3ZsLx9rOQBpYK1Z7gYN9FwIYS0uKiCWCOgU3uwwuPPjU8oU58t4cjjOdEa23c6n1QLJ bv1aXP44w5adctq1aC9RNnAmhXSj1Ns= Date: Tue, 17 Jun 2025 21:53:18 -0700 Precedence: bulk X-Mailing-List: linux-rdma@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH rdma-next 0/2] Add multiple priorities support to mlx5 RDMA TRANSPORT tables To: Leon Romanovsky , Jason Gunthorpe Cc: Andrew Lunn , Eric Dumazet , Jakub Kicinski , linux-rdma@vger.kernel.org, Mark Bloch , netdev@vger.kernel.org, Paolo Abeni , Patrisious Haddad , Saeed Mahameed , Tariq Toukan References: 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 在 2025/6/17 1:19, Leon Romanovsky 写道: > Hi, > > This short series from Patrisious extends mlx5 flow steering logic to > allow creation rule creation with priorities in RDMA TRANSPORT tables. ^^^^^^^^ This "creation" should be removed? Yanjun.Zhu > > Thanks > > Patrisious Haddad (2): > net/mlx5: fs, add multiple prios to RDMA TRANSPORT steering domain > RDMA/mlx5: Add multiple priorities support to RDMA TRANSPORT userspace > tables > > drivers/infiniband/hw/mlx5/fs.c | 40 ++++++++++++------- > drivers/infiniband/hw/mlx5/fs.h | 8 +++- > drivers/infiniband/hw/mlx5/mlx5_ib.h | 4 +- > .../net/ethernet/mellanox/mlx5/core/fs_core.c | 30 ++++++++++---- > include/linux/mlx5/fs.h | 2 +- > 5 files changed, 56 insertions(+), 28 deletions(-) >