From b4ff07a2f843207b6d024e1ed8a31fa37324fe07 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Wed, 7 Feb 2018 22:35:06 +0100 Subject: Intel Adaptive Virtual Function native device driver plugin Change-Id: If168a9c54baaa516ecbe78de2141f11c17aa2f53 Signed-off-by: Damjan Marion --- src/plugins/avf/plugin.c | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 src/plugins/avf/plugin.c (limited to 'src/plugins/avf/plugin.c') diff --git a/src/plugins/avf/plugin.c b/src/plugins/avf/plugin.c new file mode 100644 index 00000000000..d2a043ac2cb --- /dev/null +++ b/src/plugins/avf/plugin.c @@ -0,0 +1,35 @@ +/* + *------------------------------------------------------------------ + * Copyright (c) 2018 Cisco and/or its affiliates. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at: + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + *------------------------------------------------------------------ + */ + +#include +#include +#include + +/* *INDENT-OFF* */ +VLIB_PLUGIN_REGISTER () = { + .version = VPP_BUILD_VER, + .description = "Intel Adaptive Virtual Function (AVF) Device Plugin", +}; +/* *INDENT-ON* */ + +/* + * fd.io coding-style-patch-verification: ON + * + * Local Variables: + * eval: (c-set-style "gnu") + * End: + */ -- cgit 1.2.3-korg