From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <luca.boccassi@gmail.com>
Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41])
 by dpdk.org (Postfix) with ESMTP id CF9F04C9D
 for <stable@dpdk.org>; Mon, 26 Feb 2018 11:53:21 +0100 (CET)
Received: by mail-wm0-f41.google.com with SMTP id t6so7991827wmt.5
 for <stable@dpdk.org>; Mon, 26 Feb 2018 02:53:21 -0800 (PST)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to
 :references:content-transfer-encoding:mime-version;
 bh=f7d3gwuGp3rjQ0nsKI4htGnghyl0ErtyIEx3J6UqKSc=;
 b=omN2U3eoABVKwZY1nZG9g8Dh8RNVszsRzrAH+ZnYvor0EFxko3Tcy7/SjF4p+pajjC
 /8DebYEIyJkg13Rw9VZuVeQ3DbMNcH+6MpqsRxVrX9Q2uoSuN+j1CFIFWTqzezDOMcKT
 NYfZGPAYQfbtyUrbMCL+kGa68lkmzkDpU3f1EQEVc2KlCFfyMTAiUxKFcBflDoTnDXSG
 3QrtPOLRqLthfpRwAbyp/Og43tkjOm3ynNmytiXSp9DuXKd9AVc+VxkxT91e0LDKQf5V
 EgRxXX+bc8QABnAogvfI3VaU8cxzYiy5LhvZ9QK+zdsPmMkHAjo/bcA9jAsA4B9p2Mv/
 pXqQ==
X-Gm-Message-State: APf1xPA5Q8GmAiGPGJ2Mrt08dnVcrYOJ3oYtPtS1yxk/B2M6FEm3T6Ru
 XQle09Daqf8NWlJdZPX6+QU=
X-Google-Smtp-Source: AG47ELt71Q+0mv5QXYsmnFw29i9SwyIn1nbF5W/4t0RT/qR3XyEtOYNJdABpl+k2WykXfCP0MckRig==
X-Received: by 10.28.191.148 with SMTP id o20mr7958452wmi.63.1519642401512;
 Mon, 26 Feb 2018 02:53:21 -0800 (PST)
Received: from localhost ([2a00:23c5:be85:1400:6930:196b:56ac:33db])
 by smtp.gmail.com with ESMTPSA id i12sm8174169wrc.28.2018.02.26.02.53.20
 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256);
 Mon, 26 Feb 2018 02:53:20 -0800 (PST)
Message-ID: <1519642400.22753.20.camel@debian.org>
From: Luca Boccassi <bluca@debian.org>
To: Yuanhan Liu <yliu@fridaylinux.org>, Rasesh Mody <rasesh.mody@cavium.com>
Cc: stable@dpdk.org, Harish Patil <harish.patil@cavium.com>
Date: Mon, 26 Feb 2018 10:53:20 +0000
In-Reply-To: <20180226053851.GE11744@yliu-mob>
References: <1519622173-14087-1-git-send-email-rasesh.mody@cavium.com>
 <20180226053851.GE11744@yliu-mob>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Mailer: Evolution 3.22.6-1+deb9u1 
Mime-Version: 1.0
Subject: Re: [dpdk-stable] [PATCH 1/2] net/qede: fix MTU set and max Rx pkt
 len usage
X-BeenThere: stable@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches for DPDK stable branches <stable.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/stable>,
 <mailto:stable-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/stable/>
List-Post: <mailto:stable@dpdk.org>
List-Help: <mailto:stable-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/stable>,
 <mailto:stable-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 26 Feb 2018 10:53:21 -0000

On Mon, 2018-02-26 at 13:38 +0800, Yuanhan Liu wrote:
> Hi Rasesh,
>=20
> On Sun, Feb 25, 2018 at 09:16:12PM -0800, Rasesh Mody wrote:
> > [ backported from upstream commit
> > 9e334305178fd3715c17088632544bf58e5836a9 ]
> > [ backported from upstream commit
> > 1ef4c3a5c1f76b810620b76d82a31ce33a83d3fe ]
> > [ backported from upstream commit
> > f6033f2497e7d01d8c6f0d691e2f86937597aa35 ]
>=20
> You are folding 3 commits into one? This doesn't seem right to me.
> You probably should make 3 patches.
>=20
> 	--yliu

Hi,

This was a non-trivial backports that required a few days of work since
the codebase has changed quite a bit, so I'll take it nonetheless for
16.11 so I can tag the release, since it's already a bit late :-)

--=20
Kind regards,
Luca Boccassi