Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265349
b: refs/heads/master
c: 0ebafd8
h: refs/heads/master
i:
  265347: 1ca72a3
v: v3
  • Loading branch information
Amir Hanania authored and Jeff Kirsher committed Aug 19, 2011
1 parent 1e15da4 commit f171171
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 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: c5778b43dffe1d063368065d9549dd0019315a39
refs/heads/master: 0ebafd86656e5b74abb7b7c2a9b5b8458e836532
10 changes: 6 additions & 4 deletions trunk/drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c
Original file line number Diff line number Diff line change
Expand Up @@ -241,10 +241,12 @@ static int ixgbe_fcoe_ddp_setup(struct net_device *netdev, u16 xid,
*/
if (lastsize == bufflen) {
if (j >= IXGBE_BUFFCNT_MAX) {
e_err(drv, "xid=%x:%d,%d,%d:addr=%llx "
"not enough user buffers. We need an extra "
"buffer because lastsize is bufflen.\n",
xid, i, j, dmacount, (u64)addr);
printk_once("Will NOT use DDP since there are not "
"enough user buffers. We need an extra "
"buffer because lastsize is bufflen. "
"xid=%x:%d,%d,%d:addr=%llx\n",
xid, i, j, dmacount, (u64)addr);

goto out_noddp_free;
}

Expand Down

0 comments on commit f171171

Please sign in to comment.