Module Name:    src
Committed By:   msaitoh
Date:           Thu Apr 19 06:04:31 UTC 2018

Modified Files:
        src/sys/dev/pci/ixgbe: ixgbe.h

Log Message:
 Remove unused IXGBE_FC_HI and IXGBE_FC_LO. The watermark of the flow control
is automatically calculated from the size of the packet buffer.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/dev/pci/ixgbe/ixgbe.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/ixgbe/ixgbe.h
diff -u src/sys/dev/pci/ixgbe/ixgbe.h:1.43 src/sys/dev/pci/ixgbe/ixgbe.h:1.44
--- src/sys/dev/pci/ixgbe/ixgbe.h:1.43	Tue Apr 17 08:38:05 2018
+++ src/sys/dev/pci/ixgbe/ixgbe.h	Thu Apr 19 06:04:31 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: ixgbe.h,v 1.43 2018/04/17 08:38:05 msaitoh Exp $ */
+/* $NetBSD: ixgbe.h,v 1.44 2018/04/19 06:04:31 msaitoh Exp $ */
 
 /******************************************************************************
   SPDX-License-Identifier: BSD-3-Clause
@@ -173,8 +173,6 @@
 
 /* Flow control constants */
 #define IXGBE_FC_PAUSE        0xFFFF
-#define IXGBE_FC_HI           0x20000
-#define IXGBE_FC_LO           0x10000
 
 /*
  * Used for optimizing small rx mbufs.  Effort is made to keep the copy

Reply via email to