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 X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9EE3DC2D0B1 for ; Tue, 4 Feb 2020 10:27:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 72D3321741 for ; Tue, 4 Feb 2020 10:27:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726924AbgBDK1E (ORCPT ); Tue, 4 Feb 2020 05:27:04 -0500 Received: from mail-yw1-f66.google.com ([209.85.161.66]:33307 "EHLO mail-yw1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726230AbgBDK1E (ORCPT ); Tue, 4 Feb 2020 05:27:04 -0500 Received: by mail-yw1-f66.google.com with SMTP id 192so17125007ywy.0; Tue, 04 Feb 2020 02:27:02 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=iiOblPPXkUap1hSjW+vVczvgK9orjq02UMpan/2cwmk=; b=bVbwTQXY0FYG0Ho+ddAImk73DbHsaJ42N2TZy+H7+3UGdkVSnZYKT7YavzkYYekRdq Yo5P18x3UvZR3w76MTAzv5cG1W8/nUsjLGe6OdSk5h+H4PTN+3JkQDoSXiipeX3q2vsH 4hhHAJlxpdZ4GnjnC1DqYLECZRRg9NHQZpNhRjnf2qQzikv/T6+/+HSkqZvqFCt6QSmA YAXPs6H3ZTOFtlLR309hCq+JhniXHgcZjspFG5TgecpvZ3vBjt53Waf8Xa6VYdR6nfLV j3zlLFHt+kbZa+YLjhwW/smmBiN+EKI30UgLAajfW5G+M9QHE1hEDngmTLh+4HVog5qI 9TXg== X-Gm-Message-State: APjAAAU3i8V1TxLRIjpTuTjGu232lJjScVVCNWQ2XtCNjjwGaxTLRmWf 6YAGd0khS1iRqECdT/Hv3h1R7Xb9jsnhfAdaB44= X-Google-Smtp-Source: APXvYqwsBojweVPH1NIKFh79Z2yMuoe7rLawOuZXEiFEqjUOqC8YxjLGonbjUqh45rVQ9y4gNorrHBcyRwcipvYCRoU= X-Received: by 2002:a25:8587:: with SMTP id x7mr23609359ybk.325.1580812022096; Tue, 04 Feb 2020 02:27:02 -0800 (PST) MIME-Version: 1.0 References: <1580735882-7429-1-git-send-email-harini.katakam@xilinx.com> <1580735882-7429-3-git-send-email-harini.katakam@xilinx.com> <20200204.103749.1474392609351299440.davem@davemloft.net> In-Reply-To: From: Harini Katakam Date: Tue, 4 Feb 2020 15:56:51 +0530 Message-ID: Subject: Re: [PATCH v2 2/2] net: macb: Limit maximum GEM TX length in TSO To: David Miller Cc: Nicolas Ferre , Claudiu Beznea , kuba@kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Michal Simek , Harini Katakam , Harini Katakam Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi David, > > > v2: > > > Use 0x3FC0 by default > > > > You should add a comment above the definition which explains how this value > > was derived. It looks magic currently. I'll add a comment. The value was specified in the errata document that Cadence provided to us. Regards, Harini