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 C2BD3A04B5; Fri, 18 Sep 2020 17:13:23 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 00B441DAF3; Fri, 18 Sep 2020 17:13:18 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id E74DD1DAF3 for ; Fri, 18 Sep 2020 17:13:16 +0200 (CEST) IronPort-SDR: GFmfgD0OLszXAR0GmZw1Cor3OtW0Y4g+Wlspfxpr2vuTjsXVOGwTavfvag/Af4DqGtKoEUpPmr O9+J+rgczQ5A== X-IronPort-AV: E=McAfee;i="6000,8403,9748"; a="221524605" X-IronPort-AV: E=Sophos;i="5.77,274,1596524400"; d="scan'208";a="221524605" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Sep 2020 08:13:15 -0700 IronPort-SDR: 0KTF3JXoRmmedGn2v/g74IK7Fl1ViUSwaY34+6qyW9mjPxQrllBX+G+iDYMR43p/DvdsAYf4kz lLWoSetrF4SA== X-IronPort-AV: E=Sophos;i="5.77,274,1596524400"; d="scan'208";a="484244349" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.227.248]) ([10.213.227.248]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Sep 2020 08:13:15 -0700 To: Rahul Lakkireddy , dev@dpdk.org Cc: kaara.satwik@chelsio.com References: From: Ferruh Yigit Message-ID: Date: Fri, 18 Sep 2020 16:13:11 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.2.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 0/3] net/cxgbe: rework queue allocation and add RSS reta update X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 9/12/2020 12:52 AM, Rahul Lakkireddy wrote: > Patch 1 removes the equal distribution queue allocation across all > ports under the same PF. Instead, the queues are allocated based > on whichever port requests for the queues first. This will allow > unused queue resources on other ports to be redistributed to ports > that need more queues. > > Patch 2 increases the Rx congestion channels from 4 to 8 on T6 to > improve Rx congestion control. > > Patch 3 adds support to manipulate RSS redirection table. > > This series depends on [1] titled: > "net/cxgbe: release port resources during port close" > > [1] https://mails.dpdk.org/archives/dev/2020-September/179131.html > > Thanks, > Rahul > > Rahul Lakkireddy (3): > net/cxgbe: rework queue allocation between ports > net/cxgbe: improve Rx congestion control > net/cxgbe: add support to update RSS redirection table Series applied to dpdk-next-net/main, thanks.