Skip to content

Commit

Permalink
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/gi…
Browse files Browse the repository at this point in the history
…t/jkirsher/net-next

Jeff Kirsher says:

====================
This series contains updates to igb only.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Sep 22, 2012
2 parents 7146b2d + c9f14bf commit 717ecc2
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 256 deletions.
8 changes: 2 additions & 6 deletions drivers/net/ethernet/intel/igb/igb.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ struct vf_data_storage {
u16 pf_vlan; /* When set, guest VLAN config not allowed. */
u16 pf_qos;
u16 tx_rate;
struct pci_dev *vfdev;
};

#define IGB_VF_FLAG_CTS 0x00000001 /* VF is clear to send data */
Expand Down Expand Up @@ -169,8 +168,8 @@ struct igb_tx_buffer {
unsigned int bytecount;
u16 gso_segs;
__be16 protocol;
dma_addr_t dma;
u32 length;
DEFINE_DMA_UNMAP_ADDR(dma);
DEFINE_DMA_UNMAP_LEN(len);
u32 tx_flags;
};

Expand Down Expand Up @@ -214,7 +213,6 @@ struct igb_q_vector {
struct igb_ring_container rx, tx;

struct napi_struct napi;
int numa_node;

u16 itr_val;
u8 set_itr;
Expand Down Expand Up @@ -259,7 +257,6 @@ struct igb_ring {
};
/* Items past this point are only used during ring alloc / free */
dma_addr_t dma; /* phys address of the ring */
int numa_node; /* node to alloc ring memory on */
};

enum e1000_ring_flags_t {
Expand Down Expand Up @@ -374,7 +371,6 @@ struct igb_adapter {
int vf_rate_link_speed;
u32 rss_queues;
u32 wvbr;
int node;
u32 *shadow_vfta;

#ifdef CONFIG_IGB_PTP
Expand Down
Loading

0 comments on commit 717ecc2

Please sign in to comment.