Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289875
b: refs/heads/master
c: 63da93d
h: refs/heads/master
i:
  289873: 400be8e
  289871: 0a3922c
v: v3
  • Loading branch information
Neel Patel authored and David S. Miller committed Feb 4, 2012
1 parent b90280e commit a71ebc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: dc4790a9ba3536384123f50ff21a219bc60c9c92
refs/heads/master: 63da93d932af04cf80507b110afe894a8a8d1f90
4 changes: 2 additions & 2 deletions trunk/drivers/net/ethernet/cisco/enic/enic.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@

#define DRV_NAME "enic"
#define DRV_DESCRIPTION "Cisco VIC Ethernet NIC Driver"
#define DRV_VERSION "2.1.1.31"
#define DRV_VERSION "2.1.1.32"
#define DRV_COPYRIGHT "Copyright 2008-2011 Cisco Systems, Inc"

#define ENIC_BARS_MAX 6

#define ENIC_WQ_MAX 1
#define ENIC_RQ_MAX 1
#define ENIC_RQ_MAX 8
#define ENIC_CQ_MAX (ENIC_WQ_MAX + ENIC_RQ_MAX)
#define ENIC_INTR_MAX (ENIC_CQ_MAX + 2)

Expand Down

0 comments on commit a71ebc9

Please sign in to comment.