[PATCH v6 1/8] net/gve/base: introduce GVE PMD base code
Ferruh Yigit
ferruh.yigit at amd.com
Thu Oct 20 16:39:22 CEST 2022
On 10/20/2022 11:36 AM, Junfeng Guo wrote:
> diff --git a/drivers/net/gve/base/gve.h b/drivers/net/gve/base/gve.h
> new file mode 100644
> index 0000000000..1b0d59b639
> --- /dev/null
> +++ b/drivers/net/gve/base/gve.h
> @@ -0,0 +1,58 @@
> +/* SPDX-License-Identifier: MIT
> + * Google Virtual Ethernet (gve) driver
> + * Version: 1.3.0
[1]
> + * Copyright (C) 2015-2022 Google, Inc.
> + * Copyright(C) 2022 Intel Corporation
[2]
> + */
> +
> +#ifndef_GVE_H_
> +#define_GVE_H_
> +
> +#include "gve_desc.h"
> +
> +#define GVE_VERSION "1.3.0"
> +#define GVE_VERSION_PREFIX "GVE-"
> +
Is it clarified/decided to keep version in the file comment [1] and keep
Intel copyright [2], or is this just not addressed yet?
More information about the dev
mailing list