Metonymical Deflection

ゆるく日々のコト・たまにITインフラ

2021-01-01から1年間の記事一覧

How to set up Scalable Function with vdpa for VMs

This article describes how to configure Scalable Function (referred to below as "SF") on CentOS8. SF is a technology implemented using the Sub Function of the Linux Kernel, and a similar technology is Intel Scalable IOV.*1This article will…

Scalable Function の設定方法 vdpa + VM編

CentOS8によるvDPAを使用したScalable Function(以下、SF)の設定方法について記載しました。 SFはLinux KernelのSub Functionを使用して実装された技術となっており、類似の技術としてIntel Scalable IOVがあります。*1本ブログでは、vhost vDPAモジュールを…

Windows10 VLAN Interface設定 GUI編

GUIによるWindows10でのVLAN Interface設定方法について記載します。過去記事Windows10 VLAN Interface設定 - Metonymical DeflectionではPowerShellによる設定方法を記載しました。 しかし、Wired PROSetにIntel PROSet Adapter Configuration Utility(以下…

How to set up vDPA with vhost_vdpa for Kubernetes + Accelerated Bridge CNI

This article describes how to configure vDPA (virtio data path acceleration) in Kubernetes environment using Accelerated Bridge CNI.*1 For more information on vDPA, please refer to The official Red Hat blog.The difference from the previous…

vDPA の設定方法 vhost_vdpa + kubernetes + Accelerated Bridge CNI編

Accelerated Bridge CNIを使用したKubernetes環境におけるvDPA(virtio data path acceleration)の設定方法について記載しました。*1 vDPAの詳細はThe official Red Hat blogを参照してください。前回の記事と異なる点は、Accelerated Bridge CNIを使用してい…

How to set up vDPA with vhost_vdpa for Kubernetes

This article describes how to configure vDPA (virtio data path acceleration) in kubernetes environment. *1 For more information on vDPA, please refer to The official Red Hat blog.In this blog, We will describe the communication between pod…

vDPA の設定方法 vhost_vdpa + kubernetes編

kubernetes環境におけるvDPA(virtio data path acceleration)の設定方法について記載しました。*1 vDPAの詳細はThe official Red Hat blogを参照してください。本ブログでは、vhost_vdpaモジュールを使用したkubernetes(以下、k8s)のPod間通信について記載し…

How to set up vDPA - appendix -

In this article, We will describe how to procure NICs, how to configure them other than ovs-dpdk, and what issues we are facing. Since the topics are diverse, you may read them in any order.This is a sequel from the previous article.*1 The…

vDPA の設定方法 番外編

本ブログでは、NICの調達方法やovs-dpdk以外の設定方法、課題となっている事などを記載していきます。 トピックが多岐に渡るため、順不同に読んで頂いて構いません。前回記事からの続編となります。*1 以下は関連記事の一覧となります。 vDPA の設定方法 vho…

How to set up vDPA with virtio_vdpa for VMs

In this article, we will describe how to set up communication between VMs (virtual machines) using the virtio_vdpa module.The following is a list of related articles. How to set up vDPA with vhost_vdpa for VMs - Metonymical Deflection How …

vDPA の設定方法 virtio_vdpa + VM編

本ブログでは、virtio_vdpaモジュールを使用したVM(仮想マシン)間通信の設定方法について記載していきます。以下は関連記事の一覧となります。 vDPA の設定方法 vhost_vdpa + VM編 - Metonymical Deflection vDPA の設定方法 vhost_vdpa + kubernetes編 - Me…

How to set up vDPA with vhost_vdpa for VMs

This article describes how to configure vDPA (virtio data path acceleration) on CentOS8. *1 vDPA is a framework that combines the performance of SR-IOV with the flexibility of VirtIO. It is a promising technology for cloud-native NWs, and …

vDPA の設定方法 vhost_vdpa + VM編

CentOS8によるvDPA(virtio data path acceleration)の設定方法について記載しました。*1 vDPAは、SR-IOVの性能とVirtIOの柔軟性を兼ね備えたフレームワークです。 クラウドネイティブNWを見据え、今後が期待されている技術であり、Linux Kernel 5.7.0より正…