Re: [PATCH v2 0/7] ixgbe SFP handling fixes

2021-12-17 Thread Thomas Monjalon
06/12/2021 23:19, Stephen Douthit: > Hello all, Hello, it seems to be your first contribution, welcome! > We have several platforms based on Intel's C3000 series of SoCs that > have integrated ixgbe devices (X550EM) operating in the "Native SFI" > mode (the 0x15c4 device ID). For ixgbe patches,

[PATCH v2 0/7] ixgbe SFP handling fixes

2021-12-06 Thread Stephen Douthit
v2: General: * Fix typos reported by checkpatch (my codespell list was old) Patch 5: * Refactor the delay code to use msec_delay(), fixes Windows builds. I had opencoded some delay checks similar to the jiffies/time_after scheme used frequently in the Linux kernel, but that failed to build on Win