netdev
[Top] [All Lists]

[PATCH 2.4] backport neighbour cache redesign

To: David Miller <davem@xxxxxxxxxxxxx>
Subject: [PATCH 2.4] backport neighbour cache redesign
From: Harald Welte <laforge@xxxxxxxxxxxx>
Date: Thu, 30 Sep 2004 17:47:53 +0200
Cc: Linux Netdev List <netdev@xxxxxxxxxxx>
Sender: netdev-bounce@xxxxxxxxxxx
User-agent: Mutt/1.5.6+20040818i
Hi Dave!

I've now finished the 2.4.x backport of the neighbour cache redesign.
The patch applies to 2.4.28-pre3-bk5.

It compiles cleanly, and ipv4/ipv6 are working as expected.  I don't
have a decnet or atm test setup, so I leave testing to somebody else ;)

Let's hope I didn't introduce new bugs, the merging got a bit ugly since
percpu is missing and (more important) 2.4.x networking didn't yet use
seq_file.  So in some cases like ATM, clip is now using seq_file, while
everything else uses the old get_info() proc methods.

Cheers,
        Harald

-- 
- Harald Welte <laforge@xxxxxxxxxxxx>               http://www.gnumonks.org/
============================================================================
Programming is like sex: One mistake and you have to support it your lifetime

Attachment: 2.4.28-pre3-bk5-neigh26.patch
Description: Text document

Attachment: signature.asc
Description: Digital signature

<Prev in Thread] Current Thread [Next in Thread>
  • [PATCH 2.4] backport neighbour cache redesign, Harald Welte <=