UE Traffic Queue Classification for Low-Latency L4S Transmission

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing methods for managing low latency and high throughput in real-time applications, such as online gaming and video conferencing, are hindered by queuing delays and the slow adoption of Low Latency Low Loss Scalable Throughput (L4S) capabilities in Android devices, which require kernel modifications and introduce processing delays.

Innovation Solution

A pluggable L4S (pL4S) interface implemented as an extended Berkeley Packet Filter (eBPF) in user equipment (UE) automatically identifies low-queuing traffic (LQT) and non-LQT, assigning them to separate queues for prioritized handling, using AccECN and real-time machine learning to optimize data transmission without kernel modifications.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If L4S capabilities are integrated into the mainline Linux kernel, then low latency and low loss performance is improved, but device complexity and integration time increase

Engineering Contradiction:
Improvelow latency low loss performanceVSAvoidkernel modification complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent segments the L4S functionality from the kernel by implementing it as a userspace application (pL4S) that uses eBPF for packet filtering and classification. This separates the low-latency processing logic from the kernel, allowing independent deployment and updates without modifying the core kernel, thus reducing integration complexity while maintaining performance benefits.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces eBPF as an intermediary layer between the network stack and the L4S processing logic. The eBPF program acts as a mediator that filters and classifies packets in the kernel without requiring kernel modifications, while the actual L4S processing occurs in userspace, bridging the gap between kernel networking and userspace application logic.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Productivity

If L4S stack is added to packets, then throughput capability is improved, but processing delay increases

Engineering Contradiction:
Improvethroughput capabilityVSAvoidprocessing delay
Core Design Contradiction:
ProductivityVSLoss of time

Solution Approach 1:

The patent extracts the L4S processing logic from the traditional kernel network stack and moves it to a dedicated userspace application. This extraction allows the system to process only the necessary packets through the full L4S stack while handling other packets through optimized paths, reducing overall processing delay while maintaining throughput capability for L4S-eligible traffic.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The patent implements dynamic packet classification and routing decisions based on real-time network conditions and packet characteristics. The eBPF program dynamically determines which packets should receive L4S processing, adjusting the processing path based on current traffic patterns and network state, thereby optimizing the balance between throughput and latency.

Inventive Principle:
Principle #15Dynamics

3Loss of time

If traffic is classified and routed to separate queues, then latency for real-time applications is reduced, but device complexity increases

Engineering Contradiction:
Improvequeuing delayVSAvoidqueue management complexity
Core Design Contradiction:
Loss of timeVSDevice complexity

Solution Approach 1:

The patent implements self-service packet classification where the eBPF program automatically analyzes packet characteristics and routes them to appropriate queues without requiring complex manual configuration. The system self-adapts to traffic patterns and automatically optimizes queue assignment, reducing the operational complexity of managing multiple queues while achieving low latency for real-time applications.

Inventive Principle:
Principle #25Self-service

Data Source

PatentUS20260005982A1Managing low latency low loss scalable throughput capabilities of a UE for data transmission
Publication Date: 2026.01.01 SAMSUNG ELECTRONICS CO LTD
  • US20260005982A1 patent drawing
  • US20260005982A1 patent drawing
  • US20260005982A1 patent drawing

AI summary

A method for managing low latency low loss scalable throughput (L4S) capabilities of a user equipment (UE) for data transmission is provided. The method includes receiving, by the UE, data traffic generated by at least one application running on the UE (502), identifying predefined characteristics relating to the traffic generated by the at least one application, determining, by the UE, whether the data traffic generated by the at least one application is a low-queuing traffic (LQT) or a non-LQT traffic based on the predefined characteristics, assigning, by the UE, the LQT to a low-latency queue configured to a L4S queue of the UE, and assigning, by the UE, the non-LQT to a non-LAS queue of the UE for facilitating prioritized handling of the LQT during data transmission.