TUNING FOR ZERO-FRAME LOSS
A perfect match between hardware and software
Federico Iezzi
EMEA Telco Architect
23rd November 2017
Tuning for zero frame loss
Tuning for zero frame loss
Aug ‘14
Oct ‘14May ‘13
Feb ‘17Apr ‘15Oct ‘10
‘06 ‘15/‘16 Aug ‘17
1 ATCA blade
== 1 VM
== 1 VNFc
1 VNF == N x VNFc
N
Tuning for zero frame loss
●
●
●
●
●
Tuning for zero frame loss
●
○
○
●
●
●
●
●
●
●
●
●
○
●
●
●
○
●
○
○
●
○
○
○
●
●
●
●
○
●
○
●
○
●
●
○
●
○
○
●
●
●
●
●
●
●
●
●
●
#!/bin/bash
_TX_QUEUE_SIZE="tx_queue_size=1024"
_RX_QUEUE_SIZE="rx_queue_size=1024"
i=0
while [ $# -gt 0 ]
do
case "$1" in
-netdev|-device)
args[i]="$1"
(( i++ ))
shift
if [[ "$1" =~ "virtio-net-pci" ]]
then
args[i]=${1},${_RX_QUEUE_SIZE},{_TX_QUEUE_SIZE}
(( i++))
shift
fi
;;
*)
args[i]="$1"
(( i++ ))
shift ;;
esac
done
exec /usr/libexec/qemu-system-x86_64 "${args[@]}"
Tuning for zero frame loss
Tuning for zero frame loss
●
●
●
○
●
●
○
■
●
●
●
●
●
●
●
●
●
●
●
●
●
●
○
●
○
○
Tuning for zero frame loss
Tuning for zero frame loss
●
●
●
○
testpmd
vhost-user
SR-IOV
VF
bare-metal
--rxq=4VNF
Tuning for zero frame loss
Tuning for zero frame loss
Tuning for zero frame loss
THANK YOU
plus.google.com/+RedHat
linkedin.com/company/red-hat
youtube.com/user/RedHatVideos
facebook.com/redhatinc
twitter.com/RedHatNews

More Related Content

PDF
Clock For My
PDF
IoT Chess 16th April Berlin
DOC
Praktikum Komputasi Statistika
PDF
Bitcoin:Next
PPTX
Scaling compression2
PDF
Repaso integrales calculoaplicado1
PDF
AWS ロボを作ろう JAWSUG Kobe
TXT
Clock For My
IoT Chess 16th April Berlin
Praktikum Komputasi Statistika
Bitcoin:Next
Scaling compression2
Repaso integrales calculoaplicado1
AWS ロボを作ろう JAWSUG Kobe

Recently uploaded (20)

PDF
A contest of sentiment analysis: k-nearest neighbor versus neural network
PDF
Credit Without Borders: AI and Financial Inclusion in Bangladesh
PDF
Architecture types and enterprise applications.pdf
PDF
Produktkatalog für HOBO Datenlogger, Wetterstationen, Sensoren, Software und ...
PDF
sustainability-14-14877-v2.pddhzftheheeeee
PPTX
GROUP4NURSINGINFORMATICSREPORT-2 PRESENTATION
PDF
Taming the Chaos: How to Turn Unstructured Data into Decisions
PDF
sbt 2.0: go big (Scala Days 2025 edition)
PPTX
MicrosoftCybserSecurityReferenceArchitecture-April-2025.pptx
PPTX
Build Your First AI Agent with UiPath.pptx
PPTX
AI IN MARKETING- PRESENTED BY ANWAR KABIR 1st June 2025.pptx
PDF
OpenACC and Open Hackathons Monthly Highlights July 2025
PPT
What is a Computer? Input Devices /output devices
PDF
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
PDF
“A New Era of 3D Sensing: Transforming Industries and Creating Opportunities,...
PDF
Zenith AI: Advanced Artificial Intelligence
PPTX
Chapter 5: Probability Theory and Statistics
PDF
NewMind AI Weekly Chronicles – August ’25 Week III
PDF
UiPath Agentic Automation session 1: RPA to Agents
PDF
Comparative analysis of machine learning models for fake news detection in so...
A contest of sentiment analysis: k-nearest neighbor versus neural network
Credit Without Borders: AI and Financial Inclusion in Bangladesh
Architecture types and enterprise applications.pdf
Produktkatalog für HOBO Datenlogger, Wetterstationen, Sensoren, Software und ...
sustainability-14-14877-v2.pddhzftheheeeee
GROUP4NURSINGINFORMATICSREPORT-2 PRESENTATION
Taming the Chaos: How to Turn Unstructured Data into Decisions
sbt 2.0: go big (Scala Days 2025 edition)
MicrosoftCybserSecurityReferenceArchitecture-April-2025.pptx
Build Your First AI Agent with UiPath.pptx
AI IN MARKETING- PRESENTED BY ANWAR KABIR 1st June 2025.pptx
OpenACC and Open Hackathons Monthly Highlights July 2025
What is a Computer? Input Devices /output devices
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
“A New Era of 3D Sensing: Transforming Industries and Creating Opportunities,...
Zenith AI: Advanced Artificial Intelligence
Chapter 5: Probability Theory and Statistics
NewMind AI Weekly Chronicles – August ’25 Week III
UiPath Agentic Automation session 1: RPA to Agents
Comparative analysis of machine learning models for fake news detection in so...
Ad
Ad

Tuning for zero frame loss