Skip to content

Commit

Permalink
MFC ixgbe cummulative patch from stable/8
Browse files Browse the repository at this point in the history
217712  Fix a couple of incorrect variable names in the sysctl code.
217713  - Panic on the 82598 adapter due to reading FCOE registers that don't exit
        - Make phy detection dynamic so adapters that support multiple types of
          media can be properly identified by the interface layer
        - Performance patch to the flow director (ixgbe_atr) code
        - Fix intermittent data corruption on the 82599
        - Add missing support code for buffer size and descriptors when doing
          jumbo frames, also add 16K cluster support.
        - Release RX lock when calling stack, this removes LOR problems.
217795  Remove TX_UNLOCK from the error path in local_timer, there is no LOCK
217796  Add missing case for Direct Attach 82598 in the dynamic phy detection
217797  Performance: don't run flow control shared code if nothing has changed

Approved by:  re (bz)
  • Loading branch information
jfv authored and jfv committed Jan 27, 2011
1 parent 934ba70 commit c03aeb4
Show file tree
Hide file tree
Showing 8 changed files with 367 additions and 667 deletions.
286 changes: 143 additions & 143 deletions sys/dev/ixgbe/ixgbe.c

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions sys/dev/ixgbe/ixgbe.h
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ struct adapter {
int advertise; /* link speeds */
bool link_active;
u16 max_frame_size;
u16 num_segs;
u32 link_speed;
bool link_up;
u32 linkvec;
Expand Down
Loading

0 comments on commit c03aeb4

Please sign in to comment.