[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20110427.230951.260093496.davem@davemloft.net>
Date: Wed, 27 Apr 2011 23:09:51 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: david.ward@...mit.edu
Cc: netdev@...r.kernel.org, kaber@...sh.net
Subject: Re: [PATCH 2/2] macvlan: Send frames to AF_PACKET sockets attached
to lowerdev
From: David Ward <david.ward@...mit.edu>
Date: Thu, 21 Apr 2011 09:31:33 -0400
> dest = macvlan_hash_lookup(port, eth->h_dest);
> if (dest && dest->mode == MACVLAN_MODE_BRIDGE) {
> + dev_queue_xmit_nit(skb, vlan->lowerdev);
> unsigned int length = skb->len + ETH_HLEN;
> int ret = dest->forward(dest->dev, skb);
> macvlan_count_rx(dest, length,
Don't put actual code before variable declarations in a basic
block, modern variants of C accept this but this isn't C++.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists