Re: [mpls-linux-general] Netlink Vs ioctl
Status: Beta
Brought to you by:
jleu
From: James R. L. <jl...@mi...> - 2002-02-13 17:09:55
|
On Wed, Feb 13, 2002 at 04:13:34PM +0530, jagdish Garg wrote: > Hi > In the mpls implementation both netlink and ioctls are used for > communication with mpls/kernel code . Is there any specific reason for > using ioctl for some modification and netlink for others. > Can any body guide me which is more efficient? Originally I used ioctl for everything. Then I switch to using netlink for everthing execpt for things related to MPLS tunnels. Now (in mpls-linux-1.1xx) I've moved back to using ioctl for everything. Netlink is nice, it works, but is a little over kill for what I'm doing. If I ever need to send notification back to userland about MPLS changes, then I'll consider netlink again. > Thanks in advance > Jagdish Garg > > > > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general -- James R. Leu |