ether82598, ether82563: remove packblock() avoidance hack

This commit is contained in:
cinap_lenrek 2013-12-16 21:47:06 +01:00
parent ce5f9d8210
commit f3f89e03ed
2 changed files with 0 additions and 2 deletions

View file

@ -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){

View file

@ -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;