Is there any way to enable multi-queue for SR-IOV of ixgbe? I've seen that PF driver automatically disables multi-queue when VFs are created from host.
We want to use multiple queues with DPDK in case of ixgbevf too. [781203.692378] ixgbe 0000:06:00.0: Multiqueue Disabled: Rx Queue count = 1, Tx Queue count = 1 [781203.699858] ixgbe 0000:06:00.0: registered PHC device on p5p1 [781203.861774] ixgbe 0000:06:00.0 p5p1: detected SFP+: 5 [781204.104038] ixgbe 0000:06:00.0 p5p1: NIC Link is Up 10 Gbps, Flow Control: RX/TX [781206.035467] ixgbe 0000:06:00.1 p5p2: SR-IOV enabled with 2 VFs [781206.136011] pci 0000:06:10.1: [8086:10ed] type 00 class 0x020000 [781206.136375] pci 0000:06:10.3: [8086:10ed] type 00 class 0x020000 [781206.136776] ixgbe 0000:06:00.1: removed PHC on p5p2 [781206.227015] ixgbe 0000:06:00.1: irq 116 for MSI/MSI-X [781206.227046] ixgbe 0000:06:00.1: irq 117 for MSI/MSI-X [781206.227062] ixgbe 0000:06:00.1: Multiqueue Disabled: Rx Queue count = 1, Tx Queue count = 1 [781206.235804] ixgbe 0000:06:00.1: registered PHC device on p5p2 [781206.407537] ixgbe 0000:06:00.1 p5p2: detected SFP+: 6 [781206.649795] ixgbe 0000:06:00.1 p5p2: NIC Link is Up 10 Gbps, Flow Control: RX/TX Thanks, /Saurabh