From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <stable-bounces@dpdk.org> Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id A9060A2EFC for <public@inbox.dpdk.org>; Mon, 14 Oct 2019 17:29:08 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 672F31C1D5; Mon, 14 Oct 2019 17:29:08 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id C0EFD1C0B1; Mon, 14 Oct 2019 17:29:03 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id DD7FD18C8921; Mon, 14 Oct 2019 15:29:02 +0000 (UTC) Received: from [10.36.116.66] (ovpn-116-66.ams2.redhat.com [10.36.116.66]) by smtp.corp.redhat.com (Postfix) with ESMTP id EF9055D6A7; Mon, 14 Oct 2019 15:28:23 +0000 (UTC) To: Andrew Rybchenko <arybchenko@solarflare.com>, Marvin Liu <yong.liu@intel.com>, maxime.coquelin@redhat.com, tiwei.bie@intel.com, zhihong.wang@intel.com, stephen@networkplumber.org Cc: dev@dpdk.org, stable@dpdk.org, Luca Boccassi <bluca@debian.org> References: <20190923140511.107939-1-yong.liu@intel.com> <ea94171a-ef64-6909-a976-388b8fadc7e2@solarflare.com> From: Kevin Traynor <ktraynor@redhat.com> Message-ID: <ec532de5-cf5d-fb28-d189-b8043f4ecd6f@redhat.com> Date: Mon, 14 Oct 2019 16:28:20 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.0 MIME-Version: 1.0 In-Reply-To: <ea94171a-ef64-6909-a976-388b8fadc7e2@solarflare.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (mx1.redhat.com [10.5.110.70]); Mon, 14 Oct 2019 15:29:03 +0000 (UTC) Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] net/virtio: fix mbuf data and pkt length mismatch 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://mails.dpdk.org/options/stable>, <mailto:stable-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/stable/> List-Post: <mailto:stable@dpdk.org> List-Help: <mailto:stable-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/stable>, <mailto:stable-request@dpdk.org?subject=subscribe> Errors-To: stable-bounces@dpdk.org Sender: "stable" <stable-bounces@dpdk.org> On 14/10/2019 16:15, Andrew Rybchenko wrote: > Hi, > > as far as I can see the patch introduces regressions. > > CC Kevin and Luca to be careful with stable branches patches. > Thanks Andrew. Just to confirm, it's not on any stable branches. Will note not to backport until it is resolved on master. Kevin. > See details below. > > Andrew.