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 B73D943BCF; Thu, 7 Mar 2024 14:15:29 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A26E442ED7; Thu, 7 Mar 2024 14:15:29 +0100 (CET) Received: from dkmailrelay1.smartsharesystems.com (smartserver.smartsharesystems.com [77.243.40.215]) by mails.dpdk.org (Postfix) with ESMTP id A683A42EC7; Thu, 7 Mar 2024 14:15:28 +0100 (CET) Received: from smartserver.smartsharesystems.com (smartserver.smartsharesys.local [192.168.4.10]) by dkmailrelay1.smartsharesystems.com (Postfix) with ESMTP id 8CD2B20CA0; Thu, 7 Mar 2024 14:15:28 +0100 (CET) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: [PATCH 1/2] dma/skeleton: support SG copy ops Date: Thu, 7 Mar 2024 14:15:26 +0100 Message-ID: <98CBD80474FA8B44BF855DF32C47DC35E9F2E4@smartserver.smartshare.dk> X-MimeOLE: Produced By Microsoft Exchange V6.5 In-Reply-To: <6153747.2l3rmUXbR5@thomas> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PATCH 1/2] dma/skeleton: support SG copy ops Thread-Index: AdpwkSFiWzGKD0uRTRK6mlDMr5tWlwAAEcdg References: <20240126085726.54581-1-fengchengwen@huawei.com> <6455243.j6PcuT4dK6@thomas> <6153747.2l3rmUXbR5@thomas> From: =?iso-8859-1?Q?Morten_Br=F8rup?= To: "Thomas Monjalon" , "Chengwen Feng" , "Ferruh Yigit" Cc: , , , 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 > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Thursday, 7 March 2024 14.13 >=20 > 07/03/2024 11:44, Ferruh Yigit: > > On 3/6/2024 8:48 PM, Thomas Monjalon wrote: > > > 26/01/2024 09:57, Chengwen Feng: > > >> Add support scatter gather copy. > > >> > > >> Signed-off-by: Chengwen Feng > > >> --- > > >> --- a/drivers/dma/skeleton/skeleton_dmadev.c > > >> +++ b/drivers/dma/skeleton/skeleton_dmadev.c > > >> @@ -1,5 +1,5 @@ > > >> /* SPDX-License-Identifier: BSD-3-Clause > > >> - * Copyright(c) 2021 HiSilicon Limited > > >> + * Copyright(c) 2021-2024 HiSilicon Limited > > > > > > You should keep first year only. > > > The rest has no value. > > > It is just some noise in patches. > > > > > > Please read this: > > > = https://matija.suklje.name/how-and-why-to-properly-write-copyright- > statements-in-your-code#why-not-bump-the-year-on-change > > > > > > > Good read, thanks. > > > > +1 to keep the first year only and stop updating it > > +1 to drop "All rights reserved." from copyright > > > > Should we document this as a project process to follow? >=20 > We need a consensus. Doesn't LF have some standard recommendations for this?