Commit 37028231 authored by Rafal Stefanowski's avatar Rafal Stefanowski Committed by Tomasz Zawadzki
Browse files

bdev/ocf: OCF 20.12.1 requirements



OCF now includes on its own only small part of env, that is crucial for
compiling headers for casadm - an OCL management tool. The idea behind
this is to reduce the amount of included stuff when it is not needed.

Signed-off-by: default avatarRafal Stefanowski <rafal.stefanowski@intel.com>
Change-Id: I58fef2be3ccb1cce743093ed973ba54cdbb605e1
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6413


Community-CI: Broadcom CI
Community-CI: Mellanox Build Bot
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarTomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: default avatarShuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
parent 631cea63
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@
#include "spdk/log.h"

#include "ctx.h"
#include "ocf_env.h"
#include "data.h"

ocf_ctx_t vbdev_ocf_ctx;
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@
#define VBDEV_OCF_CTX_H

#include <ocf/ocf.h>
#include "ocf_env.h"
#include "spdk/thread.h"

extern ocf_ctx_t vbdev_ocf_ctx;
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@
#ifndef VBDEV_OCF_DATA_H
#define VBDEV_OCF_DATA_H

#include "ocf_env.h"
#include "spdk/bdev_module.h"

struct bdev_ocf_data {
+0 −1
Original line number Diff line number Diff line
@@ -36,7 +36,6 @@

#include <ocf/ocf.h>

#include "ocf_env.h"
#include "ctx.h"
#include "data.h"