[dpdk-dev] [PATCH] ixgbe: fix wrong VF TX registers

2016-11-07 Thread Thomas Monjalon
2016-11-06 11:55, Wenzhuo Lu: > The VF TX registers are using PF's addresses by mistake, > correct them. > > Fixes: 0198848a47f5 ("ixgbe: add access to specific device info") > > Reported-by: Xuekun Hu > Signed-off-by: Wenzhuo Lu Applied with other similar patches squashed, thanks

[dpdk-dev] [PATCH] ixgbe: fix wrong VF TX registers

2016-11-06 Thread Wenzhuo Lu
The VF TX registers are using PF's addresses by mistake, correct them. Fixes: 0198848a47f5 ("ixgbe: add access to specific device info") Reported-by: Xuekun Hu Signed-off-by: Wenzhuo Lu --- drivers/net/ixgbe/ixgbe_regs.h | 16 1 file changed, 8 insertions(+), 8 deletions(-)