linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH for-next 0/3][v2] qedr: consider dscp prio for vlan tag and update tos
@ 2021-08-22 11:42 Shai Malin
  0 siblings, 0 replies; 5+ messages in thread
From: Shai Malin @ 2021-08-22 11:42 UTC (permalink / raw)
  To: Jason Gunthorpe, Jakub Kicinski
  Cc: linux-rdma, dledford, Michal Kalderon, davem, Ariel Elior,
	Prabhakar Kushwaha, prabhakar.pkin, malin1024

On Fri, 20 Aug 2021 21:04:00 -0300 Jason Gunthorpe wrote:
> On Fri, Aug 20, 2021 at 11:02:51AM -0700, Jakub Kicinski wrote:
> > On Fri, 20 Aug 2021 14:49:44 -0300 Jason Gunthorpe wrote:
> > > Since this is mostly netdev stuff can someone from netdev ack this if
> > > you want it to go through the rdma tree?
> >
> > It'd be great to get it CCed to netdev@ for that.
> 
> Indeed, Shai please respost it.
> 
> Jason

Jason, Jakub,
Please don't accept the content of the current version. 
We will expand the content of the series and we will send the updated one.

Shai


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH for-next 0/3][v2] qedr: consider dscp prio for vlan tag and update tos
  2021-08-20 18:02   ` Jakub Kicinski
@ 2021-08-20 18:03     ` Jason Gunthorpe
  0 siblings, 0 replies; 5+ messages in thread
From: Jason Gunthorpe @ 2021-08-20 18:03 UTC (permalink / raw)
  To: Jakub Kicinski
  Cc: Shai Malin, linux-rdma, dledford, mkalderon, davem, aelior,
	pkushwaha, prabhakar.pkin, malin1024

On Fri, Aug 20, 2021 at 11:02:51AM -0700, Jakub Kicinski wrote:
> On Fri, 20 Aug 2021 14:49:44 -0300 Jason Gunthorpe wrote:
> > Since this is mostly netdev stuff can someone from netdev ack this if
> > you want it to go through the rdma tree?
> 
> It'd be great to get it CCed to netdev@ for that.

Indeed, Shai please respost it.

Jason

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH for-next 0/3][v2] qedr: consider dscp prio for vlan tag and update tos
  2021-08-20 17:49 ` Jason Gunthorpe
@ 2021-08-20 18:02   ` Jakub Kicinski
  2021-08-20 18:03     ` Jason Gunthorpe
  0 siblings, 1 reply; 5+ messages in thread
From: Jakub Kicinski @ 2021-08-20 18:02 UTC (permalink / raw)
  To: Jason Gunthorpe
  Cc: Shai Malin, linux-rdma, dledford, mkalderon, davem, aelior,
	pkushwaha, prabhakar.pkin, malin1024

On Fri, 20 Aug 2021 14:49:44 -0300 Jason Gunthorpe wrote:
> Since this is mostly netdev stuff can someone from netdev ack this if
> you want it to go through the rdma tree?

It'd be great to get it CCed to netdev@ for that.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH for-next 0/3][v2] qedr: consider dscp prio for vlan tag and update tos
  2021-07-30  6:49 Shai Malin
@ 2021-08-20 17:49 ` Jason Gunthorpe
  2021-08-20 18:02   ` Jakub Kicinski
  0 siblings, 1 reply; 5+ messages in thread
From: Jason Gunthorpe @ 2021-08-20 17:49 UTC (permalink / raw)
  To: Shai Malin
  Cc: linux-rdma, dledford, mkalderon, davem, kuba, aelior, pkushwaha,
	prabhakar.pkin, malin1024

On Fri, Jul 30, 2021 at 09:49:58AM +0300, Shai Malin wrote:
> From: Prabhakar Kushwaha <pkushwaha@marvell.com>
> 
> Add functions to check get/set dscp priority in qed and these functions
> are further used in deciding vlan priority based on dscp state.
> 
> Also update RDMA CM TOS.
> 
> Changes for v2:
> 	- incorporated Leon Romanovsky's comments
> 
> Prabhakar Kushwaha (3):
>   qed: add get and set support for dscp priority
>   qedr: Consider dscp priority for vlan priority
>   qedr: Use grh layer traffic_class as RDMA CM TOS
> 
>  drivers/infiniband/hw/qedr/qedr_roce_cm.c  | 13 +++-
>  drivers/net/ethernet/qlogic/qed/qed_dcbx.c | 71 ++++++++++++++++++++++
>  drivers/net/ethernet/qlogic/qed/qed_dcbx.h | 10 +++
>  drivers/net/ethernet/qlogic/qed/qed_rdma.c | 25 ++++++++
>  include/linux/qed/qed_if.h                 |  6 ++
>  include/linux/qed/qed_rdma_if.h            |  7 +++
>  6 files changed, 130 insertions(+), 2 deletions(-)

Since this is mostly netdev stuff can someone from netdev ack this if
you want it to go through the rdma tree?

Have you checked that there are no conflicts with things in net-next?

Thanks,
Jason

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH for-next 0/3][v2] qedr: consider dscp prio for vlan tag and update tos
@ 2021-07-30  6:49 Shai Malin
  2021-08-20 17:49 ` Jason Gunthorpe
  0 siblings, 1 reply; 5+ messages in thread
From: Shai Malin @ 2021-07-30  6:49 UTC (permalink / raw)
  To: linux-rdma, dledford, jgg, mkalderon
  Cc: davem, kuba, smalin, aelior, pkushwaha, prabhakar.pkin, malin1024

From: Prabhakar Kushwaha <pkushwaha@marvell.com>

Add functions to check get/set dscp priority in qed and these functions
are further used in deciding vlan priority based on dscp state.

Also update RDMA CM TOS.

Changes for v2:
	- incorporated Leon Romanovsky's comments

Prabhakar Kushwaha (3):
  qed: add get and set support for dscp priority
  qedr: Consider dscp priority for vlan priority
  qedr: Use grh layer traffic_class as RDMA CM TOS

 drivers/infiniband/hw/qedr/qedr_roce_cm.c  | 13 +++-
 drivers/net/ethernet/qlogic/qed/qed_dcbx.c | 71 ++++++++++++++++++++++
 drivers/net/ethernet/qlogic/qed/qed_dcbx.h | 10 +++
 drivers/net/ethernet/qlogic/qed/qed_rdma.c | 25 ++++++++
 include/linux/qed/qed_if.h                 |  6 ++
 include/linux/qed/qed_rdma_if.h            |  7 +++
 6 files changed, 130 insertions(+), 2 deletions(-)

-- 
2.24.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-08-22 11:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-22 11:42 [PATCH for-next 0/3][v2] qedr: consider dscp prio for vlan tag and update tos Shai Malin
  -- strict thread matches above, loose matches on Subject: below --
2021-07-30  6:49 Shai Malin
2021-08-20 17:49 ` Jason Gunthorpe
2021-08-20 18:02   ` Jakub Kicinski
2021-08-20 18:03     ` Jason Gunthorpe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).