[dpdk-dev] [PATCH 17/39] net/ixgbe/base: access IOSF by host interface

2016-09-23 Thread Wang, Xiao W
Hi Ferruh, > -Original Message- > From: Yigit, Ferruh > Sent: Tuesday, September 20, 2016 1:04 AM > To: Wang, Xiao W ; Lu, Wenzhuo > > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH 17/39] net/ixgbe/base: access IOSF by host > interface > > On 8/27

[dpdk-dev] [PATCH 17/39] net/ixgbe/base: access IOSF by host interface

2016-09-19 Thread Ferruh Yigit
On 8/27/2016 4:48 PM, Xiao Wang wrote: > This patch makes sure that we access IOSF registers through the HIC > (host interface command) for the majority of X550em devices. All devices > with NVM are capable of using the HIC. > > For consistency all instances where the ixgbe_read/write_iosf_sb_reg_

[dpdk-dev] [PATCH 17/39] net/ixgbe/base: access IOSF by host interface

2016-08-27 Thread Xiao Wang
This patch makes sure that we access IOSF registers through the HIC (host interface command) for the majority of X550em devices. All devices with NVM are capable of using the HIC. For consistency all instances where the ixgbe_read/write_iosf_sb_reg_x550 is called directly are converted to function