Skip to content

Commit bd06d72

Browse files
bmarreddykuba-moo
authored andcommitted
bng_en: Add initial support for CP and NQ rings
Allocate CP and NQ related data structures and add support to associate NQ and CQ rings. Also, add the association of NQ, NAPI, and interrupts. Signed-off-by: Bhargava Marreddy <[email protected]> Reviewed-by: Vikas Gupta <[email protected]> Reviewed-by: Rajashekar Hudumula <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 0259379 commit bd06d72

File tree

4 files changed

+425
-1
lines changed

4 files changed

+425
-1
lines changed

drivers/net/ethernet/broadcom/bnge/bnge.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,5 +215,6 @@ static inline bool bnge_is_agg_reqd(struct bnge_dev *bd)
215215
}
216216

217217
bool bnge_aux_registered(struct bnge_dev *bd);
218+
u16 bnge_aux_get_msix(struct bnge_dev *bd);
218219

219220
#endif /* _BNGE_H_ */

0 commit comments

Comments
 (0)