All of lore.kernel.org
 help / color / mirror / Atom feed
* RE: [PATCH 1/1] RDMA/irdma: compact the header file
  2021-10-06 20:15 [PATCH 1/1] RDMA/irdma: compact the header file yanjun.zhu
@ 2021-10-06 13:36 ` Saleem, Shiraz
  2021-10-06 19:39 ` Jason Gunthorpe
  1 sibling, 0 replies; 3+ messages in thread
From: Saleem, Shiraz @ 2021-10-06 13:36 UTC (permalink / raw)
  To: yanjun.zhu, Ismail, Mustafa, dledford, jgg, linux-rdma

> Subject: [PATCH 1/1] RDMA/irdma: compact the header file
> 
> From: Zhu Yanjun <yanjun.zhu@linux.dev>
> 
> The struct irdma_bth is not used, so remove it.
> 
> Signed-off-by: Zhu Yanjun <yanjun.zhu@linux.dev>
> ---
>  drivers/infiniband/hw/irdma/cm.h | 8 --------
>  1 file changed, 8 deletions(-)
> 

Thanks!

Acked-by: Shiraz Saleem <shiraz.saleem@intel.com>

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

* Re: [PATCH 1/1] RDMA/irdma: compact the header file
  2021-10-06 20:15 [PATCH 1/1] RDMA/irdma: compact the header file yanjun.zhu
  2021-10-06 13:36 ` Saleem, Shiraz
@ 2021-10-06 19:39 ` Jason Gunthorpe
  1 sibling, 0 replies; 3+ messages in thread
From: Jason Gunthorpe @ 2021-10-06 19:39 UTC (permalink / raw)
  To: yanjun.zhu; +Cc: mustafa.ismail, shiraz.saleem, dledford, linux-rdma

On Wed, Oct 06, 2021 at 04:15:31PM -0400, yanjun.zhu@linux.dev wrote:
> From: Zhu Yanjun <yanjun.zhu@linux.dev>
> 
> The struct irdma_bth is not used, so remove it.
> 
> Signed-off-by: Zhu Yanjun <yanjun.zhu@linux.dev>
> Acked-by: Shiraz Saleem <shiraz.saleem@intel.com>
> ---
>  drivers/infiniband/hw/irdma/cm.h | 8 --------
>  1 file changed, 8 deletions(-)

Applied to for-next, thanks

Jason

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

* [PATCH 1/1] RDMA/irdma: compact the header file
@ 2021-10-06 20:15 yanjun.zhu
  2021-10-06 13:36 ` Saleem, Shiraz
  2021-10-06 19:39 ` Jason Gunthorpe
  0 siblings, 2 replies; 3+ messages in thread
From: yanjun.zhu @ 2021-10-06 20:15 UTC (permalink / raw)
  To: mustafa.ismail, shiraz.saleem, dledford, jgg, linux-rdma, yanjun.zhu

From: Zhu Yanjun <yanjun.zhu@linux.dev>

The struct irdma_bth is not used, so remove it.

Signed-off-by: Zhu Yanjun <yanjun.zhu@linux.dev>
---
 drivers/infiniband/hw/irdma/cm.h | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/drivers/infiniband/hw/irdma/cm.h b/drivers/infiniband/hw/irdma/cm.h
index d03cd29333ea..1fbe72e18625 100644
--- a/drivers/infiniband/hw/irdma/cm.h
+++ b/drivers/infiniband/hw/irdma/cm.h
@@ -159,14 +159,6 @@ enum irdma_cm_event_type {
 	IRDMA_CM_EVENT_ABORTED,
 };
 
-struct irdma_bth { /* Base Trasnport Header */
-	u8 opcode;
-	u8 flags;
-	__be16 pkey;
-	__be32 qpn;
-	__be32 apsn;
-};
-
 struct ietf_mpa_v1 {
 	u8 key[IETF_MPA_KEY_SIZE];
 	u8 flags;
-- 
2.27.0


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

end of thread, other threads:[~2021-10-06 19:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-06 20:15 [PATCH 1/1] RDMA/irdma: compact the header file yanjun.zhu
2021-10-06 13:36 ` Saleem, Shiraz
2021-10-06 19:39 ` Jason Gunthorpe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.