Re: [PATCH net] bnxt_en: Prevent queue stop with deferred completions
From: Xuanqiang Luo
Date: Thu Aug 27 2026 - 23:23:46 EST
+ if (txr->kick_pending) {
+ u16 kick_prod = txr->kick_prod;
+ struct tx_bd *txbd0;
+
Please follow netdev’s reverse-xmas-tree convention:
https://docs.kernel.org/process/maintainer-netdev.html#local-variable-ordering-reverse-xmas-tree-rcs
Thanks,
Xuanqiang