]> git.neil.brown.name Git - history.git/commit
[DDP]: Convert to new protocol interface.
authorStephen Hemminger <shemminger@osdl.org>
Sat, 30 Aug 2003 12:29:49 +0000 (05:29 -0700)
committerStephen Hemminger <shemminger@osdl.org>
Sat, 30 Aug 2003 12:29:49 +0000 (05:29 -0700)
commit7ab442d7e0a76402c12553ee256f756097cae2d2
tree674e31052503c4612664fe7168c10f3ce71c992b
parent3fd80853acc9a36ee80f83027f63f9c9d43b646b
[DDP]: Convert to new protocol interface.

Convert ddp to the new protocol interface which means it has to
handle fragmented skb's.  The only big change is in the checksum
routine which has to do more work (like skb_checksum).

Minor speedup is folding the carry to avoid a branch.

Tested against a 2.4 system and by running both code over
a range of packets.
net/appletalk/ddp.c