[dpdk-dev] [PATCH] net/vmxnet3: add interrupt support in MSI-X

2021-05-25 Thread Jochen Behrens
Add support for MSI-x interrupt vectors to the vmxnet3 driver. This will allow more efficient deployments in cloud environments. By default it will try to allocate 1 vector (0) for link event and one MSI-x vector for each rx queue. To simplify things, it will only be enabled if the number of tx a

Re: [dpdk-dev] [PATCH] net/vmxnet3: add interrupt support in MSI-X

2021-06-29 Thread Andrew Rybchenko
On 5/26/21 5:50 AM, Jochen Behrens wrote: Add support for MSI-x interrupt vectors to the vmxnet3 driver. MSI-x -> MSI-X This will allow more efficient deployments in cloud environments. By default it will try to allocate 1 vector (0) for link event and one MSI-x vector for each rx queue. To