> -----Original Message----- > From: Ferruh Yigit <[email protected]> > Sent: Thursday, October 20, 2022 22:39 > To: Guo, Junfeng <[email protected]>; Zhang, Qi Z > <[email protected]>; Wu, Jingjing <[email protected]>; Xing, > Beilei <[email protected]>; Li, Xiaoyun <[email protected]> > Cc: [email protected]; Li, Xiaoyun <[email protected]>; > [email protected]; Richardson, Bruce > <[email protected]>; [email protected]; > [email protected]; Xia, Chenbo <[email protected]>; > Zhang, Helin <[email protected]>; Wang, Haiyue > <[email protected]> > 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!

