NFSlicer: Data Movement Optimization for Shallow Network Functions

03/04/2022
by   Anirudh Sarma, et al.
0

Network Function (NF) deployments on commodity servers have become ubiquitous in datacenters and enterprise settings. Many commonly used NFs such as firewalls, load balancers and NATs are shallow - i.e., they only examine the packet's header, despite the entire packet being transferred on and off the server. As a result, the gap between moved and inspected data when handling large packets exceeds 20x. At modern network rates, such excess data movement is detrimental to performance, hurting both the average and 90 large packets by up to 1.7x. Our thorough performance analysis identifies high contention on the NIC-server PCIe interface and in the server's memory hierarchy as the main bottlenecks. We introduce NFSlicer, a data movement optimization implemented as a NIC extension to mitigate the bottlenecks stemming from data movement deluge in deployments of shallow NFs on commodity servers. NFSlicer only transfers the small portion of each packet that the deployed NFs actually inspect, by slicing the packet's payload and temporarily storing it in on-NIC memory. When the server later transmits the processed packet, NFSlicer splices it to its previously sliced payload. We develop a software-based emulation platform and demonstrate that NFSlicer effectively minimizes data movement between the NIC and the server, bridging the latency gap between small and large packet NF processing. On a range of shallow NFs handling 1518B packets, NFSlicer reduces average and 90

READ FULL TEXT
research
06/09/2020

Parking Packet Payload with P4

Network Function (NF) deployments suffer from poor link goodput, because...
research
04/01/2019

Application-Agnostic Offloading of Packet Processing

As network speed increases, servers struggle to serve all requests direc...
research
11/09/2021

Classifying DNS Servers based on Response Message Matrix using Machine Learning

Improperly configured domain name system (DNS) servers are sometimes use...
research
08/15/2022

A novel approach for FPGA-to-server data transmission over an Ethernet-based network using the eXpress Data Path technology

In the context of the upgrade of the Large Hadron Collider at CERN for h...
research
09/29/2020

Moment Generating Function of the AoI in Multi-Source Systems With Packet Management

We consider a status update system consisting of two independent sources...
research
02/01/2021

Moment Generating Function of the AoI in Multi-Source Systems with Computation-Intensive Status Updates

We consider a multi-source status update system in which status updates ...
research
04/28/2021

Scouting the Path to a Million-Client Server

To keep up with demand, servers will scale up to handle hundreds of thou...

Please sign up or login with your details

Forgot password? Click here to reset