mbox series

[net,0/2,pull,request] Intel Wired LAN Driver Updates 2022-08-24 (ixgbe, i40e)

Message ID 20220824193748.874343-1-anthony.l.nguyen@intel.com (mailing list archive)
Headers show
Series Intel Wired LAN Driver Updates 2022-08-24 (ixgbe, i40e) | expand

Message

Tony Nguyen Aug. 24, 2022, 7:37 p.m. UTC
This series contains updates to ixgbe and i40e drivers.

Jake stops incorrect resetting of SYSTIME registers when starting
cyclecounter for ixgbe.

Sylwester corrects a check on source IP address when validating destination
for i40e.

The following are changes since commit 0c4a95417ee4b1013ddf115fb6dbe36a2503a598:
  Merge branch 'sysctl-data-races'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 10GbE

Jacob Keller (1):
  ixgbe: stop resetting SYSTIME in ixgbe_ptp_start_cyclecounter

Sylwester Dziedziuch (1):
  i40e: Fix incorrect address type for IPv6 flow rules

 .../net/ethernet/intel/i40e/i40e_ethtool.c    |  2 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c  | 59 +++++++++++++++----
 2 files changed, 47 insertions(+), 14 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 25, 2022, 8 p.m. UTC | #1
Hello:

This series was applied to netdev/net.git (master)
by Tony Nguyen <anthony.l.nguyen@intel.com>:

On Wed, 24 Aug 2022 12:37:45 -0700 you wrote:
> This series contains updates to ixgbe and i40e drivers.
> 
> Jake stops incorrect resetting of SYSTIME registers when starting
> cyclecounter for ixgbe.
> 
> Sylwester corrects a check on source IP address when validating destination
> for i40e.
> 
> [...]

Here is the summary with links:
  - [net,1/2] ixgbe: stop resetting SYSTIME in ixgbe_ptp_start_cyclecounter
    https://git.kernel.org/netdev/net/c/25d7a5f5a6bb
  - [net,2/2] i40e: Fix incorrect address type for IPv6 flow rules
    https://git.kernel.org/netdev/net/c/bcf3a1564293

You are awesome, thank you!