- $ git diff
- diff --git a/kmod/igb_main.c b/kmod/igb_main.c
- old mode 100755
- new mode 100644
- index f506081..c8c6626
- --- a/kmod/igb_main.c
- +++ b/kmod/igb_main.c
- @@ -7411,7 +7411,11 @@ static bool igb_clean_tx_irq(struct igb_q_vector *q_vector)
- break;
- /* prevent any other reads prior to eop_desc */
- +#if 0
- read_barrier_depends();
- +#else
- + smp_rmb();
- +#endif
- /* if DD is not set pending work has not been completed */
- if (!(eop_desc->wb.status & cpu_to_le32(E1000_TXD_STAT_DD)))
igb_avb patch for Linux 5.10.x
Posted by Anonymous on Wed 17th Nov 2021 10:37
raw | new post
view followups (newest first): igb_avb patch for Linux 5.10.x by Anonymous
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.