Re: sch_prio.c vs CONFIG_NETDEVICES_MULTIQUEUE

2007-10-23 Thread David Miller
From: Pavel Emelyanov <[EMAIL PROTECTED]> Date: Tue, 23 Oct 2007 17:01:24 +0400 > Fix more users of netiff_subqueue_stopped. To check for the > queue id one must use the __netiff_subqueue_stoped call. > > These run out of my sight when I made the > 668f895a85b0c3a62a690425145f13dabebebd7a commit

Re: sch_prio.c vs CONFIG_NETDEVICES_MULTIQUEUE

2007-10-23 Thread Pavel Emelyanov
Try with this patch. Log: Fix more users of netiff_subqueue_stopped. To check for the queue id one must use the __netiff_subqueue_stoped call. These run out of my sight when I made the 668f895a85b0c3a62a690425145f13dabebebd7a commit :( Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> --- di

Re: sch_prio.c vs CONFIG_NETDEVICES_MULTIQUEUE

2007-10-23 Thread Patrick McHardy
CCed Pavel Alexey Dobriyan wrote: gcc spits following warnings net/sched/sch_prio.c:139: warning: passing argument 2 of 'netif_subqueue_stopped' makes pointer from integer without a cast net/sched/sch_prio.c:169: warning: passing argument 2 of 'netif_subqueue_stopped' makes pointer from integ

sch_prio.c vs CONFIG_NETDEVICES_MULTIQUEUE

2007-10-23 Thread Alexey Dobriyan
gcc spits following warnings net/sched/sch_prio.c:139: warning: passing argument 2 of 'netif_subqueue_stopped' makes pointer from integer without a cast net/sched/sch_prio.c:169: warning: passing argument 2 of 'netif_subqueue_stopped' makes pointer from integer without a cast and he is dead rig