BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//DPDK - ECPv6.15.20//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-ORIGINAL-URL:https://www.dpdk.org
X-WR-CALDESC:Events for DPDK
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/Los_Angeles
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20180311T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20181104T090000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20190310T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20191103T090000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20200308T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20201101T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;VALUE=DATE:20190919
DTEND;VALUE=DATE:20190921
DTSTAMP:20260428T181728
CREATED:20190426T223919Z
LAST-MODIFIED:20191007T165039Z
UID:1453-1568851200-1569023999@www.dpdk.org
SUMMARY:DPDK Userspace\, Bordeaux\, September 19th-20th
DESCRIPTION:SESSION SUMMARY\nTo access the summary\, slides\, and video links for a specific session\, click on each of the tabs below. \n[vc_row type=”in_container” full_screen_row_position=”middle” scene_position=”center” text_color=”dark” text_align=”left” overlay_strength=”0.3″ shape_divider_position=”bottom” bg_image_animation=”none” shape_type=””][vc_column centered_text=”true” column_padding=”no-extra-padding” column_padding_position=”all” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_link_target=”_self” column_shadow=”none” column_border_radius=”none” width=”1/1″ tablet_width_inherit=”default” tablet_text_alignment=”default” phone_text_alignment=”default” column_border_width=”none” column_border_style=”solid” bg_image_animation=”none”][toggles style=”minimal”][toggle color=”Default” title=”Introduction”][vc_column_text]Introduction\nJim St. Leger \n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-youtube”] Watch Video »\n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-file-pdf-o”] View Slides »[/vc_column_text] \n[vc_column_text][/vc_column_text][/toggle][toggle color=”Default” title=”Dynamic mbuf”]\n[vc_column_text]Dynamic mbuf\nThomas Monjalon\, Mellano\n \nThe main data structure in DPDK – mbuf – contains metadata for packet buffers which are sent or received. Protocol processing offloads may require an infinite number of metadata\, whereas the size of the structure is finite. This problem will be discussed with a solution relying on dynamic registration of needs. \n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-youtube”] Watch Video »\n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-file-pdf-o”] View Slides »[/vc_column_text] \n[vc_column_text][/vc_column_text][/toggle][toggle color=”Default” title=”Which Standard for Ethernet Statistics?”][vc_column_text]Which Standard for Ethernet Statistics?\nThoman Monjalon\, Mellanox\n \nDPDK has basic stats which are limited and extended stats which are not enough standardized and implemented. This presentation will make a status of the implementation\, the issues\, and an overview of some standards. It should draw the way to improvements in DPDK ethdev and PMDs. \n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-youtube”] Watch Video »\n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-file-pdf-o”] View Slides »[/vc_column_text] \n[vc_column_text][/vc_column_text][/toggle][toggle color=”Default” title=”Recent advances in DPDK IPsec”][vc_column_text]Recent advances in DPDK IPsec\nKonstantin Ananiev\, Intel \nBriefly describe recent developments to enhance DPDK IPsec support with new features and gather community feedback on:\n1. Scalable Security Association Database (SADB)\n2. Enhancement in rte_security API to speedup synchronous (CPU based) crypto processing.\n3. Support for one SA over multiple crypto devices (multiple sessions per SA). \n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-youtube”] Watch Video »\n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-file-pdf-o”] View Slides »[/vc_column_text] \n[vc_column_text][/vc_column_text][/toggle][toggle color=”Default” title=”DPDK Regex device”][vc_column_text]DPDK Regex device\nAlex Rosenbaum\, Mellanox \nRegular expression processing and DPI widely used by VNFs (Firewall\, cybersecurity applications\, Network Based Application Recognition).\nEven though there are some vendors which offer Regex/DPI lookaside or inline HW acceleration\, there are no standard APIs for it in DPDK.\nThis effect application portability between different vendors and the ability to expose such functionality on opensource DPDK apps such as VPP\, OVS-DPDK\, etc.\nThis presentation will present the Regex device in order to standardize the use of Regex/DPI within DPDK. In addition\, will also present a framework to support inline Regex/DPI processing on top of the ethdev. \n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-youtube”] Watch Video »\n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-file-pdf-o”] View Slides »[/vc_column_text] \n[vc_column_text][/vc_column_text][/toggle][toggle color=”Default” title=”Adding Eventdev support in IPsec-gw and other apps”][vc_column_text]Adding Eventdev support in IPsec-gw and other apps\nHemant Agrawal\, NXP \nThis presentation will give overview of newly added support for crypto eventdev framework and how it is being added to IPSEC GW and l2fwd-crypto kind of application to take best advantage of non-polling based processing. \n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-youtube”] Watch Video »\n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-file-pdf-o”] View Slides »[/vc_column_text] \n[vc_column_text][/vc_column_text][/toggle][toggle color=”Default” title=”Asynchronous CBDMA Enqueue Framework for vHost-User”][vc_column_text]Asynchronous CBDMA Enqueue Framework for vHost-User\nZhihong Wang\, Intel \nIn DPDK vhost-user enqueue operations\, where data movement is heavily involved\, performing memory copy operations takes up a major portion of CPU cycles and usually becomes the hot spot. To save precious CPU core resources and achieve higher performance\, DMA engines\, such as Crystal Beach DMA (CBDMA)\, can be used to accelerate memory copy operations. To avoid blocking the CPU\, memory copy operations should be offloaded to the DMA engine in an asynchronous mode. \nIn this presentation\, we propose an asynchronous CBDMA enqueue framework for vhost-user. First\, we will present the design of asynchronous CBDMA offloading pipeline. With the asynchronous pipeline\, vhost-user can achieve optimal offloading performance with the CBDMA or even other DMA engines. Second\, we will introduce a new asynchronous enqueue API for users to easily use CBDMA-accelerated vhost-user enqueue. \nWith our asynchronous CBDMA enqueue framework\, vhost-user can offload memory copy operations to the CBDMA efficiently and without blocking the CPU. Therefore\, the saved CPU cycles can be used to perform CPU logics\, thus improving the overall performance in turn. \n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-youtube”] Watch Video »\n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-file-pdf-o”] View Slides »[/vc_column_text] \n[vc_column_text][/vc_column_text][/toggle][toggle color=”Default” title=”DPDK Thread-safe High Performance Pseudo-random Number Generation”][vc_column_text]DPDK Thread-safe High Performance Pseudo-random Number Generation\nMattias Rönnblom\, Ericsson \nThis talk covers a recent DPDK contribution in the area of pseudo-random number generation (PRNG). The patch set introduces a DPDK-native\, backward-compatible\, thread-safe PRNG implementation\, with improved performance and pseudo-random number quality compared to the legacy implementation. \n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-youtube”] Watch Video »\n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-file-pdf-o”] View Slides »[/vc_column_text] \n[vc_column_text][/vc_column_text][/toggle][toggle color=”Default” title=”Better development with robots”][vc_column_text]Better development with robots\nAaron Conole\, RedHat \nIn this talk\, we aim to cover some existing robots and tests that are used for each patch submitted to the mailing list. We’ll discuss how to check the various public testing infrastructure that is being used\, the tools available for building your own robots\, and how to feed your test reports to the community to give early patch feedback. \n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-youtube”] Watch Video »\n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-file-pdf-o”] View Slides »[/vc_column_text] \n[vc_column_text][/vc_column_text][/toggle][toggle color=”Default” title=”DPDK Community Updates”][vc_column_text]DPDK Community Updates\nJohn McNamara\, Intel \nAn overview of DPDK community development and growth in the last year including\, community maintainers calls\, stable releases\, static code analysis\, and the community testing lab. A panel discussion with other members of the community. \n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-youtube”] Watch Video »\n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-file-pdf-o”] View Slides »[/vc_column_text] \n[vc_column_text][/vc_column_text][/toggle][toggle color=”Default” title=”Community Survey Analysis and Conclusion”][vc_column_text]Community Survey Analysis and Conclusion\nHonnappa Nagarahalli\, ARM \nDuring the 2018 North America DPDK summit\, the community asked questions on improving the development methodologies by using tools such as Gerrit\, GitHub pull requests\, etc. Subsequently\, a survey was conducted to understand the need. This presentation will go into the details of the outcome of the survey. \n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-youtube”] Watch Video »\n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-file-pdf-o”] View Slides »[/vc_column_text] \n[vc_column_text][/vc_column_text][/toggle][toggle color=”Default” title=”DPDK.org services\, latest and future planned improvements”][vc_column_text]DPDK.org services\, latest and future planned improvements\nAli Alnubani\, Mellanox \nThe talk is to present a list of the services (web\, git\, etc.) provided by dpdk.org\, with usage and a short description of each\, along with the latest improvements that were done. The talk will also cover what’s planned in the near future. \n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-youtube”] Watch Video »\n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-file-pdf-o”] View Slides »[/vc_column_text] \n[vc_column_text][/vc_column_text][/toggle][toggle color=”Default” title=”Introduction to the new DPDK Vulnerabilities management process”][vc_column_text]Introduction to the new DPDK Vulnerabilities management process\nMaxime Coquelin \nThe DPDK Technical Board has worked on the definition of a vulnerabilities management process. This talk will present the outcomes of this work. \n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-youtube”] Watch Video »\n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-file-pdf-o”] View Slides »[/vc_column_text] \n[vc_column_text][/vc_column_text][/toggle][toggle color=”Default” title=”DPDK LTS update”][vc_column_text]DPDK LTS update\nKevin Traynor\, Red Hat \nDPDK LTS releases have been in operation for almost 3 years. Anecdotal reports are that DPDK LTS is becoming more popular with users. \nFirstly\, let us refresh with why there is an LTS\, how it is different from master DPDK releases\, and what needs it serves. \nBuilding on that we will talk about the last year\, changes to short term stable releases and some statistics on the releases. \nFinally\, we can talk about things that developers and companies can do to ensure that LTS releases are high quality for their use cases\, and have an open discussion about how LTS releases can improve to meet the needs of developers and companies. \n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-youtube”] Watch Video »\n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-file-pdf-o”] View Slides »[/vc_column_text] \n[vc_column_text][/vc_column_text][/toggle][toggle color=”Default” title=”Does DPDK need a stable ABI?”][vc_column_text]Does DPDK need a stable ABI?\nStephen Hemminger\, Microsoft & Ray Kinsella\, Intel \nIn light of the renewed community discussion on Application Binary Interface Stability\, now is the time to debate the merits and challenges of ABI Stability. \nDPDK has its roots as a toolkit for developing Packet Processing appliances\, where realizing packet processing performance is traditionally the highest priority. Since then it has grown into the new usage models of Network Function Virtualization and Cloud\, where there is now the competing demands to continue the pace of innovation and also provide ABI Stability\, Seamless Upgrades\, Long Term Support\, and OS Packaging as primary means of distribution. \nABI Stability will help bring these numerous benefits listed above and possibly more\, however it will mean changes to the often permissive culture that we have around ABI changes that have helped DPDK’s rapid growth and innovation. \nHow can the community reconcile these often competing for demands of innovation and stability? DPDK Userspace is an opportunity to debate the next stage in DPDK’s evolution. \n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-youtube”] Watch Video »\n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-file-pdf-o”] View Slides »[/vc_column_text] \n[vc_column_text][/vc_column_text][/toggle][toggle color=”Default” title=”DPDK Awards”][vc_column_text]DPDK Awards \n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-youtube”] Watch Video » \n[vc_column_text][/vc_column_text][/toggle][toggle color=”Default” title=”Integrating RCU library with data structures”][vc_column_text]Integrating RCU library with data structures\nHonnappa Nagarahalli\, ARM \n\nRCU library has been merged in 19.05 release. However\, it needs to be adopted further into other DPDK libraries and example applications. I have been working on a common design that can be used across various DPDK libraries. The design differs from the typical integration that liburcu library offers and provides several advantages. This presentation will discuss the requirements for the design\, the design itself and seek any feedback. It will help the reviewers and other maintainers to integrate RCU library in their work. \n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-youtube”] Watch Video »\n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-file-pdf-o”] View Slides »[/vc_column_text] \n[vc_column_text][/vc_column_text][/toggle][toggle color=”Default” title=”Current sorry state of C11 code and suggestions to fix it”][vc_column_text]Current sorry state of C11 code and suggestions to fix it\nPhil Yang\, ARM \nI will provide a brief introduction on the relaxed memory models\, C11 atomic APIs and issues with some of the APIs provided. I will proceed to present cases in DPDK where the C11 model is not fully followed. I will present cases from different parts of DPDK to show the performance benefits across the board. Finally\, I would like to point out how the rte_atomic APIs fall short of addressing relaxed memory models and propose that the community should adopt using C11 APIs going forward. If time permits\, I will go over how to use C11 APIs to write efficient code. \n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-youtube”] Watch Video »\n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-file-pdf-o”] View Slides »[/vc_column_text] \n[vc_column_text][/vc_column_text][/toggle][toggle color=”Default” title=”Arm64 WFE mechanism and use cases in DPDK”][vc_column_text]Arm64 WFE mechanism and use cases in DPDK\nGavin Hu\, ARM \nIn this presentation\, I will talk about the ARMv8 WFE (Wait For Event) mechanism and how it works and benefits the power and performance by saving cache and memory traffic.\nThe rte ring\, spinlock\, ticket lock and other locks use cases were identified and the benchmarking tests already showed significantly positive results while more widely benchmarking on different Arm64 microarchitectures is ongoing. It had no impact on x86 and PPC.\nA new API was introduced for easy use of the WFE and in the last I will talk about how and in what contexts it can be used. \n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-youtube”] Watch Video »\n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-file-pdf-o”] View Slides »[/vc_column_text] \n[vc_column_text][/vc_column_text][/toggle][toggle color=”Default” title=”DPDK Build System Status and Plans”][vc_column_text]DPDK Build System Status and Plans\nBruce Richardson\, Intel \nThis lightning talk is to provide an update on the DPDK build systems\, both the status of the new one – including any gaps and the plans for deprecation of the old make system. The intention is to both inform the community of the plans\, and ensure that nothing is being missed in the switchover. \n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-youtube”] Watch Video »\n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-file-pdf-o”] View Slides »[/vc_column_text] \n[vc_column_text][/vc_column_text][/toggle][toggle color=”Default” title=”What is wrong with existing packet capture (and how to fix it)”][vc_column_text]What is wrong with existing packet capture (and how to fix it)\nStephen Hemminger\, Microsoft \nDPDK supports packet dump via pdump\, but the solution relies on the older libpcap API which has many limitations. This talk will discuss a proposed enhancement using pcapng which supports multiple interfaces\, higher resolution timestamps\, additional meta data\, and can be used directly from tshark or wireshark. \n\n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-youtube”] Watch Video »\n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-file-pdf-o”] View Slides »[/vc_column_text] \n[vc_column_text][/vc_column_text][/toggle][toggle color=”Default” title=”virtio-net failover in DPDK”][vc_column_text]virtio-net failover in DPDK\nJens Freimann\, RedHat \nThis talk will present what I did to implement the Virtio failover feature to QEMU and what our ideas are to bring it to QEMU. I will most likely not present an already implemented solution but my ideas on how to do it in DPDK. I hope to spark a discussion and get some feedback from the DPDK community. \nA description of the failover feature: Virtio has a feature to enable VMs that have a PT (pass-through) device plugged for fast transmission of data to be live migrated to another host system. For this\, a pair of NICs is specified as a failover group. The fastPT NIC is called the primary interface and a second paravirtualized (PV) NIC (virtio-net) is called the standby device. When both virtio front- and backend support this feature\, live migration is done by first unplugging the fast-path NIC and then have the (slower) virtio-net device take over the data path. This means that only the virtio-net device needs to be live migrated and we already have support for that. After migration is completed a PT device is plugged to the target VM and the data path can be switched over from the PV to the PT device. A more detailed discussion of the feature can be found here: https://mstsirkin.blogspot.com/2019/03/virtio-network-device-failover-support.html?m=1 \n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-youtube”] Watch Video »\n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-file-pdf-o”] View Slides »[/vc_column_text] \n[vc_column_text][/vc_column_text][/toggle][toggle color=”Default” title=”DPDK-accelerated Partial Offload for Fine-grained HQoS”][vc_column_text]DPDK-accelerated Partial Offload for Fine-grained HQoS\nRosen Xu\, Intel \nThe HQoS(Hierarchical Quality of Service) block is widely used in prioritizing the transmission of packets from different users and different traffic classes according to the policy specified by the Service Level Agreements (SLAs) of each network node. The most usages of HQoS in NFVi(Network Function Virtualization Infrastructure) and VNF(Virtual Network Function) are scheduling millions of traffic flows. But Software Based HQoS is an overhead processing\, Schedule and its associated Shape Elements of HQoS take up most of CPU cores while Inter Connection for Schedule Information also consumes most of CPU Caches. For Hardware-based HQoS implementation\, being restricted by resource\, PCIe TX/RX Queue of NIC usually has less than a thousand of queues\, and the queue number is also fixed so it’s hard to expand millions of traffic class by software requirements. This idea calls for a method to implement a partial HQoS framework\, by which not only provides more Flexible Queue Expand but also provides High Precision Scheduling. \n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-youtube”] Watch Video »\n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-file-pdf-o”] View Slides »[/vc_column_text] \n[vc_column_text][/vc_column_text][/toggle][toggle color=”Default” title=”Latest Power Enhancements in DPDK”][vc_column_text]Latest Power Enhancements in DPDK\nDavid Hunt\, Intel \nIn DPDK 19.05\, support was added to the power management library to allow pinning of threads to any available higher performing cores. This lightning talk gives an overview of how DPDK can benefit and utilize a new technology introduced in recent CPUs\, called Speed Select Technology – Base Frequency\, which gives a guaranteed higher frequency on some of the cores in the processor. It also goes through the API changes added to DPDK to allow applications maximize their performance\, along with a sample application to demonstrate their use. \n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-youtube”] Watch Video »\n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-file-pdf-o”] View Slides »[/vc_column_text] \n[vc_column_text][/vc_column_text][/toggle][toggle color=”Default” title=”Measure Software Performance of Data Plane Applications”][vc_column_text]Measure Software Performance of Data Plane Applications\nHarry van Haaren\, Intel \nMeasuring software performance of data-plane applications is a difficult task. This presentation showcases best-known-methods to measure and understand software performance. Solutions to common performance issues are shown to improve your data-plane performance\, with some real-world examples. \n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-youtube”] Watch Video »\n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-file-pdf-o”] View Slides »[/vc_column_text] \n[vc_column_text][/vc_column_text][/toggle][toggle color=”Default” title=”rte_flow at hyper large scale toward production is really happening”][vc_column_text]rte_flow at hyper large scale toward production is really happening\nAlex Rosenbaum\, Mellanox & Li Xing\, Alibaba \nWhy is high flow count handling in DPDK such an important trend?\nWhat is considered ‘high flow count’?\nWhat needs to be improved in DPDK to handle 10 million flow rules?\nSome considerations are touching the offload flow handling to NIC\, memory footprint\, more API changes and new flow objects. \nIn this collaborated presentation\, Alibaba\, a large cloud provider\, with Mellanox NIC vendor\, will detail a live production deployment use case utilizing DPDK for large scale flow count handling.\nWe will answer some of the above questions and touch some of the future big challenges on this topic. \n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-youtube”] Watch Video »\n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-file-pdf-o”] View Slides »[/vc_column_text] \n[vc_column_text][/vc_column_text][/toggle][toggle color=”Default” title=”DPDK expands into Storage domain”][vc_column_text]DPDK expands into Storage domain\nDarek Stojaczyk & Fiona Trahe\, Intel \nSPDK is an open source library used to accelerate storage services with similar poll mode techniques to DPDK. The storage domain needs solutions to many of the same problems as networking\, so rather than re-invent the wheel SPDK uses DPDK. This presentation will explain how SPDK integrates with DPDK vhost\, compressdev\, cryptodev\, hugepage management and PCI hotplug. \n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-youtube”] Watch Video »\n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-file-pdf-o”] View Slides »[/vc_column_text] \n[vc_column_text][/vc_column_text][/toggle][toggle color=”Default” title=”Docker VNFs and packet throughput using Lib1Net and DPDK”][vc_column_text]Docker VNFs and packet throughput using Lib1Net and DPDK\nAnthony Fee\, Emutex \nLib1Net\, developed by Emutex\, is a library that enables Virtual Network Function (VNF) vendors to develop high performance VNFs that can be easily enabled on any common network interface. This is achieved by abstracting the VNFs from the underlying network interfaces. Currently\, when onboarding VNFs\, the decision has already been made at the development phase as to what network interface is supported by the VNF. This complicates the onboarding process due to the possibility that the supported network interface type is not compatible with the telco network infrastructure. As a result\, the engineer enabling the VNF may need to work with the vendor to integrate the VNF within their infrastructure. This slows the onboarding process and adds potential expense to both the telco and VNF vendor. \nBuilding VNFs using the Lib1Net library removes the decision at development time as to what network interfaces should be supported. Instead\, the VNF is abstracted from and supports many common network interface types through the Lib1Net single network interface. This in turn means that the telco engineer enabling the VNF simply needs to configure which network interface type to attach to the VNF at runtime. \nEnabling VNFs using Lib1Net unlocks the potential to open the VNF market for smaller vendors particularly when looking towards moving intelligence to the network edge. Once the VNF has been developed there should no longer be a need to work with the telco engineer beyond the configuration of the VNF itself. \nLib1Net is built with DPDK at its core and abstracts the application from the configuration and initialisation of DPDK. It provides a Docker container-to-container interface built using DPDK shared-memory to enable trusted VNF service chains with zero-copy packet transfers. It currently supports DPDK physical interfaces\, the vhost-user interface and the link (container-to-container) interface. Further development is planned to support the VPP memif interface and the AF_XDP interface. Lib1Net is currently implemented as a proof of concept. We look forward to receiving feedback from the DPDK community on Lib1Net’s viability as a tool to simplify the VNF development and onboarding process. For more information about Lib1Net visit www.emutex.com or email lib1net@emutex.com \n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-youtube”] Watch Video »\n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-file-pdf-o”] View Slides »[/vc_column_text] \n[vc_column_text][/vc_column_text][/toggle][toggle color=”Default” title=”Conclusion”][vc_column_text]Conclusion \n[icon color=”Accent-Color” size=”tiny” icon_size=”” image=”fa-youtube”] Watch Video » \n[vc_column_text][/vc_column_text][/toggle][/toggles][/vc_column][/vc_row][vc_row type=”in_container” full_screen_row_position=”middle” scene_position=”center” text_color=”dark” text_align=”left” overlay_strength=”0.3″ shape_divider_position=”bottom” bg_image_animation=”none”][vc_column column_padding=”no-extra-padding” column_padding_position=”all” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_link_target=”_self” column_shadow=”none” column_border_radius=”none” width=”1/1″ tablet_width_inherit=”default” tablet_text_alignment=”default” phone_text_alignment=”default” column_border_width=”none” column_border_style=”solid” bg_image_animation=”none”][vc_column_text]\n[/vc_column_text][/vc_column][/vc_row]
URL:https://www.dpdk.org/event/dpdk-userspace-bordeaux/
LOCATION:LA CITE DU VIN\, Esplanade de Pontac\, 134 Quai de Bacalan\,\, Bordeaux\, 33300\, France
END:VEVENT
END:VCALENDAR