September 13-16, 2022 Dublin, Ireland + Virtual View More Details & Registration Note: The schedule is subject to change.
The Sched app allows you to build your schedule but is not a substitute for your event registration. You must be registered for Open Source Summit Europe 2022 to participate in the sessions. If you have not registered but would like to join us, please go to the event registration page to purchase a registration.
This schedule is automatically displayed in Irish Standard Time (UTC +1). To see the schedule in your preferred timezone, please select from the drop-down menu to the right, above "Filter by Date."
IMPORTANT NOTE: Timing of sessions and room locations are subject to change.
Container images are formed of layer blobs, and the checksum is usually added to the compressed blob file to provide integrity. DADI is a solution for container acceleration, and it has presented a new remote image format called overlaybd, which supports fetching image data on-demand. Because overlaybd is based on a merged view of remote layers and exported as a local block device, the container startup process requires real-time network IOs and CRC validation has to be taken inflight. The average CRC cost of overlaybd is approximately 10% of its total calculations, non-significant, but unable to neglect. By using Intel DSA (Data Streaming Accelerator) solution to accelerate DADI CRC in the SPR platform, we have achieved a 9% overall performance increase, compared with the results from the Alibaba side. Besides, this solution has leveraged other SPR related features in Alibaba Cloud Services. DSA performs CRC operations when copying data from device to memory, and data with incorrect CRC would not even touch memory. So the memory overhead will be reduced and some CPU tasks are offloaded as well.
Haibin Huang is an engineer of Open Source Technology Center (OTC), Intel. Haibin joined Intel in 2016. He has been working on Huawei after he graduated from Zhejiang University and got his Master's degree in Computer Science. He always works on low-level Virtualization Technology... Read More →
Now focused on the storage technology about container image (DADI project, https://github.com/containerd/accelerated-container-image), cache (https://github.com/Open-CAS/ocf) and Cloud Native