[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1623114276-11696-1-git-send-email-longli@linuxonhyperv.com>
Date: Mon, 7 Jun 2021 18:04:34 -0700
From: longli@...uxonhyperv.com
To: linux-kernel@...r.kernel.org, linux-hyperv@...r.kernel.org
Cc: Long Li <longli@...rosoft.com>,
"K. Y. Srinivasan" <kys@...rosoft.com>,
Haiyang Zhang <haiyangz@...rosoft.com>,
Stephen Hemminger <sthemmin@...rosoft.com>,
Wei Liu <wei.liu@...nel.org>, Dexuan Cui <decui@...rosoft.com>
Subject: [PATCH 0/2] Add a driver for host accelerated Microsoft Azure Blob Storage access
From: Long Li <longli@...rosoft.com>
Microsoft Azure Blob Storage servcie exposes a REST API to applications
for data access. While it's flexible and works on most platforms, it's
not as efficient as native network stack.
This patchset implements a VSC that communicates with a VSP on the host
to execute blob storage access via native network stack on the host.
Long Li (2):
Drivers: hv: vmbus: add support to ignore certain PCIE devices
Drivers: hv: add XStore Fastpath driver
MAINTAINERS | 1 +
drivers/hv/Kconfig | 11 +
drivers/hv/Makefile | 1 +
drivers/hv/channel_mgmt.c | 49 ++++
drivers/hv/hv_xs_fastpath.c | 579 ++++++++++++++++++++++++++++++++++++++++++++
drivers/hv/hv_xs_fastpath.h | 82 +++++++
include/linux/hyperv.h | 9 +
7 files changed, 732 insertions(+)
create mode 100644 drivers/hv/hv_xs_fastpath.c
create mode 100644 drivers/hv/hv_xs_fastpath.h
Cc: K. Y. Srinivasan <kys@...rosoft.com>
Cc: Haiyang Zhang <haiyangz@...rosoft.com>
Cc: Stephen Hemminger <sthemmin@...rosoft.com>
Cc: Wei Liu <wei.liu@...nel.org>
Cc: Dexuan Cui <decui@...rosoft.com>
--
1.8.3.1
Powered by blists - more mailing lists