|
|
Log in / Subscribe / Register

Intel IFC VF driver for vdpa

From:  Zhu Lingshan <lingshan.zhu-AT-intel.com>
To:  mst-AT-redhat.com, jasowang-AT-redhat.com, alex.williamson-AT-redhat.com
Subject:  [RFC 0/2] Intel IFC VF driver for vdpa
Date:  Wed, 16 Oct 2019 09:03:16 +0800
Message-ID:  <20191016010318.3199-1-lingshan.zhu@intel.com>
Cc:  linux-kernel-AT-vger.kernel.org, virtualization-AT-lists.linux-foundation.org, netdev-AT-vger.kernel.org, dan.daly-AT-intel.com, cunming.liang-AT-intel.com, tiwei.bie-AT-intel.com, jason.zeng-AT-intel.com, zhiyuan.lv-AT-intel.com, Zhu Lingshan <lingshan.zhu-AT-intel.com>
Archive-link:  Article

Hi all:
 
This series intends to introduce Intel IFC VF NIC driver for Vhost
Data Plane Acceleration.
 
Here comes two main parts, one is ifcvf_base layer, which handles
hardware operations. The other is ifcvf_main layer handles VF
initialization, configuration and removal, which depends on
and complys to vhost_mdev https://lkml.org/lkml/2019/9/26/15 
 
This is a first RFC try, please help review.
 
Thanks!
BR
Zhu Lingshan


Zhu Lingshan (2):
  vhost: IFC VF hardware operation layer
  vhost: IFC VF vdpa layer

 drivers/vhost/ifcvf/ifcvf_base.c | 390 ++++++++++++++++++++++++++++
 drivers/vhost/ifcvf/ifcvf_base.h | 137 ++++++++++
 drivers/vhost/ifcvf/ifcvf_main.c | 541 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 1068 insertions(+)
 create mode 100644 drivers/vhost/ifcvf/ifcvf_base.c
 create mode 100644 drivers/vhost/ifcvf/ifcvf_base.h
 create mode 100644 drivers/vhost/ifcvf/ifcvf_main.c

-- 
2.16.4



Copyright © 2019, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds