Re: [dpdk-dev] [PATCH v3] eal: increase max number of interrupt vectors

2019-04-02 Thread Thomas Monjalon
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

[dpdk-dev] [PATCH v3] eal: increase max number of interrupt vectors

2019-03-31 Thread 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 --- v3 Changes: - Instead of making it a configurable option set max vectors to a reasonable value