- return tc_id != HNS3_PMU_FILTER_ALL_TC;Sorry, but I'm struggling to see how this correlates with your example
+ return (tc_id != HNS3_PMU_FILTER_ALL_TC) && (!bdf);
}
in the commit message, which implies that it's the config of 0x3 causing
the problem rather than the bdf.
Please can you explain the problem in more detail?
Thanks,
Will