From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id C78BFA0521 for ; Sun, 2 Aug 2020 19:28:52 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A1E891C021; Sun, 2 Aug 2020 19:28:52 +0200 (CEST) Received: from mail-pg1-f194.google.com (mail-pg1-f194.google.com [209.85.215.194]) by dpdk.org (Postfix) with ESMTP id E60C82E8F for ; Sun, 2 Aug 2020 19:28:49 +0200 (CEST) Received: by mail-pg1-f194.google.com with SMTP id o5so643467pgb.2 for ; Sun, 02 Aug 2020 10:28:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=IvP4j0g+qBwlTxhi9aiNJZyLJdLIj8IGfzdTsGndD3s=; b=fDzb8eMrPt75d/j8zX/SXGe8EJ+sU01Hqb38cZyffWghg4hazbi6+sjS66IFxeZ0bk FSLpe6Jk56HFK5iAqHrLK28fxPcHnn5ZtCYVlO8PgAz4w9d2GSaboNIquGtOzeoikK6n 5IOTSHNe5a2xlmodvihKw7aC6g3upitwb6PH7zVCt39beVZaVAdx0y15AQgEPfp2kIbU dM7ww1VLNvytaRZfLqBpC7xoZPVRn3Ai9FMTCZNkWoNZM0SQbXay45nJdkrePYTcqSKl c7vEnyeO19mXb6NYP314F1xMkDLBpIUaeMV+Uy3KVvVRSXeA5lD8NbIa2hwgnFGFsmnM dxWA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=IvP4j0g+qBwlTxhi9aiNJZyLJdLIj8IGfzdTsGndD3s=; b=F3sDRwMyA16cJa5Rd0bGI3VmFoIEqfz9zTi1TjaxWnnbzmq/8UuRbjnDqPCrZO7djP aVICXED7ZffjysG0Qbag+k+QpqvPteivCG39bB4N2h6xH7lqFJQNjzeZnt5kDrLT8cdY oms7JDGMRNMN8bSu5IUhsDY9C70p/0sXDEx8UhnOuEILcyIaiBhB5IT9pYVseg71bAcz GF4NNsfxYfpKIHRz/2FAgg8fwXOrC/h2RMmHAWVycBK2R05y/XjXqaOIGpZav9xIQwgx hvZ2GiHWyo0o7z70TSvV9goAUzmm4HaBYvmJgi0qvtabG0uCE3a8YH74PKO+gJVggF+A xciQ== X-Gm-Message-State: AOAM531UwCaAu9y1yQxbFI84WeOx5dzOLQ1q+D60twQj0W2G1UfmC6iI uW6ue4BNcKl1HD+z7/vZqfLpkA== X-Google-Smtp-Source: ABdhPJwMxxV13eY2UTq/W0Ie2AjwsLN9eoCSpb8iMpNyUzRfNoYB6UUHKniwpKtWqCbld/E4U3XBYw== X-Received: by 2002:a63:4c08:: with SMTP id z8mr11361884pga.201.1596389328743; Sun, 02 Aug 2020 10:28:48 -0700 (PDT) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id s23sm15804007pjs.47.2020.08.02.10.28.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 02 Aug 2020 10:28:48 -0700 (PDT) Date: Sun, 2 Aug 2020 10:28:40 -0700 From: Stephen Hemminger To: longli@linuxonhyperv.com Cc: "K. Y. Srinivasan" , Haiyang Zhang , Stephen Hemminger , dev@dpdk.org, Long Li , stable@dpdk.org Message-ID: <20200802102840.26f97fc1@hermes.lan> In-Reply-To: <1596348268-65844-1-git-send-email-longli@linuxonhyperv.com> References: <1596348268-65844-1-git-send-email-longli@linuxonhyperv.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] net/netvsc: return the correct chimney index X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Sat, 1 Aug 2020 23:04:28 -0700 longli@linuxonhyperv.com wrote: > From: Long Li > > The code should look into "slab" to figure out the index returned from > rte_bitmap_scan(). > > Fixes: cc02518132 ("net/netvsc: split send buffers from Tx descriptors") > Cc: stable@dpdk.org > Signed-off-by: Long Li Acked-by: Stephen Hemminger