On Tue, 5 May 2015 13:39:45 +0800
Cunming Liang wrote:
> + pci_dev->intr_handle.intr_vec =
> + rte_zmalloc("intr_vec",
> + dev_info.max_rx_queues * sizeof(int), 0);
> +
This and other drivers should be using rte_zmalloc_socket
On 5/6/2015 7:16 AM, Stephen Hemminger wrote:
> On Tue, 5 May 2015 13:39:45 +0800
> Cunming Liang wrote:
>
>> The patch does below for igb PF:
>> - Setup NIC to generate MSI-X interrupts
>> - Set the IVAR register to map interrupt causes to vectors
>> - Implement interrupt enable/disable functi
On Tue, 5 May 2015 13:39:45 +0800
Cunming Liang wrote:
> The patch does below for igb PF:
> - Setup NIC to generate MSI-X interrupts
> - Set the IVAR register to map interrupt causes to vectors
> - Implement interrupt enable/disable functions
>
> Signed-off-by: Danny Zhou
> Signed-off-by: Cunm
The patch does below for igb PF:
- Setup NIC to generate MSI-X interrupts
- Set the IVAR register to map interrupt causes to vectors
- Implement interrupt enable/disable functions
Signed-off-by: Danny Zhou
Signed-off-by: Cunming Liang
---
v7 changes
- add condition check when intr vector is not
4 matches
Mail list logo