> -----Original Message----- > From: Ferruh Yigit <ferruh.yi...@amd.com> > Sent: Thursday, October 20, 2022 22:39 > To: Guo, Junfeng <junfeng....@intel.com>; Zhang, Qi Z > <qi.z.zh...@intel.com>; Wu, Jingjing <jingjing...@intel.com>; Xing, > Beilei <beilei.x...@intel.com>; Li, Xiaoyun <xiaoyun...@intel.com> > Cc: dev@dpdk.org; Li, Xiaoyun <xiaoyun...@intel.com>; > awogbem...@google.com; Richardson, Bruce > <bruce.richard...@intel.com>; hemant.agra...@nxp.com; > step...@networkplumber.org; Xia, Chenbo <chenbo....@intel.com>; > Zhang, Helin <helin.zh...@intel.com>; Wang, Haiyue > <haiyue.w...@intel.com> > Subject: Re: [PATCH v6 1/8] net/gve/base: introduce GVE PMD base code > > 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?
Yes, we will remove these in the coming version. Thanks!