Re: [PATCH 2/2] IPVS: Add genetlink interface implementation

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Thomas Graf
Date: Thursday, July 10, 2008 - 7:41 am

* Julius Volz <juliusv@google.com> 2008-07-10 14:33

Thanks for the note, I will fix that.


Yes, that's the easiest solution and it doesn't really cost you
anything besides the slightly bigger allocation.


It should follow the same semantics as with dumps. Netlink is typically
used in an object context, where objects are requested, added or deleted. 
Basically, a dump is a request to fill the userspace listening part with
all objects of the specified type. genetlink is a bit special as it
moved away from the traditional 4 commands per family (get, new, set,
delete) but in a case like IPVS where you are in fact managing objects
it does make sense to stick to the known semantics.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH 2/2] IPVS: Add genetlink interface implementation, YOSHIFUJI Hideaki / , (Wed Jul 9, 8:17 am)
Re: [PATCH 2/2] IPVS: Add genetlink interface implementation, Patrick McHardy, (Thu Jul 10, 5:15 am)
Re: [PATCH 2/2] IPVS: Add genetlink interface implementation, Thomas Graf, (Thu Jul 10, 7:41 am)