i40evf: fix write flush
authorJingjing Wu <jingjing.wu@intel.com>
Mon, 16 Nov 2015 07:08:30 +0000 (15:08 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 23 Nov 2015 22:51:14 +0000 (23:51 +0100)
commit4522eca1352d8ed7c0823e328e2a68c2ba6459ab
tree65af97246e797e4161fe675e08700e45087683c7
parent1487a7c6ef10bceedff50cf4736f082fe6c22b29
i40evf: fix write flush

For i40e vf driver, should use I40EVF_WRITE_FLUSH to flush
configuration but not I40E_WRITE_FLUSH. This patch fixed this issue.

Fixes: be6c228d4da3 (i40evf: support Rx interrupt)

Reported-by: Qian Xu <qian.q.xu@intel.com>
Signed-off-by: Jingjing Wu <jingjing.wu@intel.com>
Acked-by: Helin Zhang <helin.zhang@intel.com>
drivers/net/i40e/i40e_ethdev_vf.c