Re: [PATCH net-next-2.6] net: netif_setup_tc() is static
From: John Fastabend <hidden>
Date: 2011-01-21 17:54:54
From: John Fastabend <hidden>
Date: 2011-01-21 17:54:54
On 1/20/2011 9:18 PM, Eric Dumazet wrote:
Le mercredi 19 janvier 2011 à 23:41 -0800, David Miller a écrit :quoted
From: John Fastabend <redacted> Date: Mon, 17 Jan 2011 10:06:04 -0800quoted
This patch provides a mechanism for lower layer devices to steer traffic using skb->priority to tx queues....quoted
Signed-off-by: John Fastabend <redacted>Applied.Hi John Should netif_setup_tc() be static, or is it meant to be exported somehow ? [PATCH net-next-2.6] net: netif_setup_tc() is static Signed-off-by: Eric Dumazet <redacted> ---
Acked-by: John Fastabend <redacted> Yes this should be static. Thanks Eric!