| To: | Vivek Kashyap <kashyapv@xxxxxxxxxx> |
|---|---|
| Subject: | Re: [PATCH] proportional share accept() |
| From: | James Morris <jmorris@xxxxxxxxxx> |
| Date: | Wed, 25 Feb 2004 21:35:38 -0500 (EST) |
| Cc: | netdev@xxxxxxxxxxx |
| In-reply-to: | <Pine.LNX.4.44.0402250818060.2878-100000@loopback.beaverton.ibm.com> |
| Sender: | netdev-bounce@xxxxxxxxxxx |
On Wed, 25 Feb 2004, Vivek Kashyap wrote: > static inline int tcp_synq_is_full(struct sock *sk) > @@ -1796,6 +1785,12 @@ > req->acked = 0; > req->ecn_ok = 0; > req->rmt_port = skb->h.th->source; > + req->acceptq_start_ticket = 0; > + req->acceptq_time_stamp = 0; > + if (tp->acceptq_max_class) > + req->acceptq_class = (skb->nfmark <= 0) ? 0 : > + ((skb->nfmark > NUM_ACCEPT_QUEUES) ? > + 0: skb->nfmark); > } Have you tried compiling this without CONFIG_NETFILTER? - James -- James Morris <jmorris@xxxxxxxxxx> |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | 2.6: net/core.c should export sysctl_optmem_max for modular IPV6, Matthias Andree |
|---|---|
| Next by Date: | Re: [PATCH]: ipv6_skip_exthdr() may refer invalid memory area, Yasuyuki Kozakai |
| Previous by Thread: | Re: [PATCH] proportional share accept(), kashyapv |
| Next by Thread: | [patch 2.4.25 14/15] pcnet32 another debug fix, Don Fry |
| Indexes: | [Date] [Thread] [Top] [All Lists] |