ether82598, ether82563: remove packblock() avoidance hack
This commit is contained in:
parent
ce5f9d8210
commit
f3f89e03ed
2 changed files with 0 additions and 2 deletions
|
@ -1014,7 +1014,6 @@ i82563rproc(void *arg)
|
|||
bp = ctlr->rb[rdh];
|
||||
if((rd->status & Reop) && rd->errors == 0){
|
||||
bp->wp += rd->length;
|
||||
bp->lim = bp->wp; /* lie like a dog. avoid packblock. */
|
||||
if(!(rd->status & Ixsm)){
|
||||
ctlr->ixsm++;
|
||||
if(rd->status & Ipcs){
|
||||
|
|
|
@ -571,7 +571,6 @@ loop1:
|
|||
b = c->rb[rdh];
|
||||
c->rb[rdh] = 0;
|
||||
b->wp += r->length;
|
||||
b->lim = b->wp; /* lie like a dog */
|
||||
if(!(r->status & Ixsm)){
|
||||
if(r->status & Ipcs)
|
||||
b->flag |= Bipck;
|
||||
|
|
Loading…
Reference in a new issue