This series contains updates to i40e and igbvf drivers. Piotr adds support for PTP external clock synchronization to i40e via GPIO pins.
Marek removes a redundant assignment for i40e. Stefan Assmann corrects reporting of VF link speed for i40e. Karen revises a couple of error messages to warnings for igbvf as they could be misinterpreted as issues when they are not. The following are changes since commit e1d9d7b91302593d1951fcb12feddda6fb58a3c0: Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net and are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 40GbE Karen Sornek (1): igbvf: Refactor traces Marek Majtyka (1): i40e: remove redundant assignment Piotr Kwapulinski (1): i40e: add support for PTP external synchronization clock Stefan Assmann (1): i40e: report correct VF link speed when link state is set to enable drivers/net/ethernet/intel/i40e/i40e.h | 76 +- drivers/net/ethernet/intel/i40e/i40e_main.c | 18 +- drivers/net/ethernet/intel/i40e/i40e_ptp.c | 747 +++++++++++++++++- .../net/ethernet/intel/i40e/i40e_register.h | 31 +- .../ethernet/intel/i40e/i40e_virtchnl_pf.c | 5 +- drivers/net/ethernet/intel/i40e/i40e_xsk.c | 1 - drivers/net/ethernet/intel/igbvf/netdev.c | 4 +- 7 files changed, 851 insertions(+), 31 deletions(-) -- 2.26.2