[PATCH 1/4] net: ionic: update LIF identity for RDMA SRQ capability
From: Abhijit Gangurde
Date: Tue Jul 07 2026 - 06:00:03 EST
Update the LIF indentity for additional RDMA SRQ support used by
RDMA driver.
Signed-off-by: Abhijit Gangurde <abhijit.gangurde@xxxxxxx>
---
drivers/net/ethernet/pensando/ionic/ionic_if.h | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/pensando/ionic/ionic_if.h b/drivers/net/ethernet/pensando/ionic/ionic_if.h
index 47559c909c8b..dfcf89512dca 100644
--- a/drivers/net/ethernet/pensando/ionic/ionic_if.h
+++ b/drivers/net/ethernet/pensando/ionic/ionic_if.h
@@ -553,6 +553,8 @@ enum ionic_lif_rdma_cap_stats {
* @rdma.eq_qtype: RDMA Event Qtype
* @rdma.stats_type: Supported statistics type
* (enum ionic_lif_rdma_cap_stats)
+ * @rdma.rsvd: Reserved bytes
+ * @rdma.srq_qtype: RDMA Shared Receive Qtype
* @rdma.rsvd1: Reserved byte(s)
* @words: word access to struct contents
*/
@@ -598,7 +600,9 @@ union ionic_lif_identity {
struct ionic_lif_logical_qtype cq_qtype;
struct ionic_lif_logical_qtype eq_qtype;
__le16 stats_type;
- u8 rsvd1[162];
+ u8 rsvd[2];
+ struct ionic_lif_logical_qtype srq_qtype;
+ u8 rsvd1[148];
} __packed rdma;
} __packed;
__le32 words[478];
--
2.43.0