Re: [PATCH 3/3] bonding: send ARP requests on interfaces other than the primary for tlb/alb
From: Jarek Poplawski <hidden>
Date: 2009-09-30 05:40:18
From: Jarek Poplawski <hidden>
Date: 2009-09-30 05:40:18
On 30-09-2009 07:20, Eric Dumazet wrote: ...
quoted
+ /* Choose an output channel for the ARP frame */ + tx_slave = rlb_choose_channel(skb, bond); - /* The ARP relpy packets must be delayed so that - * they can cancel out the influence of the ARP request. - */COmments should have the following form : /* * This is a fine comment */
It's "The preferred style for long (multi-line) comments [...]". Jarek P.