DPDK & 802.11 — Acronym Reference

Companion to the DPDK Summit 2026 Stockholm talk

Definitions are tuned to how each term is used in this talk, not the textbook entry. For the on-deck quick reference (the terms most likely to trip up a DPDK audience), see Backup B0.

802.11 MAC mechanics

AcronymExpansionWhat it means here
A-MPDUAggregated MPDUMany MPDUs concatenated into a single radio transmission. The unit of work the talk argues replaces the Ethernet frame as the operational boundary.
AC_BEAccess Category — Best EffortThe default EDCA category for normal data traffic. AIFSN=3.
AC_VIAccess Category — VideoEDCA category with shorter AIFSN (=2) and lower CWmin for latency-sensitive traffic.
ACKAcknowledgmentSent by the receiver SIFS after a successful frame, confirming reception.
AIFSArbitration Inter-Frame SpaceThe time a station must sense the medium idle before starting backoff. AIFS = SIFS + AIFSN × slot_time.
AIFSNAIFS NumberThe integer count of slots in the AIFS interval (3 for BE, 2 for VI).
BAWBlock Acknowledgment WindowThe range of MPDU sequence numbers a receiver is currently tracking for BlockAck.
BlockAckBlock AcknowledgmentA single ACK that confirms reception of multiple MPDUs in an A-MPDU. Each MPDU's success is independent.
BSSBasic Service SetOne AP plus its associated stations — a Wi-Fi cell. The talk argues for coordination across BSSes via the concentrator.
CCAClear Channel AssessmentThe receiver's check that the medium is idle before transmission. Two flavors: CCA-CS (carrier sense, decoding 802.11 preambles) and CCA-ED (energy detect, total RF energy threshold).
CF-EndContention-Free EndA control frame that explicitly terminates a contention-free period and clears NAV at receiving stations. The primitive the concentrator uses to release stations into a compete window.
CSMA/CACarrier Sense Multiple Access / Collision AvoidanceWi-Fi's contention model. Every station listens before transmitting and uses random backoff to reduce collision probability.
CSMA/CDCarrier Sense Multiple Access / Collision DetectionEthernet's original contention model (1980s shared-bus). The protocol identity remains in 802.3 even though switched fabric made the contention parts dormant.
CWmin / CWmaxContention Window minimum / maximumThe bounds on the random backoff range. Each station picks a random integer in [0, CW] slots before TX; CW grows on collision. The pseudocode work uses CWmin=0 to make scheduling deterministic.
DCFDistributed Coordination FunctionThe original 802.11 distributed-contention mode. EDCA is its QoS-aware successor.
DIFSDCF Inter-Frame SpaceThe legacy DCF equivalent of AIFS. = SIFS + 2×slot_time.
EDCAEnhanced Distributed Channel AccessThe QoS-aware contention scheme in 802.11e+. Provides four access categories (AC_BE, AC_BK, AC_VI, AC_VO) with different contention parameters.
FCSFrame Check SequenceThe 32-bit CRC at the end of every 802.11 frame.
MACMedium Access ControlThe Layer 2 logic that decides when and how a frame is transmitted. The talk's central claim is that today's Wi-Fi MAC lives in firmware; the architecture moves it to the host.
MLOMulti-Link Operation802.11be feature coordinating multiple radios for a single station/AP relationship. Coordinates links, not building-wide scheduling.
MPDUMAC Protocol Data UnitA single 802.11 frame at the MAC layer — what the host hands to the PHY.
NAVNetwork Allocation VectorA virtual-carrier-sense timer set from the Duration field of received frames. While NAV > 0, the station treats the medium as busy regardless of physical sensing. The mechanism Backup B10 ("NAV reset, by scope") manipulates.
OBSSOverlapping BSSAnother BSS sharing the same channel within range. Source of inter-cell interference today.
OFDMAOrthogonal Frequency Division Multiple AccessThe 802.11ax/be feature that lets the AP schedule multiple stations on subsets of subcarriers within one transmission. Local to one AP — does not provide cross-AP scheduling.
PCF / HCFPoint Coordination Function / Hybrid Coordination FunctionLegacy 802.11 modes where the AP coordinates contention-free periods. Largely abandoned commercially. The historical proof that 802.11 has always had centralized-control primitives.
PHYPhysical LayerThe Layer 1 hardware that turns bits into RF signals (and back). Stays at the antenna in the proposed split.
PPDUPHY Protocol Data UnitThe full thing that goes on the air: preamble + PHY header + PSDU.
PSDUPHY Service Data UnitThe MAC-layer frame (a.k.a. MPDU) that the PHY wraps in a preamble.
RTS/CTSRequest To Send / Clear To SendOptional handshake before data, used to reserve airtime via NAV. Helps with hidden-node scenarios.
SIFSShort Inter-Frame SpaceThe shortest interframe gap (16 µs in 5 GHz). Used between frames in a single TXOP exchange (e.g., DATA→ACK). The "SIFS-bounded fast path" the talk says must stay at the radio.
TSFTiming Synchronization FunctionThe 802.11 microsecond-resolution timer that all stations in a BSS track. The host's TSF sync work makes this coherent across 8 RRHs.
TXOPTransmit OpportunityA bounded time window won via contention during which a station may transmit. The talk's "unit of work" — what the scheduler reasons about.

802.11 PHY / RF

AcronymExpansionWhat it means here
ADC / DACAnalog-to-Digital / Digital-to-Analog ConverterThe boundary between the radio's analog and digital domains.
CMOSComplementary Metal-Oxide SemiconductorThe process technology most modern Wi-Fi silicon is built in.
CSIChannel State InformationPer-subcarrier amplitude and phase measurements describing the radio channel between TX and RX. The same data the receiver uses to demodulate is also the input to Wi-Fi sensing (B1).
EMFElectromagnetic FieldThe physical signal Wi-Fi rides. Backup B1 makes the point that the same EMF can be used for both communications and sensing.
FBAR / BAWFilm Bulk Acoustic Resonator / Bulk Acoustic WaveRF filter technologies in modern Wi-Fi front ends.
FECForward Error CorrectionEncoding that adds redundancy so receivers can recover from bit errors without retransmission.
FEMFront-End ModuleIntegrated package combining PA, LNA, and switches at the antenna.
FFT / IFFTFast Fourier Transform / Inverse FFTThe math that converts between time-domain samples and OFDM subcarrier values. The PHY does this on every PPDU.
LBTListen Before TalkGeneric name for any pre-transmission medium-busy check; CSMA/CA is one form of LBT.
LNALow-Noise AmplifierFirst-stage amplifier on receive — boosts faint signals from the antenna with minimal added noise.
MCSModulation and Coding SchemeThe discrete index (0–11 for HE) that names a specific modulation + coding rate combination. The host walks an MCS ladder; the PHY ARM executes the chosen index.
MIMOMultiple-Input Multiple-OutputUsing multiple antennas at TX and RX to send multiple spatial streams simultaneously.
MU-MIMOMulti-User MIMOOne AP transmitting to multiple stations simultaneously on different spatial streams.
OFDMOrthogonal Frequency Division MultiplexingThe modulation scheme used by 802.11a/n/ac/ax/be. Data rides multiple subcarriers in parallel.
PAPower AmplifierLast-stage amplifier on transmit — drives the antenna at full power.
PERPacket Error RateThe rate at which received frames fail FCS check. The control signal driving rate adaptation.
PLCPPhysical Layer Convergence ProcedureLegacy 802.11 PHY sublayer that wraps the MAC frame in a preamble + PHY header. The terms "PLCP preamble" and "PLCP header" still appear in older 802.11 specs and code; modern 802.11 (n/ac/ax/be) restructured this as the PPDU format.
RSSIReceived Signal Strength IndicatorA summary measurement of received power. Coarser than SNR.
SINRSignal-to-Interference-plus-Noise RatioSNR in the presence of co-channel interference from other transmitters.
SNRSignal-to-Noise RatioPer-subcarrier amplitude of signal vs. background noise.

DPDK & host-side

AcronymExpansionWhat it means here
AF_XDPAddress Family XDPKernel-bypass fast-path framework, alternative to DPDK.
DMADirect Memory AccessHardware transferring memory between host RAM and the NIC without CPU involvement.
eventdevEvent DeviceDPDK's abstraction for scheduling work events. The talk proposes a deadline-aware backend for TXOP scheduling.
mbufMessage BufferDPDK's packet-buffer abstraction. The talk proposes an MPDU-aware mbuf type with shim-header metadata.
NICNetwork Interface CardGeneric name for the hardware adapter; in the talk, the wireless equivalent is an RRH.
PMDPoll Mode DriverA DPDK driver that polls the NIC for packets instead of using interrupts. The pattern Fi-Wi extends to Wi-Fi radios.
RJ45Registered Jack 45The 8-pin connector used for Ethernet cable termination. The image on slide 3 ("the leash gave out").
rte_mbufruntime mbufDPDK's specific implementation of the mbuf, with dynamic field metadata.

Transport / control loop

AcronymExpansionWhat it means here
AQMActive Queue ManagementA class of router/host algorithms that manage queue depth via mark or drop. CoDel, PIE, fq_codel are AQM. The talk argues L4S is not AQM in the classical sense — it's airtime-aware marking.
BBRBottleneck Bandwidth and Round-trip propagation timeA modern TCP variant that infers bottleneck capacity rather than reacting to loss.
CCCongestion ControlThe general class of sender-side algorithms responding to congestion signals (drops, ECN marks).
DualPI2Dual-queue Proportional Integral controller, version 2The reference AQM that supports L4S. Maintains two queues (classic vs. L4S) and marks the L4S queue based on a target latency.
ECNExplicit Congestion NotificationA bit in the IP header used to signal congestion without dropping the packet. Senders react to ECN marks just as they would to drops.
L4SLow Latency, Low Loss, Scalable throughputA transport architecture using ECN marking before queues form, to keep latency near zero. The talk proposes Wi-Fi-aware L4S marking based on airtime, not bytes.
TCPTransmission Control ProtocolThe classic reliable transport. Reacts to packet drops by reducing send rate.

Cellular / O-RAN borrowed vocabulary

AcronymExpansionWhat it means here
C-RANCentralized / Cloud Radio Access NetworkThe cellular architectural pattern of separating baseband processing from radio heads. The architectural ancestor Fi-Wi borrows from.
CUCentralized UnitO-RAN's term for the upper-layer (PDCP/RRC) component. Out of scope for the talk.
DUDistributed UnitO-RAN's term for the upper-MAC / scheduler component. In Fi-Wi the host plays this role.
NDPNull Data PacketA frame with no data payload, used for sounding (beamforming feedback). The PHY ARM emits NDPs on host instruction.
O-RANOpen RANAn open standards effort defining cellular RAN interfaces. Source of the "Split 6" vocabulary the talk uses.
PDCP / RLC / RRCPacket Data Convergence Protocol / Radio Link Control / Radio Resource ControlCellular L2/L3 layers. Out of scope for the talk; mentioned only when Split 6 is discussed in context.
RRHRemote Radio HeadThe antenna-side hardware in a C-RAN. In Fi-Wi the term carries over: each RRH is a Wi-Fi PHY + tiny ARM, fronthauled to the concentrator.
Split 6O-RAN MAC-PHY splitThe MAC-PHY functional split where the lower MAC and PHY stay at the radio, and everything above migrates upstream. The implementable-today cut Fi-Wi proposes for Wi-Fi — host runs scheduling/contention/policy, radio executes SIFS-bounded fast path on a small ARM.
Split 8O-RAN PHY-RF splitThe fully-centralized split: PHY moves to the host too. Radio becomes RF only — amplifiers, filters, ADC/DAC, antenna. Raw IQ samples cross the fronthaul over 100 Gb/s+ SERDES (borrowed from cellular C-RAN, where this is operational today). The architectural endpoint for Fi-Wi: no firmware in the radio, PHY is host-side code, joint multi-radio decoding and building-scale RF coordination become possible.

Timing & coherence

AcronymExpansionWhat it means here
ppmparts per millionUnitless rate-error measure. Used in the mt76 TSF debug instrumentation to report oscillator drift. 1 ppm ≈ 1 µs error per second.
PTPPrecision Time ProtocolIEEE 1588 — the standard for high-precision clock distribution over Ethernet. The talk's "Three places to start" slide names PTP-clock-domain bridging as a DPDK work item.
TSFTiming Synchronization Function(See 802.11 MAC.) The microsecond timer the host uses for cross-radio coordination.

Sensing / 802.11bf

AcronymExpansionWhat it means here
802.11bfWi-Fi sensing amendmentThe IEEE amendment standardizing Wi-Fi sensing — using existing 802.11 measurements (CSI, channel response) to infer motion, presence, and similar physical signals. The architecture this talk proposes happens to give 802.11bf a host-visible control plane for free.

Connectors / fronthaul

AcronymExpansionWhat it means here
MMIOMemory-Mapped I/OThe mechanism by which the host reads/writes radio registers via mapped address ranges.
MTPMulti-fiber Termination Push-onA multi-fiber connector used in fan-out cabling between QSFP+ and individual fiber pairs.
PCIePeripheral Component Interconnect ExpressThe host bus that carries descriptors, MPDUs, and metadata between the host and each RRH.
QSFP+Quad Small Form-factor Pluggable PlusThe 40 Gbps optical/copper transceiver used for the fronthaul links between concentrator and RRHs.

Historical anchors (About slide context)

AcronymExpansionWhat it means here
FDDIFiber Distributed Data InterfaceLate-1980s 100 Mbps token-ring network (NASA / ISS). On the About slide as part of the speaker's lineage.
RSMRoute Switch ModuleThe Catalyst 5000 module that integrated Layer 3 routing into hardware Ethernet switching (mid-1990s). The architectural ancestor of "MAC on host, PHY in silicon."

Quick reference

If someone asks “wait, what’s that?”, these are the ones to be ready to define on the fly without reaching for the sheet: