Patch #5 Cleanup unused IEEE1588 code fragments, the day may

come when this feature gets implemented, but its not here yet
and I see no reason to leave this laying around.
This commit is contained in:
jfv 2012-11-30 23:06:27 +00:00
parent 8357070543
commit 95184bc12a
2 changed files with 1 additions and 11 deletions

View File

@ -47,7 +47,7 @@ int ixgbe_display_debug_stats = 0;
/*********************************************************************
* Driver version
*********************************************************************/
char ixgbe_driver_version[] = "2.5.0 - 4";
char ixgbe_driver_version[] = "2.5.0 - 5";
/*********************************************************************
* PCI Device ID Table
@ -1830,12 +1830,6 @@ ixgbe_xmit(struct tx_ring *txr, struct mbuf **m_headp)
} else if (ixgbe_tx_ctx_setup(txr, m_head))
olinfo_status |= IXGBE_TXD_POPTS_TXSM << 8;
#ifdef IXGBE_IEEE1588
/* This is changing soon to an mtag detection */
if (we detect this mbuf has a TSTAMP mtag)
cmd_type_len |= IXGBE_ADVTXD_MAC_TSTAMP;
#endif
#ifdef IXGBE_FDIR
/* Do the flow director magic */
if ((txr->atr_sample) && (!adapter->fdir_reinit)) {

View File

@ -89,10 +89,6 @@
#include <sys/smp.h>
#include <machine/smp.h>
#ifdef IXGBE_IEEE1588
#include <sys/ieee1588.h>
#endif
#include "ixgbe_api.h"
/* Tunables */