diff options
author | Muhammad Husaini Zulkifli <[email protected]> | 2022-12-15 00:29:09 +0800 |
---|---|---|
committer | Tony Nguyen <[email protected]> | 2023-01-03 09:36:25 -0800 |
commit | 1d1b4c63ba739c6ca695cb2ea13fefa9dfbff60d (patch) | |
tree | 6ea056e0427ed69999fd5e070624021e5ed414d4 /kernel/bpf/helpers.c | |
parent | 5ac1231ac14d1b8a1098048e51cad45f11b85c0a (diff) |
igc: Remove reset adapter task for i226 during disable tsn config
I225 have limitation when programming the BaseTime register which required
a power cycle of the controller. This limitation already lifted in I226.
This patch removes the restriction so that when user configure/remove any
TSN mode, it would not go into power cycle reset adapter.
How to test:
Schedule any gate control list configuration or delete it.
Example:
1)
BASE_TIME=$(date +%s%N)
tc qdisc replace dev $interface_name parent root handle 100 taprio \
num_tc 4 \
map 3 1 0 2 3 3 3 3 3 3 3 3 3 3 3 3 \
queues 1@0 1@1 1@2 1@3 \
base-time $BASE_TIME \
sched-entry S 0F 1000000 \
flags 0x2
2) tc qdisc del dev $intername_name root
Signed-off-by: Muhammad Husaini Zulkifli <[email protected]>
Tested-by: Naama Meir <[email protected]>
Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'kernel/bpf/helpers.c')
0 files changed, 0 insertions, 0 deletions