[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20161117.114529.1851585222876647915.davem@davemloft.net>
Date: Thu, 17 Nov 2016 11:45:29 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: hannes@...essinduktion.org
Cc: idosch@...sch.org, jiri@...nulli.us, netdev@...r.kernel.org,
idosch@...lanox.com, eladr@...lanox.com, yotamg@...lanox.com,
nogahf@...lanox.com, arkadis@...lanox.com, ogerlitz@...lanox.com,
roopa@...ulusnetworks.com, dsa@...ulusnetworks.com,
nikolay@...ulusnetworks.com, andy@...yhouse.net,
vivien.didelot@...oirfairelinux.com, andrew@...n.ch,
f.fainelli@...il.com, alexander.h.duyck@...el.com,
kuznet@....inr.ac.ru, jmorris@...ei.org, yoshfuji@...ux-ipv6.org,
kaber@...sh.net
Subject: Re: [patch net-next 6/8] ipv4: fib: Add an API to request a FIB
dump
From: Hannes Frederic Sowa <hannes@...essinduktion.org>
Date: Thu, 17 Nov 2016 15:36:48 +0100
> The other way is the journal idea I had, which uses an rb-tree with
> timestamps as keys (can be lamport timestamps). You insert into the tree
> until the dump is finished and use it as queue later to shuffle stuff
> into the hardware.
If you have this "place" where pending inserts are stored, you have
a policy decision to make.
First of all what do other lookups see when there are pending entires?
If, once inserted into the pending queue, you return success to the
inserting entity, then you must make those pending entries visible
to lookups.
If you block the inserting entity, well that doesn't make a lot of
sense. If blocking is a workable solution, then we can just block the
entire insert while this FIB dump to the device driver is happening.
But I am pretty sure the idea of blocking modifications for so long
was considered undesirable.
Powered by blists - more mailing lists