On 7/19/2017 10:22 AM, Dai, Wei wrote: > > >> -----Original Message----- >> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Qiming Yang >> Sent: Tuesday, July 18, 2017 10:29 AM >> To: dev@dpdk.org >> Cc: sta...@dpdk.org; Lu, Wenzhuo <wenzhuo...@intel.com>; Yang, Qiming >> <qiming.y...@intel.com> >> Subject: [dpdk-dev] [PATCH v2] net/ixgbe: fix Rx/Tx queue interrupt for x550 >> devices >> >> x550 devices not do interrupt vector mapping before enable Rx/Tx queue >> interrupt, makes interrupt mode can't work neither with igb_uio or VFIO. >> >> Fixes: d2e72774e58c ("ixgbe/base: support X550") >> >> Signed-off-by: Qiming Yang <qiming.y...@intel.com>
> Have looked through datasheet of 82599, X540 and X550. > Acked-by: Wei Dai <wei....@intel.com> Applied to dpdk-next-net/master, thanks.