From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CEA44C433EF for ; Wed, 3 Nov 2021 15:50:26 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6418A61076 for ; Wed, 3 Nov 2021 15:50:26 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 6418A61076 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.ozlabs.org Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4Hkrnr6TZjz2yPv for ; Thu, 4 Nov 2021 02:50:24 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=d4Mc+4VI; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=kernel.org (client-ip=198.145.29.99; helo=mail.kernel.org; envelope-from=kuba@kernel.org; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=d4Mc+4VI; dkim-atps=neutral Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4Hkrn468gHz2xD4; Thu, 4 Nov 2021 02:49:44 +1100 (AEDT) Received: by mail.kernel.org (Postfix) with ESMTPSA id 4944960E73; Wed, 3 Nov 2021 15:49:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1635954580; bh=bIDjxKSNe0gU5T8rShkDX8CZyoiaXt8AkO97jKqHoXY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=d4Mc+4VIpi6F419dPUxAWKqI/Pwhcbtmb7l41oWdhFL7Oqxf60UFPjyUKC8EeYPrN wUo8hY/chiX6vxe+1226af0l5UgUXWa2+5zOkLIfscpzCzvr6n1TWXbWCVyRczeU4H lohv7IuEYzlInkBcKpYfWyP9p0YWMv97VDWmBqOyiub0J15y+GJzBHklSeoQoAkOlK 3G8r2R9T7uOBe+yE+puWF3h8T9CwaozLUdDDMsB2xYNQxGsBjjuvgWB1JzT5Z4U11U xN5F9GVvoyem9kZSwQZJPmE5YdHr8FhcbMODtCglDVIbT7sMr2tvUYeDwewAA9WD+k Ky2HKJ2HaPUfQ== Date: Wed, 3 Nov 2021 08:49:39 -0700 From: Jakub Kicinski To: Kumar Thangavel Subject: Re: [PATCH v4] Add payload to be 32-bit aligned to fix dropped packets Message-ID: <20211103084939.04f6813f@kicinski-fedora-PC1C0HJN> In-Reply-To: References: <20211028095047.GA15236@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-aspeed , OpenBMC Maillist , Amithash Prasad , patrickw3@fb.com, Samuel Mendoza-Jonas , velumanit@hcl.com, "David S. Miller" Errors-To: openbmc-bounces+openbmc=archiver.kernel.org@lists.ozlabs.org Sender: "openbmc" On Wed, 3 Nov 2021 20:41:56 +0530 Kumar Thangavel wrote: > Could you please review the patch and provide your feedback? You missed CCing netdev@ again. You need to CC the mailing list to get the patch considered for merging.