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 54F2043255; Tue, 31 Oct 2023 19:49:59 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DCB6440294; Tue, 31 Oct 2023 19:49:58 +0100 (CET) Received: from mail-pl1-f172.google.com (mail-pl1-f172.google.com [209.85.214.172]) by mails.dpdk.org (Postfix) with ESMTP id 2D3A140285 for ; Tue, 31 Oct 2023 19:49:58 +0100 (CET) Received: by mail-pl1-f172.google.com with SMTP id d9443c01a7336-1cc30bf9e22so945315ad.1 for ; Tue, 31 Oct 2023 11:49:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1698778197; x=1699382997; 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=5QiDogYcbOB7BoFJfwjmVhQvcoD8Z2eBJXhnHhQR3Tk=; b=N9r2bvBwCpBHUl5I6xhsEztKtxwvcR3jaxXaStMSQPdWw7jV2nlvNdL/Q4QzD1mtTA mgOoY1j761RGS77fbj9L3cZhhmXNwBp1pCjheJa2HmB8jhvy0NIQuooJPyZ3Y3aFMP7W Ozlm+EkpGiqrLmid/vxL8sG5VBMec0L3HDeaTduAefk+HQ7VSMuyUdwQBXIjoYJjG2CY xnfnWxw6HzM4VdCtgWD0VD1/iSHb93ADtZ4t2RrN5SJhIdaugJeJkrRGCYQgxXyJFabq /P7fhEpbwIaPohHFrGy4Nk/4R34WPdkFQ7zPceHEZIvOKoh6P4KaK79bcrvsxoM/uWOh utoA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698778197; x=1699382997; 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=5QiDogYcbOB7BoFJfwjmVhQvcoD8Z2eBJXhnHhQR3Tk=; b=Wv8JvDetWZyolrcEThwT7QLR6DLretuNgBRIB/vwVvEFSAKZrDcwiTNHJTl93p4wuh oCOel05DxCKQhKgFwHToV6rkuKOvHsdkl1k1RrcpN8nilfTcnThpBQSdKqOLRWFb+jju 7qoe22GYgtgZciJK79LqnjmwTFbSZA9qGV653XPGt8DySa8mJYrqLDxbt3mIMap3qEr0 rNi6it8H1v4bcCXLR6rRONUhQOoMcA3R06EkA2mtkxJhbWhqbu0mLHXvfBXBvpgDuqzM CRy0QZ4WVfqyYF+A9ignhY9UxkBBW8vLgcR4G0ZNPyLHJ0TvsAE+y3bhBC4xB2nGBM+M VT/Q== X-Gm-Message-State: AOJu0YwWMWE1ZJ8tt6aMn2TePRqMuYWQspiHWfGKYQFOGcK14VosiXia eLDfe9V+S+v/8nk87Vq0aUfNLA== X-Google-Smtp-Source: AGHT+IFq952XQgKnJco3ny52blu5dITsfU7ggFKssswmUZViqhrdUx6Ajcby5aM/gtOUQiFJX+lY1Q== X-Received: by 2002:a17:902:da8d:b0:1cc:42d0:dbc5 with SMTP id j13-20020a170902da8d00b001cc42d0dbc5mr4083124plx.13.1698778197323; Tue, 31 Oct 2023 11:49:57 -0700 (PDT) Received: from fedora ([38.142.2.14]) by smtp.gmail.com with ESMTPSA id j1-20020a170902da8100b001c5f7e06256sm1623386plx.152.2023.10.31.11.49.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 31 Oct 2023 11:49:57 -0700 (PDT) Date: Tue, 31 Oct 2023 11:49:54 -0700 From: Stephen Hemminger To: kumaraparameshwaran rathinavel Cc: "Hu, Jiayu" , Jun Qiu , "dev@dpdk.org" , David Marchand Subject: Re: [PATCH] gro : fix pkt length when extra bytes are padded to ethernet frame Message-ID: <20231031114954.4a1c4a9a@fedora> In-Reply-To: References: <20221010175109.44282-1-kumaraparmesh92@gmail.com> X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; x86_64-redhat-linux-gnu) 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 Mon, 17 Oct 2022 18:57:44 +0530 kumaraparameshwaran rathinavel wrote: > From: kumaraparameshwaran rathinavel > To: "Hu, Jiayu" > Cc: Jun Qiu , "dev@dpdk.org" , David Marchand > Subject: Re: [PATCH] gro : fix pkt length when extra bytes are padded to ethernet frame > Date: Mon, 17 Oct 2022 18:57:44 +0530 > > Hi Jiayu, > > Please find the patch > http://patches.dpdk.org/project/dpdk/patch/20221016144305.19249-1-kumaraparmesh92@gmail.com/ > > I did reply with the above message ID but for some reason a new patch > series was created. Not sure what was the mistake that I made. Should the > commit message be the same for the series ? > > Thanks, > Kumara. I don't see a conclusive reply in this mail thread. And the patch doesn't apply to current main. Therefore if the problem still exists, please rebase and resubmit.