On Fri, Jul 31, 2026 5:01 PM, Breno Leitao wrote:
On Fri, Jul 31, 2026 at 02:18:34PM +0800, Jiawen Wu wrote:
quoted
@@ -1275,6 +1288,7 @@ enum wx_pf_flags {
WX_FLAG_NEED_DO_RESET,
WX_FLAG_RX_MERGE_ENABLED,
WX_FLAG_TXHEAD_WB_ENABLED,
+ WX_FLAG_NEED_PF_RESET,
WX_PF_FLAGS_NBITS /* must be last */
};
You need WX_FLAG_NEED_PF_RESET and also WX_FLAG_NEED_DO_RESET? isn't one
of them enough?
Sorry I didn't notice flag WX_FLAG_NEED_DO_RESET introduced by VF driver here.
I'll fix to reuse it in the next version.
But I think 'wx_pf_flags' needs to be renamed to 'wx_flags', since VF is also used.