Re: [dpdk-dev] [PATCH 1/2] net/virtio: access interrupt handler directly

2017-01-13 Thread Yuanhan Liu
On Thu, Jan 12, 2017 at 02:03:19PM +0800, Yuanhan Liu wrote: > Since commit 0e1b45a284b4 ("ethdev: decouple interrupt handling from > PCI device"), intr_handle is stored at eth_dev struct, that we could > use it directly. Thus there is no need to get it from hw. > > Signed-off-by: Yuanhan Liu > -

[dpdk-dev] [PATCH 1/2] net/virtio: access interrupt handler directly

2017-01-11 Thread Yuanhan Liu
Since commit 0e1b45a284b4 ("ethdev: decouple interrupt handling from PCI device"), intr_handle is stored at eth_dev struct, that we could use it directly. Thus there is no need to get it from hw. Signed-off-by: Yuanhan Liu --- drivers/net/virtio/virtio_ethdev.c | 9 - drivers/net/virtio/