From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-189.mta0.migadu.com (out-189.mta0.migadu.com [91.218.175.189]) (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 901371A23AF for ; Wed, 18 Jun 2025 04:53:34 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.189 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750222416; cv=none; b=ChvGwKAFa0ACCrcyhOOki8/+v6V9E89fkcH40zB1pOodl7Knntv9+UxcfYL/shzhgeZGdVmjmuQtlH0aFo5Zb6sTEGsDX94bKdcAL/vlvN43pUL5tyaCDmEGC/LAshaGYhniVK2rQzKa+JFowMCIZ1nQvt1h+PhYk4fc/lQTYLg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750222416; c=relaxed/simple; bh=zO/QWeCuvhA7ohivgbuHPzwD6QjGZ9IN22QBznmeZfA=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=c1nBCVWbJUvbCwW8QSgDCXelGK7W8a5SoCaunEvftYCcZ3CEAbfMhxScekF1LG7adpkaboN/5sqqNdahQzQTEZ9KA9npqNPX4hjBrrzzouXzSPczeSs66VwNGmGu+6rtShcB7I489WGRgdWLXAhbgqz72jGb/OeyJUNSdmW0tGs= 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.189 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: netdev@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(-) >