[dpdk-dev] Support of LSI for vmxnet3

2015-09-03 Thread Dey, Souvik
Hi, Is there any particular reason of nor supporting the RTE_PCI_DRV_INTR_LSC for vmxnet3. I can see we have introduced the same for the other virtual driver virtio but not for vmxnet3. Do we have some technical difficulties there ? Can someone throw some light on this. -- Rega

[dpdk-dev] Support of LSI for vmxnet3

2015-09-02 Thread Stephen Hemminger
The problem is there is no selective disable mask. It is possible using MSIX by redirecting. I have a version with that with new rcv stuff. Still needs work On Sep 2, 2015 9:07 PM, "Dey, Souvik" wrote: > Hi, > Is there any particular reason of nor supporting the > RTE_PCI_DRV_INT