From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <stable-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 31300A0C4D
	for <public@inbox.dpdk.org>; Thu, 21 Oct 2021 14:26:32 +0200 (CEST)
Received: from [217.70.189.124] (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id 267E641202;
	Thu, 21 Oct 2021 14:26:32 +0200 (CEST)
Received: from us-smtp-delivery-124.mimecast.com
 (us-smtp-delivery-124.mimecast.com [170.10.133.124])
 by mails.dpdk.org (Postfix) with ESMTP id EDC344119C
 for <stable@dpdk.org>; Thu, 21 Oct 2021 14:26:29 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com;
 s=mimecast20190719; t=1634819189;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type:
 content-transfer-encoding:content-transfer-encoding:
 in-reply-to:in-reply-to:references:references;
 bh=GWu/CuMqX7TdvQfI1HLJJ1I3s08kbSvRaWfsqHexSWQ=;
 b=f0xWFjqPSRyERUsiGVcKql7HAjD3PTg/c/JQSdDn2sgRMTeax4xJNb71J5H+6qsV2Wu+Ys
 tmcz9njXP74Qt5xGNYwHX4Hx9idnshz+RTXUMFWZc5BNJ29VWnv1c7/DuhTo77aGcZMbuD
 Mpru6XdntPv19Met8wppt0S2zTHzILg=
Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com
 [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id
 us-mta-238-FgDjOMd3P1OqY6nbPmlXQA-1; Thu, 21 Oct 2021 08:26:24 -0400
X-MC-Unique: FgDjOMd3P1OqY6nbPmlXQA-1
Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com
 [10.5.11.11])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 0C82C802682;
 Thu, 21 Oct 2021 12:26:23 +0000 (UTC)
Received: from [10.39.208.27] (unknown [10.39.208.27])
 by smtp.corp.redhat.com (Postfix) with ESMTPS id 6D7BD69FA0;
 Thu, 21 Oct 2021 12:26:21 +0000 (UTC)
Message-ID: <0d77162a-9dab-02d7-1f44-7c7c7a3ec81a@redhat.com>
Date: Thu, 21 Oct 2021 14:26:19 +0200
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101
 Thunderbird/91.1.0
To: zhihongx.peng@intel.com, chenbo.xia@intel.com
Cc: dev@dpdk.org, ivan.ilchenko@oktetlabs.ru, stable@dpdk.org
References: <20210804083128.64981-1-zhihongx.peng@intel.com>
 <20211008054945.368548-1-zhihongx.peng@intel.com>
From: Maxime Coquelin <maxime.coquelin@redhat.com>
In-Reply-To: <20211008054945.368548-1-zhihongx.peng@intel.com>
X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11
Authentication-Results: relay.mimecast.com;
 auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=maxime.coquelin@redhat.com
X-Mimecast-Spam-Score: 0
X-Mimecast-Originator: redhat.com
Content-Language: en-US
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Subject: Re: [dpdk-stable] [PATCH v2] net/virtio: fix check scatter on all
 Rx queues
X-BeenThere: stable@dpdk.org
X-Mailman-Version: 2.1.29
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 10/8/21 07:49, zhihongx.peng@intel.com wrote:
> From: Zhihong Peng <zhihongx.peng@intel.com>
> 
> This patch fixes the wrong way to obtain virtqueue.
> The end of virtqueue cannot be judged based on whether
> the array is NULL.
> 
> Fixes: 4e8169eb0d2d (net/virtio: fix Rx scatter offload)
> Cc: stable@dpdk.org
> 
> Signed-off-by: Zhihong Peng <zhihongx.peng@intel.com>
> ---
>   drivers/net/virtio/virtio_ethdev.c | 7 +++++--
>   1 file changed, 5 insertions(+), 2 deletions(-)
> 

Applied to dpdk-next-virtio/main.

Thanks,
Maxime