Message ID | 20190819113626.20284-1-leon@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | RDMA RX RoCE Steering Support | expand |
On Mon, 2019-08-19 at 14:36 +0300, Leon Romanovsky wrote: > From: Leon Romanovsky <leonro@mellanox.com> > > Hi, > > This series from Mark extends mlx5 with RDMA_RX RoCE flow steering > support > for DEVX and QP objects. > > Thanks > > Mark Zhang (3): > net/mlx5: Add per-namespace flow table default miss action support > net/mlx5: Create bypass and loopback flow steering namespaces for > RDMA > RX > RDMA/mlx5: RDMA_RX flow type support for user applications I have no objection to this series.
On Tue, Aug 20, 2019 at 01:54:59PM -0400, Doug Ledford wrote: > On Mon, 2019-08-19 at 14:36 +0300, Leon Romanovsky wrote: > > From: Leon Romanovsky <leonro@mellanox.com> > > > > Hi, > > > > This series from Mark extends mlx5 with RDMA_RX RoCE flow steering > > support > > for DEVX and QP objects. > > > > Thanks > > > > Mark Zhang (3): > > net/mlx5: Add per-namespace flow table default miss action support > > net/mlx5: Create bypass and loopback flow steering namespaces for > > RDMA > > RX > > RDMA/mlx5: RDMA_RX flow type support for user applications > > I have no objection to this series. Thanks, first two patches were applied to mlx5-next e6806e9a63a7 net/mlx5: Create bypass and loopback flow steering namespaces for RDMA RX f66ad830b114 net/mlx5: Add per-namespace flow table default miss action support > > -- > Doug Ledford <dledford@redhat.com> > GPG KeyID: B826A3330E572FDD > Fingerprint = AE6B 1BDA 122B 23B4 265B 1274 B826 A333 0E57 2FDD
On Wed, 2019-08-21 at 17:02 +0300, Leon Romanovsky wrote: > On Tue, Aug 20, 2019 at 01:54:59PM -0400, Doug Ledford wrote: > > On Mon, 2019-08-19 at 14:36 +0300, Leon Romanovsky wrote: > > > From: Leon Romanovsky <leonro@mellanox.com> > > > > > > Hi, > > > > > > This series from Mark extends mlx5 with RDMA_RX RoCE flow steering > > > support > > > for DEVX and QP objects. > > > > > > Thanks > > > > > > Mark Zhang (3): > > > net/mlx5: Add per-namespace flow table default miss action > > > support > > > net/mlx5: Create bypass and loopback flow steering namespaces > > > for > > > RDMA > > > RX > > > RDMA/mlx5: RDMA_RX flow type support for user applications > > > > I have no objection to this series. > > Thanks, first two patches were applied to mlx5-next > > e6806e9a63a7 net/mlx5: Create bypass and loopback flow steering > namespaces for RDMA RX > f66ad830b114 net/mlx5: Add per-namespace flow table default miss > action support mlx5-next merged into for-next, final patch applied, thanks.
On Thu, Aug 22, 2019 at 11:29:02AM -0400, Doug Ledford wrote: > On Wed, 2019-08-21 at 17:02 +0300, Leon Romanovsky wrote: > > On Tue, Aug 20, 2019 at 01:54:59PM -0400, Doug Ledford wrote: > > > On Mon, 2019-08-19 at 14:36 +0300, Leon Romanovsky wrote: > > > > From: Leon Romanovsky <leonro@mellanox.com> > > > > > > > > Hi, > > > > > > > > This series from Mark extends mlx5 with RDMA_RX RoCE flow steering > > > > support > > > > for DEVX and QP objects. > > > > > > > > Thanks > > > > > > > > Mark Zhang (3): > > > > net/mlx5: Add per-namespace flow table default miss action > > > > support > > > > net/mlx5: Create bypass and loopback flow steering namespaces > > > > for > > > > RDMA > > > > RX > > > > RDMA/mlx5: RDMA_RX flow type support for user applications > > > > > > I have no objection to this series. > > > > Thanks, first two patches were applied to mlx5-next > > > > e6806e9a63a7 net/mlx5: Create bypass and loopback flow steering > > namespaces for RDMA RX > > f66ad830b114 net/mlx5: Add per-namespace flow table default miss > > action support > > mlx5-next merged into for-next, final patch applied, thanks. Thanks > > -- > Doug Ledford <dledford@redhat.com> > GPG KeyID: B826A3330E572FDD > Fingerprint = AE6B 1BDA 122B 23B4 265B 1274 B826 A333 0E57 2FDD
From: Leon Romanovsky <leonro@mellanox.com> Hi, This series from Mark extends mlx5 with RDMA_RX RoCE flow steering support for DEVX and QP objects. Thanks Mark Zhang (3): net/mlx5: Add per-namespace flow table default miss action support net/mlx5: Create bypass and loopback flow steering namespaces for RDMA RX RDMA/mlx5: RDMA_RX flow type support for user applications drivers/infiniband/hw/mlx5/flow.c | 13 +- drivers/infiniband/hw/mlx5/main.c | 7 + drivers/infiniband/hw/mlx5/mlx5_ib.h | 1 + .../net/ethernet/mellanox/mlx5/core/fs_cmd.c | 4 +- .../net/ethernet/mellanox/mlx5/core/fs_core.c | 120 ++++++++++++------ .../net/ethernet/mellanox/mlx5/core/fs_core.h | 3 +- .../net/ethernet/mellanox/mlx5/core/rdma.c | 2 +- include/linux/mlx5/fs.h | 1 + include/uapi/rdma/mlx5_user_ioctl_verbs.h | 1 + 9 files changed, 107 insertions(+), 45 deletions(-) -- 2.20.1