From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 02E1FA034C; Thu, 1 Sep 2022 20:24:00 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BE5F340E03; Thu, 1 Sep 2022 20:23:59 +0200 (CEST) Received: from mail-pl1-f179.google.com (mail-pl1-f179.google.com [209.85.214.179]) by mails.dpdk.org (Postfix) with ESMTP id 84C1B40684 for ; Thu, 1 Sep 2022 20:23:58 +0200 (CEST) Received: by mail-pl1-f179.google.com with SMTP id m2so17838109pls.4 for ; Thu, 01 Sep 2022 11:23:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:from:to:cc; bh=+xcEsNBVaJwIrAyKyzl4PYcjCWxL9Cww7TbRLh9yn3A=; b=6ML1uObt70D857wNx9YvIt++GED+5G08BH7g1TCK50QDI4p9mRsd/dQuvwjVzd7CRe a8kbtf8OilIxwMzRLwIzDxUm3lQI+4tE39Ht6YrfcCKNxexAAv88kvye5hwmM3dmBBMz IBzIRT57c1RTg+lRarJ0BiA/cOwV7tm/pqO01/4j2Zrtlt71Ki6PuGOCjJysly5kplad JJeJcmwOmtbZD1ubBfic/ZJdeRP2QLVGxz45YVbfYwCP07h6sFzmCfbF1VwPA0cHBtjE yFqVUzmidle8L7OaehFzP9ZL0YXZ4yCBg0gD944DRqKgF5noz0zTAP2sJKxkghHHGR0Q WEeQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc; bh=+xcEsNBVaJwIrAyKyzl4PYcjCWxL9Cww7TbRLh9yn3A=; b=YdmKW10ly2sFK7mgs5RfKDiR39wktWSkwtkaojLb421qDrzozgXIuFjrqu15SmaEtS 959KApYiD0ErkFVSmGjqB/nNLXVJXoowjeBVJOyV8eylPSBaqZW7kqAC1sbLyg37WUU/ 0SaVxFZlmkjGu4XNCWkMqR1eLyb7o2M1YHOU4aWWUX+9G3yfn78joHhoDYxjwZuF2zaE L3sk3Qb6PAs4lqg6D5d8CpmetZI3iLCS6ldxLqb5lJ2jd+RyctE7JiZWEIMasv6HcA2x ZRNzBRO3cXXe6V9yQzJDmCEy9Vn7qdB3iYXksV4j3AVKYCCti4S3ImxTJOinOPbBQMWl EQkA== X-Gm-Message-State: ACgBeo3nzlvDdXOuf2zMkPEi3A7Re9TDWhwEPUIduG1/UKwkC9somdqV pcbe/uoIrW6AP4S1T1tEivUEMQ== X-Google-Smtp-Source: AA6agR7Wo1m2FKbXQ64+Wme7gr0Z17rxC6UMYZ/itv54p10c2HWKjQOK3pArByRTp+0hpgp1MomvNw== X-Received: by 2002:a17:902:6ac8:b0:175:44b5:5264 with SMTP id i8-20020a1709026ac800b0017544b55264mr8739772plt.19.1662056637536; Thu, 01 Sep 2022 11:23:57 -0700 (PDT) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id p22-20020a170902a41600b00172fad607b3sm14113758plq.207.2022.09.01.11.23.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 01 Sep 2022 11:23:57 -0700 (PDT) Date: Thu, 1 Sep 2022 11:23:55 -0700 From: Stephen Hemminger To: Ferruh Yigit Cc: Junfeng Guo , , , Hemant Agrawal , , , , , Haiyue Wang , "techboard@dpdk.org" Subject: Re: [PATCH v2 01/10] net/gve: introduce GVE PMD base code Message-ID: <20220901112355.07f3a1c1@hermes.local> In-Reply-To: <347595fb-629a-74a3-0b09-f487d3230ef0@xilinx.com> References: <20220729193042.2764633-2-xiaoyun.li@intel.com> <20220829084127.934183-1-junfeng.guo@intel.com> <20220829084127.934183-2-junfeng.guo@intel.com> <347595fb-629a-74a3-0b09-f487d3230ef0@xilinx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Thu, 1 Sep 2022 18:19:22 +0100 Ferruh Yigit wrote: > > > > diff --git a/drivers/net/gve/gve_adminq.c b/drivers/net/gve/gve_adminq.c > > new file mode 100644 > > index 0000000000..8a724f12c6 > > --- /dev/null > > +++ b/drivers/net/gve/gve_adminq.c > > @@ -0,0 +1,925 @@ > > +/* SPDX-License-Identifier: MIT > > + * Google Virtual Ethernet (gve) driver > > + * Version: 1.3.0 > > + * Copyright (C) 2015-2022 Google, Inc. > > + * Copyright(C) 2022 Intel Corporation > > + */ > > + > > Can you please get approval for the MIT license from techboard, as > Stephen highlighted in previous version? I would prefer that it be BSD or dual licensed. Although MIT and BSD-3 licenses are compatible, this is not something techboard can decide it requires a statement from a knowledgeable open source lawyer (Intel or LF). Please fix the license to BSD and save lots of trouble.