svn commit: r331920 - stable/11/sys/dev/mlx5

Hans Petter Selasky hselasky at FreeBSD.org
Tue Apr 3 09:34:17 UTC 2018


Author: hselasky
Date: Tue Apr  3 09:34:16 2018
New Revision: 331920
URL: https://svnweb.freebsd.org/changeset/base/331920

Log:
  MFC r331827:
  Remove unused structure field in mlx5core.
  
  Sponsored by:	Mellanox Technologies

Modified:
  stable/11/sys/dev/mlx5/driver.h
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/dev/mlx5/driver.h
==============================================================================
--- stable/11/sys/dev/mlx5/driver.h	Tue Apr  3 09:33:23 2018	(r331919)
+++ stable/11/sys/dev/mlx5/driver.h	Tue Apr  3 09:34:16 2018	(r331920)
@@ -371,7 +371,6 @@ struct mlx5_cmd {
 	struct cmd_msg_cache cache;
 	int checksum_disabled;
 	struct mlx5_cmd_stats stats[MLX5_CMD_OP_MAX];
-	int moving_to_polling;
 };
 
 struct mlx5_port_caps {


More information about the svn-src-all mailing list