.. | .. |
---|
92 | 92 | wr32(IGC_STQT(i), ring->start_time); |
---|
93 | 93 | wr32(IGC_ENDQT(i), ring->end_time); |
---|
94 | 94 | |
---|
95 | | - if (adapter->base_time) { |
---|
96 | | - /* If we have a base_time we are in "taprio" |
---|
97 | | - * mode and we need to be strict about the |
---|
98 | | - * cycles: only transmit a packet if it can be |
---|
99 | | - * completed during that cycle. |
---|
100 | | - */ |
---|
101 | | - txqctl |= IGC_TXQCTL_STRICT_CYCLE | |
---|
102 | | - IGC_TXQCTL_STRICT_END; |
---|
103 | | - } |
---|
| 95 | + txqctl |= IGC_TXQCTL_STRICT_CYCLE | |
---|
| 96 | + IGC_TXQCTL_STRICT_END; |
---|
104 | 97 | |
---|
105 | 98 | if (ring->launchtime_enable) |
---|
106 | 99 | txqctl |= IGC_TXQCTL_QUEUE_MODE_LAUNCHT; |
---|