9307ff5a54
This patch updates net/vpp implementation from version VPP 19.01 to VPP 19.04. 1. Some binary APIs are deprecated in 19.04 and message queue is used to handle control events: - vl_api_bind_sock_reply_t_handler by SESSION_CTRL_EVT_BOUND, - vl_api_unbind_sock_reply_t_handler by SESSION_CTRL_EVT_UNLISTEN_REPLY, - vl_api_accept_session_t_handler by SESSION_CTRL_EVT_ACCEPTED, - vl_api_connect_session_reply_t_handler by SESSION_CTRL_EVT_CONNECTED, - vl_api_disconnect_session_t_handler by SESSION_CTRL_EVT_DISCONNECTED, - vl_api_reset_session_t_handler by SESSION_CTRL_EVT_RESET 2. Fixes for Fedora 29/30: - added "-Wno-address-of-packed-member" (DPDK 19.02 fails to compile with gcc9.1), - force "-maes" compile flag for gcc9.1 to compile crypto_ia32 and crypto_ipsecmb plugins (gcc9.1 doesn't do that for -march=silvermont) - some minor fixes 3. Default path for VPP instalation is changed for test scripts from /usr/local/src/vpp to /usr/local/src/vpp-19.04 to avoid VPP version conflict. Change-Id: I1d20ad7f138f5086ba7fab41d77d86f8139d038e Signed-off-by: Tomasz Kulasek <tomaszx.kulasek@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/459113 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> |
||
---|---|---|
.. | ||
img | ||
.gitignore | ||
about.md | ||
applications.md | ||
bdev_module.md | ||
bdev_pg.md | ||
bdev.md | ||
blob.md | ||
blobfs.md | ||
compression.md | ||
concepts.md | ||
concurrency.md | ||
Doxyfile | ||
driver_modules.md | ||
event.md | ||
footer.html | ||
ftl.md | ||
gdb_macros.md | ||
general.md | ||
getting_started.md | ||
header.html | ||
index.md | ||
intro.md | ||
ioat.md | ||
iscsi.md | ||
jsonrpc_proxy.md | ||
jsonrpc.md | ||
lvol.md | ||
Makefile | ||
memory.md | ||
misc.md | ||
notify.md | ||
nvme_spec.md | ||
nvme-cli.md | ||
nvme.md | ||
nvmf_tgt_pg.md | ||
nvmf_tracing.md | ||
nvmf.md | ||
overview.md | ||
peer_2_peer.md | ||
performance_reports.md | ||
porting.md | ||
prog_guides.md | ||
README.md | ||
spdkcli.md | ||
ssd_internals.md | ||
stylesheet.css | ||
system_configuration.md | ||
template_pg.md | ||
tools.md | ||
two.min.js | ||
user_guides.md | ||
userspace.md | ||
vagrant.md | ||
vhost_processing.md | ||
vhost.md | ||
virtio.md | ||
vpp_integration.md |
SPDK Documentation
The current version of the SPDK documentation can be found online at http://www.spdk.io/doc/
Building the Documentation
To convert the documentation into HTML run make
in the doc
directory. The output will be located in doc/output/html
. Before
running make
ensure all pre-requisites are installed. See
Installing Prerequisites
for more details.