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 D1F7E45BAC; Wed, 23 Oct 2024 08:16:35 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 927F640BA2; Wed, 23 Oct 2024 08:16:35 +0200 (CEST) Received: from mail-pg1-f169.google.com (mail-pg1-f169.google.com [209.85.215.169]) by mails.dpdk.org (Postfix) with ESMTP id 01AAA40B8F for ; Wed, 23 Oct 2024 08:16:35 +0200 (CEST) Received: by mail-pg1-f169.google.com with SMTP id 41be03b00d2f7-7eb0bc007edso766915a12.3 for ; Tue, 22 Oct 2024 23:16:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1729664194; x=1730268994; darn=dpdk.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=g+HxWqZZnOuqTnDz/Eq0DUoB965UaMkbXk4SzlNgCY4=; b=VCR8ksOaZWpPARCHTIpveWSr00AHQiKIaqxvCrRZj9aDKpJn3FXAm4KhiKJNtgBVfC BJd5BhQKOZj269wKe80Toksa81FI/rMUgCHNPuIORWUOHvE1oip691CziIIPCuraxm+y vpT2e7JmaZrDIKoNPe97DExqAB8cR0xq78UwQ/jHjZ/t23QLbjmyOJfV9QV8E0TQ+/Mf 1vQFDmZK/nlYD/h7j8yYBFiLqszHZiixTYYYJq5w6FIAiyz1bwTCxsNEea2y4LfNkpGH D1C3m755kyFaHJcPIKkDIU/05XekScYdbTFDGboUxhm73KIqXgi//yeDBk87vGkfmr/s 6fTg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1729664194; x=1730268994; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=g+HxWqZZnOuqTnDz/Eq0DUoB965UaMkbXk4SzlNgCY4=; b=R8Bp2ShGufk7FkjyuFu1tpHB+QbV2eflWwxZgpnkqJbCQaAQryWDyUzfZonyny8xMo T1aXqGGbkuVKbuqOKd1rxLvBv8XyyUQAmnose+aj74WMSf1dXL48IB2ix3/MkfL4I6TZ eEvFpkRfTW2I8GgxsygXPY2K1LrijHABDBDSm7jKCTU/2Nrm8qGAsr2S3LCVWur0W7zy aVY5MVfgVlzp2A4QY34VhoPdIGYq3yPft/0ZShXolEafayPJMR+H9IiTjMt+XzDZzGD4 caivyPvDqtqnr2vXf5cLWLBVFFJsn6BNMrDM3YapPGCLekMsyndYjx6u4aCe6nW9JKBw Scrw== X-Gm-Message-State: AOJu0Yw8RmNylk91grm3SDK01My325ZcMqOVhjuYuSVkmLCp+gwNK10H fW9ZFKb1+dT9ri9gTLKQBTL4571pxW1z94kuuFanNblwvl8TF1y1q6VfdnQswL0= X-Google-Smtp-Source: AGHT+IFQ/hOnG663KHzFpS9VUKz8v8Ea970u6/3p2g9MmhPFLpnPrDgwqdN03bO215CK+VNnV+v1YA== X-Received: by 2002:a05:6a20:c781:b0:1d9:183f:380c with SMTP id adf61e73a8af0-1d978b1a137mr1929106637.20.1729664193864; Tue, 22 Oct 2024 23:16:33 -0700 (PDT) Received: from hermes.local (204-195-96-226.wavecable.com. [204.195.96.226]) by smtp.gmail.com with ESMTPSA id 41be03b00d2f7-7eaeaafab5esm6003517a12.17.2024.10.22.23.16.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 22 Oct 2024 23:16:33 -0700 (PDT) Date: Tue, 22 Oct 2024 23:16:32 -0700 From: Stephen Hemminger To: =?UTF-8?B?546L6aKi?= Cc: "dev@dpdk.org" , "pro_nic_dpdk@realtek.com" Subject: Re: [PATCH v3 01/18] net/r8169: add PMD driver skeleton Message-ID: <20241022231632.13a6386d@hermes.local> In-Reply-To: References: <20241023033328.191827-1-howard_wang@realsil.com.cn> <20241023033328.191827-2-howard_wang@realsil.com.cn> <20241022221733.464ef6a4@hermes.local> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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 Wed, 23 Oct 2024 05:59:12 +0000 =E7=8E=8B=E9=A2=A2 wrote: > Dear Stephen, >=20 > OK, I will fix these issues. > I would like to confirm that each document needs to have a blank line at = the end, correct?=20 > Apologies, but we plan to maintain our current approach regarding stats t= his time. >=20 > Best Regards, > Howard Wang Git documents this in 'git apply' man page. In this patchset, the errors ap= pear to be simple blank lines at the end. --whitespace=3D When applying a patch, detect a new or modified line that has whitespace errors. What are considered whitespace errors is controlled by core.whitespace configuration. By default, trailing whitespaces (including lines that solely consist of whitespaces)= and a space character that is immediately followed by a tab character inside the initial indent of the line are considered whitespace errors. By default, the command outputs warning messages but applies the patch. When git-apply is used for statistics and not applying a patch, it defaults to nowarn. You can use different values to control this behavior: =E2=80=A2 nowarn turns off the trailing whitespace warning. =E2=80=A2 warn outputs warnings for a few such errors, but app= lies the patch as-is (default). =E2=80=A2 fix outputs warnings for a few such errors, and appl= ies the patch after fixing them (strip is a synonym =E2=80=94 the to= ol used to consider only trailing whitespace characters as errors, and = the fix involved stripping them, but modern Gits do more). =E2=80=A2 error outputs warnings for a few such errors, and re= fuses to apply the patch. =E2=80=A2 error-all is similar to error but shows all errors.