Re: [Intel-wired-lan] [regression] wake on lan no longer works in 4.13-rc3. was Re: Linux 4.13: Reported regressions as of Sunday, 2017-08-06

2017-08-09 Thread Hisashi T Fujinaka
oday, both work. Can you enable dynamic debug in device_pm.c and send a dmesg output with that covering a suspend-resume cycle? 82579 is e1000e -- Hisashi T Fujinaka - ht...@twofifty.com

Re: [Intel-wired-lan] [PATCH] igb: use igb_adapter->io_addr instead of e1000_hw->hw_addr

2016-11-10 Thread Hisashi T Fujinaka
Here's the initial patch for igb I have, but it's on hold awaiting more changes in ixgbe regarding AER. -- Hisashi T Fujinaka - ht...@twofifty.com BSEE + BSChem + BAEnglish + MSCS + $2.50 = coffeeFrom todd.fujin...@intel.com Thu Nov 10 05:44:02 2016 Date: Thu, 10 Nov 2016 05:36:1

Re: [Intel-wired-lan] [PATCH] igb: use igb_adapter->io_addr instead of e1000_hw->hw_addr

2016-11-08 Thread Hisashi T Fujinaka
On Tue, 8 Nov 2016, Hisashi T Fujinaka wrote: Incidentally we're just looking for a solution to that problem too. Do three patches to fix the same problem at rougly the same time already qualify as freak accident? FTR, I attached my current patch, which I was planning to submit after

Re: [Intel-wired-lan] [PATCH] igb: use igb_adapter->io_addr instead of e1000_hw->hw_addr

2016-11-08 Thread Hisashi T Fujinaka
urprise removal any longer so that means I wouldn't be able to test anything. I have to defer to you or Cao Jin. -- Hisashi T Fujinaka - ht...@twofifty.com (todd.fujin...@intel.com)

Re: [E1000-devel] randconfig build error with next-20150302, in drivers/net/ethernet/intel/i40e/i40e_configfs.c

2015-03-02 Thread Hisashi T Fujinaka
. All I need is for you to resend directly to my email your.conf file for this rand configuration that is build failing. Nick Jim, please keep in mind that Nick has not official connection to this project and has been banned from most of these mailing lists. -- Hisashi T Fujinaka - ht...@twofifty.co

Re: [E1000-devel] [PATCH] net:ethernet:intel:Remove outdated fix me comment in the function, gb_acquire_swfw_sync_i210

2015-02-09 Thread Hisashi T Fujinaka
On Mon, 9 Feb 2015, Bj?rn Mork wrote: Jeff Kirsher writes: If you want to see Nick's patch, feel free to view his patch on my queue tree: https://git.kernel.org/cgit/linux/kernel/git/jkirsher/queue.git/ which said: - s32 i = 0, timeout = 200; /* FIXME: find real value to use here */ + s32

Re: [PATCH] e1000: remove unused variables

2014-11-26 Thread Hisashi T Fujinaka
_timeout_factor = 16; break; case SPEED_100: - txb2b = false; /* maybe add some timeout factor ? */ break; } -- Hisashi T Fujinaka