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:
parent
8357070543
commit
95184bc12a
@ -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)) {
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user