From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] eal: increase max number of interrupt vectors Date: Tue, 02 Apr 2019 14:32:11 +0200 Message-ID: <2596857.DnLQL2r5Jq@xps> References: <20190326125327.5264-1-pbhagavatula@marvell.com> <20190331145452.4144-1-pbhagavatula@marvell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Jerin Jacob Kollanukkaran , "bruce.richardson@intel.com" , "anatoly.burakov@intel.com" To: Pavan Nikhilesh Bhagavatula Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 4DC942C36 for ; Tue, 2 Apr 2019 14:32:15 +0200 (CEST) In-Reply-To: <20190331145452.4144-1-pbhagavatula@marvell.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 31/03/2019 16:55, Pavan Nikhilesh Bhagavatula: > From: Pavan Nikhilesh > > MSI-X permits a device to allocate up to 2048 interrupts as per PCIe > spec. > Increase the max number of vectors to a reasonable value of 512. > > Signed-off-by: Pavan Nikhilesh Applied, thanks