Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224186
b: refs/heads/master
c: 1f4f067
h: refs/heads/master
v: v3
  • Loading branch information
Vasanthy Kolluri authored and David S. Miller committed Nov 15, 2010
1 parent 3297706 commit d23fbd2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ce5a121304af02d02489e86efb6ae26a67f95e52
refs/heads/master: 1f4f067f99cbb2af7af7a67bd025a9fb58b5156c
2 changes: 1 addition & 1 deletion trunk/drivers/net/enic/enic.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

#define DRV_NAME "enic"
#define DRV_DESCRIPTION "Cisco VIC Ethernet NIC Driver"
#define DRV_VERSION "1.4.1.6"
#define DRV_VERSION "1.4.1.7"
#define DRV_COPYRIGHT "Copyright 2008-2010 Cisco Systems, Inc"

#define ENIC_BARS_MAX 6
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/net/enic/enic_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2042,7 +2042,7 @@ static int enic_dev_hang_reset(struct enic *enic)

static int enic_set_rsskey(struct enic *enic)
{
u64 rss_key_buf_pa;
dma_addr_t rss_key_buf_pa;
union vnic_rss_key *rss_key_buf_va = NULL;
union vnic_rss_key rss_key = {
.key[0].b = {85, 67, 83, 97, 119, 101, 115, 111, 109, 101},
Expand Down Expand Up @@ -2073,7 +2073,7 @@ static int enic_set_rsskey(struct enic *enic)

static int enic_set_rsscpu(struct enic *enic, u8 rss_hash_bits)
{
u64 rss_cpu_buf_pa;
dma_addr_t rss_cpu_buf_pa;
union vnic_rss_cpu *rss_cpu_buf_va = NULL;
unsigned int i;
int err;
Expand Down

0 comments on commit d23fbd2

Please sign in to comment.