pith. machine review for the scientific record. sign in

arxiv: 2605.09888 · v1 · submitted 2026-05-11 · 💻 cs.NI

Recognition: no theorem link

Mixed-Criticality Flow Scheduling with Low Delay and Limited Bandwidth in TSN

Authors on Pith no claims yet

Pith reviewed 2026-05-12 04:56 UTC · model grok-4.3

classification 💻 cs.NI
keywords Time-Sensitive Networkingmixed-criticality schedulingframe aggregationTSNflow schedulingbandwidth reductionreal-time communicationindustrial networks
0
0 comments X

The pith

By aggregating frames with shared sources, destinations, and harmonic periods, a new TSN scheduler can accept more mixed-criticality flows while using less bandwidth.

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper introduces MCFS-2L to schedule both critical and non-critical flows in Time-Sensitive Networking without large delays or high bandwidth. It works by first combining frames that have the same source and destination nodes along with harmonic periods into single larger frames. A dynamic method then reassembles and selectively removes non-critical frames from any aggregated frames that cannot be scheduled as is. This approach raises the rate at which flows are accepted and lowers bandwidth consumption compared to earlier techniques. Readers interested in real-time networks for automation or vehicles would see value in scheduling more traffic efficiently within fixed time windows.

Core claim

The central discovery is that aggregating critical and non-critical frames with identical source-destination pairs and harmonic periods, followed by dynamic reassembly that disaggregates only non-critical frames from unschedulable aggregates, allows the MCFS-2L scheme to increase acceptance ratios by up to 4.78 percent for critical flows and 8.58 percent for non-critical flows while cutting bandwidth utilization by up to 11.88 percent.

What carries the argument

The MCFS-2L mixed-criticality flow scheduler, which aggregates frames sharing source, destination, and harmonic periods and then selectively disaggregates non-critical frames during scheduling to fit within dedicated TSN time windows.

If this is right

  • More critical and non-critical flows can be accepted into the schedule without expanding the allocated bandwidth.
  • Bandwidth utilization drops because fewer time windows are needed for the combined frames.
  • The method preserves timing guarantees for critical flows while improving service for non-critical ones.
  • Pre-allocated time windows in TSN are used more fully even when multiple flows compete for them.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • This aggregation strategy could be tested in other deterministic Ethernet variants to see if similar gains appear.
  • Hardware implementations would need to support low-overhead disaggregation to realize the full bandwidth savings in practice.
  • Scaling the approach to networks with non-harmonic periods might require additional period adjustment techniques.

Load-bearing premise

Frames that share the same source, destination, and harmonic periods can be aggregated into one and later selectively disaggregated without breaking the timing rules for critical flows or creating too much extra work for the network hardware.

What would settle it

A simulation or testbed run that shows an aggregated frame, after selective disaggregation, still causes a critical flow to miss its deadline or uses more total bandwidth than the baseline methods.

Figures

Figures reproduced from arXiv: 2605.09888 by Dongsheng Wei, Sijing Duan, Wenyan Yan.

Figure 1
Figure 1. Figure 1: Applications of TSN. reliability) for internal communication. The TSN switch serves as a bridge, connecting the Domain Control Units (DCUs) across different domains. As network traffic greatly increases due to intelligent ap￾plications such as ADAS [7], the multiple data flows may compete for the same time window and thus lead to large transmission delays. To cope with the growing challenge of high traffic… view at source ↗
Figure 2
Figure 2. Figure 2: (a) is responsible for connecting the different DCUs by full-duplex physical links. In [PITH_FULL_IMAGE:figures/full_fig_p002_2.png] view at source ↗
Figure 3
Figure 3. Figure 3: Overview of the MCFS-2L. • Period. The period of the new frame is the greatest common divisor of the periods of the criticality and non￾criticality frames aggregated to this frame. • Deadline. The deadline of the new frame should be the minimum of the deadlines of critical and non-critical frames that are aggregated to this frame. • Maximum transmission time. The maximum frame size after aggregation should… view at source ↗
Figure 4
Figure 4. Figure 4: Acceptance ratio of critical frames and non-critical frames under different numbers of TSN frames. Acceptance ratio of non-critical frames. This ratio is defined as the number of non-critical frames that successfully meet their deadlines divided by the total number of non￾critical frames transmitted within a given time interval. A higher acceptance ratio of non-critical frames indicates better scheduling p… view at source ↗
Figure 5
Figure 5. Figure 5: Bandwidth utilization under different numbers of TSN frames. 100 200 300 400 500 Number of TSN Frames 0 50 100 Execution Time (ms) NWTT R-NWTT MCFS-2L (Ours) [PITH_FULL_IMAGE:figures/full_fig_p006_5.png] view at source ↗
Figure 6
Figure 6. Figure 6: Execution time comparison. the lowest acceptance ratio, thereby resulting in the lowest execution time. V. CONCLUSION In this paper, we studied a mixed-criticality flow scheduling scheme, MCFS-2L, to address the challenges of low delay and limited bandwidth in flow transmission. MCFS-2L introduces a mixed-criticality frame aggregation strategy that aggregates critical and non-critical frames into larger fr… view at source ↗
read the original abstract

Time-Sensitive Networking (TSN) is a promising Ethernet protocol with time determinism, widely used in time-critical systems such as industrial automation, automotive networks, and avionics. By allocating dedicated time windows for time-sensitive flows, TSN enables deterministic transmission; however, as network traffic grows, multiple flows may contend for the same window, causing large delays. Frame aggregation can mitigate this by combining multiple small frames into a larger one, thereby reducing the number of frames and required time windows, but existing approaches typically handle only single-priority traffic and cannot fully utilize pre-allocated time windows. To address this limitation, we propose MCFS-2L, a mixed-criticality flow scheduling scheme with low delay and limited bandwidth usage. MCFS-2L first aggregates critical and non-critical frames with the same source and destination nodes and harmonic periods into a single frame, and then applies a dynamic reassembly and scheduling method that selectively disaggregates non-critical frames from unschedulable aggregated frames. Experimental results show that MCFS-2L increases the acceptance ratio of critical and non-critical flows by up to 4.78% and 8.58%, respectively, while reducing bandwidth utilization by up to 11.88%.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

2 major / 1 minor

Summary. The manuscript proposes MCFS-2L, a mixed-criticality scheduling scheme for TSN that first aggregates critical and non-critical frames sharing the same source/destination and harmonic periods into larger frames, then applies dynamic reassembly to selectively disaggregate only non-critical frames from any aggregated frame that cannot be scheduled. The central claims are that this yields acceptance-ratio gains of up to 4.78 % for critical flows and 8.58 % for non-critical flows while reducing bandwidth utilization by up to 11.88 %.

Significance. If the selective-disaggregation step can be shown to leave critical-flow transmission times and pre-allocated windows strictly unchanged, the technique would provide a pragmatic heuristic for improving window utilization in bandwidth-constrained TSN deployments that must accommodate both hard real-time and best-effort traffic. The reported numerical improvements, if reproducible, would be of practical interest to industrial-automation and automotive TSN designers.

major comments (2)
  1. [Abstract] Abstract: the quantitative claims (acceptance-ratio increases of 4.78 % / 8.58 % and bandwidth reduction of 11.88 %) are presented with no accompanying information on simulation parameters, traffic models, baseline algorithms, number of trials, or statistical tests. Without these details the central performance assertions cannot be evaluated.
  2. [MCFS-2L algorithm description] Description of the MCFS-2L algorithm: the selective disaggregation of non-critical frames from aggregated frames is asserted to preserve the timing guarantees and pre-allocated windows of every critical flow, yet no schedulability invariant, worst-case delay analysis, or hardware-level mechanism (e.g., on-the-fly GCL update) is supplied to establish that critical frames are never remapped or delayed. This assumption is load-bearing for both the acceptance-ratio and bandwidth-saving claims.
minor comments (1)
  1. [Abstract] The abstract introduces the phrase 'dynamic reassembly and scheduling method' without a concise high-level outline or pointer to the corresponding algorithm section or pseudocode.

Simulated Author's Rebuttal

2 responses · 0 unresolved

We thank the referee for the constructive feedback on our manuscript. We address each major comment point-by-point below and indicate the revisions planned for the next version.

read point-by-point responses
  1. Referee: [Abstract] Abstract: the quantitative claims (acceptance-ratio increases of 4.78 % / 8.58 % and bandwidth reduction of 11.88 %) are presented with no accompanying information on simulation parameters, traffic models, baseline algorithms, number of trials, or statistical tests. Without these details the central performance assertions cannot be evaluated.

    Authors: We agree that the abstract would benefit from additional context. Due to typical length constraints, we summarize results concisely there while providing full details in the body. In the revision we will add one sentence to the abstract noting the use of harmonic-period traffic models, comparison to standard TSN scheduling without aggregation, and that results are averaged over 1000 random scenarios. Complete parameters, traffic generation, number of trials, and any statistical reporting already appear in Section 5. revision: yes

  2. Referee: [MCFS-2L algorithm description] Description of the MCFS-2L algorithm: the selective disaggregation of non-critical frames from aggregated frames is asserted to preserve the timing guarantees and pre-allocated windows of every critical flow, yet no schedulability invariant, worst-case delay analysis, or hardware-level mechanism (e.g., on-the-fly GCL update) is supplied to establish that critical frames are never remapped or delayed. This assumption is load-bearing for both the acceptance-ratio and bandwidth-saving claims.

    Authors: We acknowledge the need for an explicit argument. MCFS-2L aggregates only frames with identical source/destination and harmonic periods; selective disaggregation then removes solely non-critical frames from any unschedulable aggregate, leaving each critical frame's size, period, and pre-allocated window unchanged. Because critical frames are never split or remapped, their timing guarantees hold by construction. In the revised manuscript we will add a short schedulability invariant and worst-case argument in Section 4 establishing that critical-flow windows remain fixed. No runtime GCL update is required, as all critical scheduling decisions are made offline. revision: yes

Circularity Check

0 steps flagged

No circularity: procedural algorithm with independent experimental validation

full rationale

The paper describes MCFS-2L as a scheduling algorithm that aggregates frames sharing src/dst and harmonic periods then selectively disaggregates non-critical portions from unschedulable aggregates. No equations, derivations, or fitted parameters appear in the provided text that would reduce the reported acceptance-ratio gains (4.78%/8.58%) or bandwidth reduction (11.88%) to self-referential definitions, self-citations, or inputs-by-construction. Performance numbers are presented solely as outcomes of simulation experiments, not as premises that justify the algorithm itself. The central claims therefore remain independent of the patterns that trigger circularity scores above 0.

Axiom & Free-Parameter Ledger

0 free parameters · 2 axioms · 0 invented entities

The scheme rests on the domain assumption that harmonic-period frames can be safely aggregated and disaggregated without breaking critical-flow deadlines, plus standard TSN time-window semantics; no free parameters or invented entities are introduced in the abstract.

axioms (2)
  • domain assumption Frames sharing source, destination, and harmonic periods can be aggregated into a single frame without violating individual timing constraints.
    Invoked when describing the first step of MCFS-2L.
  • domain assumption Dynamic reassembly can selectively remove non-critical frames from an unschedulable aggregate while preserving schedulability of the remaining critical frames.
    Central to the second step of the proposed method.

pith-pipeline@v0.9.0 · 5519 in / 1376 out tokens · 67758 ms · 2026-05-12T04:56:52.438360+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

15 extracted references · 15 canonical work pages

  1. [1]

    refinedTS: Refined time synchronization for cross-domain CAN-TSN communication,

    D. Wei, B. Fu, Z. Wang, X. Yu, Y . Lei, H. Zheng, X. Liu, and G. Xie, “refinedTS: Refined time synchronization for cross-domain CAN-TSN communication,”IEEE Transactions on Networking, vol. 34, no. 1, pp. 2998–4157, 2025

  2. [2]

    802.1Qbv-Enhancements for Scheduled Traffic,

    IEEE 802.1Qbv-2015, “802.1Qbv-Enhancements for Scheduled Traffic,” https://www.ieee802.org/1/pages/802.1bu.html, 2016. 7

  3. [3]

    A survey and experimental study of real-time scheduling methods for 802.1 Qbv TSN networks,

    C. Xue, T. Zhang, Y . Zhou, M. Nixon, A. Loveless, and S. Han, “A survey and experimental study of real-time scheduling methods for 802.1 Qbv TSN networks,”ACM Computing Surveys, vol. 58, no. 2, pp. 1–37, 2025

  4. [4]

    Fastscheduler: Polynomial-time scheduling for time-triggered flows in TSN,

    C. Long, H. Zhang, Z. Wang, Y . Zheng, and Z. Li, “Fastscheduler: Polynomial-time scheduling for time-triggered flows in TSN,”IEEE Transactions on Network and Service Management, vol. 22, no. 6, pp. 5675 – 5689, 2025

  5. [5]

    Making the case for centralized automotive E/E architectures,

    V . Bandur, G. Selim, V . Pantelic, and M. Lawford, “Making the case for centralized automotive E/E architectures,”IEEE Transactions on V ehicular Technology, vol. 70, no. 2, pp. 1230–1245, 2021

  6. [6]

    Pfv2: Packet fragmentation with variable size and vigorous mapping in time-sensitive networking,

    W. Yan, B. Fu, D. Wei, R. Li, Y . Lei, Y . Jia, and G. Xie, “Pfv2: Packet fragmentation with variable size and vigorous mapping in time-sensitive networking,”Journal of Systems Architecture, vol. 166, p. 103457, 2025

  7. [7]

    Recent advances and trends in on-board embedded and networked automotive systems,

    L. L. Bello, R. Mariani, S. Mubeen, and S. Saponara, “Recent advances and trends in on-board embedded and networked automotive systems,” IEEE Transactions on Industrial Informatics, vol. 15, no. 2, pp. 1038– 1051, 2018

  8. [8]

    A high-flexibility CAN- TSN gateway with a low-congestion TSN-to-CAN scheduler,

    G. Xie, Y . Zhang, N. Chen, and W. Chang, “A high-flexibility CAN- TSN gateway with a low-congestion TSN-to-CAN scheduler,”IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, vol. 42, no. 12, pp. 5072–5083, 2023

  9. [9]

    Real-time analysis and message priority assignment for TSN-CAN gateway,

    W. Wu, H. Huang, W. Li, R. Liu, Y . Xie, and S. Long, “Real-time analysis and message priority assignment for TSN-CAN gateway,”IEEE Transactions on Intelligent Transportation Systems, 2024

  10. [10]

    A conflict-free can- to-tsn scheduler for can-tsn gateway,

    W. Yan, B. Fu, J. Huang, R. Lu, R. Li, and G. Xie, “A conflict-free can- to-tsn scheduler for can-tsn gateway,”Journal of Systems Architecture, p. 103188, 2024

  11. [11]

    802.1Qbu-Frame Preemption,

    IEEE 802.1Qbu-2016, “802.1Qbu-Frame Preemption,” https://www.ieee 802.org/1/pages/802.1bu.html, 2016

  12. [12]

    Reliability-aware scheduling and routing for messages in time-sensitive networking,

    Y . Zhou, S. Samii, P. Eles, and Z. Peng, “Reliability-aware scheduling and routing for messages in time-sensitive networking,”ACM Transac- tions on Embedded Computing Systems, vol. 20, no. 5, pp. 1–24, 2021

  13. [13]

    No-wait packet scheduling for IEEE time- sensitive networks (TSN),

    F. D ¨urr and N. G. Nayak, “No-wait packet scheduling for IEEE time- sensitive networks (TSN),” inProceedings of the 24th International Conference on Real-Time Networks and Systems, 2016, pp. 203–212

  14. [14]

    Rethinking the use of network cycle in time- sensitive networking (TSN) flow scheduling,

    J. Lin, W. Li, X. Feng, S. Zhan, J. Feng, J. Cheng, T. Wang, Q. Li, Y . Wang, F. Liet al., “Rethinking the use of network cycle in time- sensitive networking (TSN) flow scheduling,” in2022 IEEE/ACM 30th International Symposium on Quality of Service (IWQoS). IEEE, 2022, pp. 1–11

  15. [15]

    User- centric immersive communications in 6G: A data-oriented framework via digital twin,

    C. Zhou, S. Hu, J. Gao, X. Huang, W. Zhuang, and X. Shen, “User- centric immersive communications in 6G: A data-oriented framework via digital twin,”IEEE Wireless Communications, vol. 32, no. 3, pp. 122–129, 2025