[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1201872514.17661.50.camel@localhost.localdomain>
Date: Fri, 01 Feb 2008 14:28:34 +0100
From: Jesper Dangaard Brouer <jdb@...x.dk>
To: "netdev@...r.kernel.org" <netdev@...r.kernel.org>
Cc: "David S. Miller" <davem@...emloft.net>
Subject: Protocol handler for Marvell DSA EtherType packets
Hi Netdev
I writing a new protocol handler using dev_add_pack(). (For a Marvell
switch chip handling DSA (Distributed Switch Architecture) Ethertype
packets).
My protocol handler works and I get the skb. But I want to remove the
DSA Headers and send the packet back for normal processing on a
device. (I actually just want to be able to tcpdump these packets on
the device).
I'm removing the headers by:
skb_pull(skb, sizeof(struct dsa_header));
I'm trying to retransmit it by:
netif_rx(skb);
But it seems that I just retransmit the same packet without removing
the DSA headers.
Any hints about which functions I should use the remove the DSA header?
--
Med venlig hilsen / Best regards
Jesper Brouer
ComX Networks A/S
Linux Network developer
Cand. Scient Datalog / MSc.
Author of http://adsl-optimizer.dk
LinkedIn: http://www.linkedin.com/in/brouer
--
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