From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 5DF828E86 for ; Tue, 3 Nov 2015 23:00:54 +0100 (CET) Received: by wmff134 with SMTP id f134so26666120wmf.0 for ; Tue, 03 Nov 2015 14:00:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind_com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=58cOUmkeGJGaus7WW2qrUASOQ2GNznGCgIAkOgdG59k=; b=Ckve2lDrDMOjsWob2gsd6GWn56/d2NGV/mA7oo3emMHeir6r+6uBz35GbXH/XomDRe +UzG2uMvBPOHx69oJ2cTdzB+xB0to89r/yaMcdDLZ0LSbwLn0T2/lVPGcwYv9UgHHAnW Ftl0rrjwa11tvgAZ9oX56vkxRP6bUbV0i45O3oX/ipE7uHpskQk94vVZyNUbHb7SeFwR bH9GgSCrrFZiTI2TAUcwiOuUfZ9fLTLnFLt3e1MFl3ndUVMLxB/ME2KBwJLbXFHgt/bR n5OeljpaoOTLs8GWEVTpoAuB9sxHUjQTFICVelV219lvahv1qV6ZYe0FfbzWPL0HxfBn 2qxA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=58cOUmkeGJGaus7WW2qrUASOQ2GNznGCgIAkOgdG59k=; b=CcBhouRjFnQgBKY5O+N0Vm3TqzSpgUcjGhPAPJSd4aY5LiNHffVCDZOPUspC/sn4Dc MP9gtyIcx1ZBTEvXfYvtbhJS42Af2fdoImkRSXu8AMeL4DKtMNlX61X4cS9dRY/mUwn5 zHfeMvQwa/e8RjjU+VvMdEWKzD2QDPhnLDOjhkXpk0Lx++d2C1nYjQzGDPvEbirYY34v NoCoyTP2UW1ASFWGgaAM0U+hCr61Jbv+UMYjHuc/XHQucQC/HW1RhYovAKVaQvqKdv1N ZVjW7hUSGA3cvyBTGu9OGQshUMRqTGvE9HRiaS3aJsoSJczhkJU9TglxyepRh6D/AJf6 3Vrg== X-Gm-Message-State: ALoCoQlxkOjnnnQyndzlrahx7ImKoFx2R5TtaQk00opsFK5C0EIM8mmFj+8z3jJWiz+FxHnqAyhs X-Received: by 10.28.88.205 with SMTP id m196mr23174494wmb.7.1446588054230; Tue, 03 Nov 2015 14:00:54 -0800 (PST) Received: from xps13.localnet ([93.158.41.25]) by smtp.gmail.com with ESMTPSA id t126sm25376760wmd.18.2015.11.03.14.00.52 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 03 Nov 2015 14:00:53 -0800 (PST) From: Thomas Monjalon To: Helin Zhang Date: Tue, 03 Nov 2015 22:59:29 +0100 Message-ID: <2921964.BISbKcF6Z8@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1446565228-24276-1-git-send-email-helin.zhang@intel.com> References: <1445498887-21218-1-git-send-email-helin.zhang@intel.com> <1446565228-24276-1-git-send-email-helin.zhang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v3 0/2] i40e: Enlarge the number of supported queues X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Nov 2015 22:00:54 -0000 2015-11-03 23:40, Helin Zhang: > It enlarges the number of supported queues to hardware allowed maximum. There > was a software limitation of 64 per physical port which is not reasonable. > > v2 changes: > Fixed issues of using wrong configured number of VF queues. > > v3 changes: > Updated release notes. > > Helin Zhang (2): > i40e: adjust the number of queues for RSS > i40e: Enlarge the number of supported queues Applied, thanks