Re: [patch] syncppp.c and skb->priority

Gergely Madarasz (gorgo@sztaki.hu)
Fri, 09 Jul 1999 17:59:39 +0200 (MET DST)


On Fri, 9 Jul 1999, Jan Kasprzak wrote:

> Gergely Madarasz wrote:
> :
> : On Fri, 9 Jul 1999, Jan Kasprzak wrote:
> :
> : > @@ -813,7 +811,6 @@
> : > dev->name, ntohl (ch->type), ch->par1,
> : > ch->par2, ch->rel, ch->time0, ch->time1);
> : > sp->obytes += skb->len;
> : > - skb->priority=1;
> :
> : shouldn't this read skb->priority=TC_PRIO_CONTROL ?
> :
> I don't know - I can see only one occurence of TC_PRIO_CONTROL
> in the 2.2.10 and 2.3.9 trees. What is TC_PRIO_CONTROL expected to do?

I guess in this case it would mean link control protocol... higher
priority than normal packets. Anyway Alan told me to use it, so I guess it
does the right thing (and I tested it, it really does the right thing :))

Greg

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/