svn commit: r329160 - in stable/11/sys/dev/mlx4: mlx4_core mlx4_en

Hans Petter Selasky hselasky at FreeBSD.org
Mon Feb 12 13:59:05 UTC 2018


Author: hselasky
Date: Mon Feb 12 13:59:04 2018
New Revision: 329160
URL: https://svnweb.freebsd.org/changeset/base/329160

Log:
  MFC r326666:
  mlx4: Remove redundant declarations to fix GCC build
  
  These were made redundant in r325841.
  
  Reviewed by:	hselasky
  Sponsored by:	Dell EMC Isilon
  Differential Revision:	https://reviews.freebsd.org/D13401

Modified:
  stable/11/sys/dev/mlx4/mlx4_core/icm.h
  stable/11/sys/dev/mlx4/mlx4_en/en.h
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/dev/mlx4/mlx4_core/icm.h
==============================================================================
--- stable/11/sys/dev/mlx4/mlx4_core/icm.h	Mon Feb 12 13:56:57 2018	(r329159)
+++ stable/11/sys/dev/mlx4/mlx4_core/icm.h	Mon Feb 12 13:59:04 2018	(r329160)
@@ -124,7 +124,4 @@ static inline unsigned long mlx4_icm_size(struct mlx4_
 	return sg_dma_len(&iter->chunk->mem[iter->page_idx]);
 }
 
-int mlx4_MAP_ICM_AUX(struct mlx4_dev *dev, struct mlx4_icm *icm);
-int mlx4_UNMAP_ICM_AUX(struct mlx4_dev *dev);
-
 #endif /* MLX4_ICM_H */

Modified: stable/11/sys/dev/mlx4/mlx4_en/en.h
==============================================================================
--- stable/11/sys/dev/mlx4/mlx4_en/en.h	Mon Feb 12 13:56:57 2018	(r329159)
+++ stable/11/sys/dev/mlx4/mlx4_en/en.h	Mon Feb 12 13:59:04 2018	(r329160)
@@ -832,7 +832,6 @@ void mlx4_en_destroy_drop_qp(struct mlx4_en_priv *priv
 int mlx4_en_free_tx_buf(struct net_device *dev, struct mlx4_en_tx_ring *ring);
 void mlx4_en_rx_irq(struct mlx4_cq *mcq);
 
-int mlx4_SET_MCAST_FLTR(struct mlx4_dev *dev, u8 port, u64 mac, u64 clear, u8 mode);
 int mlx4_SET_VLAN_FLTR(struct mlx4_dev *dev, struct mlx4_en_priv *priv);
 
 int mlx4_en_DUMP_ETH_STATS(struct mlx4_en_dev *mdev, u8 port, u8 reset);


More information about the svn-src-all mailing list