/** * struct iidc_rdma_qset_params - Struct to hold per RDMA Qset info * @teid: TEID of the Qset node * @qs_handle: SW index of the Qset, RDMA provides this * @vport_id: VSI index * @tc: Traffic Class branch the QSet should belong to
*/ struct iidc_rdma_qset_params { /* Qset TEID returned to the RDMA driver in * ice_add_rdma_qset and used by RDMA driver * for calls to ice_del_rdma_qset
*/
u32 teid;
u16 qs_handle;
u16 vport_id;
u8 tc;
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.