DPDK patches and discussions
 help / color / mirror / Atom feed
From: Wei Huang <wei.huang@intel.com>
To: dev@dpdk.org, rosen.xu@intel.com, qi.z.zhang@intel.com
Cc: stable@dpdk.org, tianfei.zhang@intel.com,
	Wei Huang <wei.huang@intel.com>
Subject: [dpdk-dev] [PATCH v7 0/4] raw/ifpga: add extra OPAE APIs
Date: Tue,  5 Jan 2021 02:09:25 -0500	[thread overview]
Message-ID: <1609830569-6445-1-git-send-email-wei.huang@intel.com> (raw)

Cyborg is part of OpenStack, it needs some OPAE APIs to manage
devices with Intel FPGA. The first three patches implement extra
APIs to meet Cyborg requirement. The last patch add an example
to show how to use these APIs.

Main changes from v6:
- Fix compilation issues in opae_intel_max10.c and ifpga_opae_api.c

Wei Huang (4):
  raw/ifpga: add fpga rsu function
  raw/ifpga: add fpga property get function
  raw/ifpga: add opae API for Cyborg
  examples/ifpga: add example for opae ifpga API

 drivers/raw/ifpga/base/ifpga_api.c         |   34 +
 drivers/raw/ifpga/base/ifpga_defines.h     |    1 +
 drivers/raw/ifpga/base/ifpga_feature_dev.c |   21 +
 drivers/raw/ifpga/base/ifpga_feature_dev.h |    1 +
 drivers/raw/ifpga/base/ifpga_fme.c         |   36 +-
 drivers/raw/ifpga/base/ifpga_fme_rsu.c     |  435 +++++
 drivers/raw/ifpga/base/ifpga_hw.h          |    1 +
 drivers/raw/ifpga/base/ifpga_sec_mgr.c     |  639 +++++++
 drivers/raw/ifpga/base/ifpga_sec_mgr.h     |   89 +
 drivers/raw/ifpga/base/meson.build         |    2 +
 drivers/raw/ifpga/base/opae_hw_api.c       |   77 +
 drivers/raw/ifpga/base/opae_hw_api.h       |   13 +
 drivers/raw/ifpga/base/opae_ifpga_hw_api.h |    1 +
 drivers/raw/ifpga/base/opae_intel_max10.c  |   48 +
 drivers/raw/ifpga/base/opae_intel_max10.h  |   44 +
 drivers/raw/ifpga/ifpga_opae_api.c         | 1800 ++++++++++++++++++++
 drivers/raw/ifpga/ifpga_opae_api.h         |  245 +++
 drivers/raw/ifpga/ifpga_rawdev.c           |  352 ++++
 drivers/raw/ifpga/ifpga_rawdev.h           |   50 +-
 drivers/raw/ifpga/meson.build              |    4 +-
 examples/ifpga/Makefile                    |   45 +
 examples/ifpga/commands.c                  | 1321 ++++++++++++++
 examples/ifpga/commands.h                  |   16 +
 examples/ifpga/main.c                      |   38 +
 examples/ifpga/meson.build                 |   19 +
 25 files changed, 5328 insertions(+), 4 deletions(-)
 create mode 100644 drivers/raw/ifpga/base/ifpga_fme_rsu.c
 create mode 100644 drivers/raw/ifpga/base/ifpga_sec_mgr.c
 create mode 100644 drivers/raw/ifpga/base/ifpga_sec_mgr.h
 create mode 100644 drivers/raw/ifpga/ifpga_opae_api.c
 create mode 100644 drivers/raw/ifpga/ifpga_opae_api.h
 create mode 100644 examples/ifpga/Makefile
 create mode 100644 examples/ifpga/commands.c
 create mode 100644 examples/ifpga/commands.h
 create mode 100644 examples/ifpga/main.c
 create mode 100644 examples/ifpga/meson.build

-- 
2.29.2


             reply	other threads:[~2021-01-05  7:09 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-05  7:09 Wei Huang [this message]
2021-01-05  7:09 ` [dpdk-dev] [PATCH v7 1/4] raw/ifpga: add fpga rsu function Wei Huang
2021-01-06  1:02   ` Zhang, Tianfei
2021-01-07  5:32   ` Xu, Rosen
2021-01-05  7:09 ` [dpdk-dev] [PATCH v7 2/4] raw/ifpga: add fpga property get function Wei Huang
2021-01-07  5:30   ` Xu, Rosen
2021-01-05  7:09 ` [dpdk-dev] [PATCH v7 3/4] raw/ifpga: add opae API for Cyborg Wei Huang
2021-01-07  5:31   ` Xu, Rosen
2021-01-05  7:09 ` [dpdk-dev] [PATCH v7 4/4] examples/ifpga: add example for opae ifpga API Wei Huang
2021-01-07  5:34   ` Xu, Rosen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1609830569-6445-1-git-send-email-wei.huang@intel.com \
    --to=wei.huang@intel.com \
    --cc=dev@dpdk.org \
    --cc=qi.z.zhang@intel.com \
    --cc=rosen.xu@intel.com \
    --cc=stable@dpdk.org \
    --cc=tianfei.zhang@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).