From: "Jorge Boncompte [DTI2]" <jorge@dti2.net>
To: igorm@etf.rs
Cc: netdev@vger.kernel.org, davem@davemloft.net
Subject: Re: MPLS for Linux kernel
Date: Tue, 22 Nov 2011 13:30:15 +0100 [thread overview]
Message-ID: <4ECB95D7.7030702@dti2.net> (raw)
In-Reply-To: <CAFdo_mXzqC_v5OkC6P012gFT_OmRO_yDTA0w96VhV-Lp3Hp7Fw@mail.gmail.com>
El 22/11/2011 9:52, Igor Maravić escribió:
> What are the main reasons for You to think that mpls-linux is not
> ready to go upstream?
> As I said, I fixed a lot of bugs so code can be run with all the
> kernel hacking options enabled, without causing panics and oopses.
> Also fixed a lot of other things and added preprocessor if statements
> where code is intertwined with normal kernel code, so I'm sure that it
> want break existing kernel compilation if the kernel is compiled
> without MPLS.
> Why would it be so hard to implemented it in terms of packet scheduler?
First, please, don't top post.
You keep insisting in that you fixed a lot of things, but you have provided a
git tree with just one big commit and say that have taken some of my patches on
it, could you please provide patches on TOP of the sourceforge code for the
things that are not fixed there? And for the new features like the MIB stats
work that you have done? It seems to me that you have not noticed that while
fixing bugs I have reworked a lot of code to make it cleaner or simpler, simply
deleted it and fixed the style.
What's needs to be done, and it's on my TODO list...
The kernel code that is not commented out on the mpls-linux code when you build
the kernel it the shim layer and it's not done on purpose. This code was written
by James to be a generic feature of the networking layer. Now I am not sure that
it has any value keeping it and am for removing it.
The other thing that probably I am going to remove is the labelspace support. I
don't see a use for it, and even Cisco doesn't implement it either that I know.
Then we must rework the netlink interface to make it cleaner and extensible.
Move the tunnel code to use the netlink interface and generic tunnel code.
Check the dst's usages, there has been a lot of changes in the core kernel here
lately and I am not sure if we are using it correctly.
Check the locking and RCU usage.
Look for a way to remove the mpls_ptr from the net_device structure. There's
code on another branch that does a radix-tree lookup for every packet but I
would like something simpler/lighter.
As I said I am not for implementing MPLS support on top of the openvswitch
stuff, that I don't know, like I don't think that we are going to port the
bridge, vlan, ip_gre, or even l2tp support over it, aren't we? :)
I am committed to support this code as best as I can and try to get it merged
but I would be nice if at least I can receive I confirmation of where we are
heading on upstream.
Regards,
Jorge
next prev parent reply other threads:[~2011-11-22 12:36 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-20 21:59 MPLS for Linux kernel Igor Maravić
2011-11-21 15:01 ` Jorge Boncompte [DTI2]
2011-11-21 17:17 ` Stephen Hemminger
2011-11-21 17:46 ` Jorge Boncompte [DTI2]
2011-11-21 18:29 ` David Miller
2011-11-21 19:18 ` Jorge Boncompte [DTI2]
2011-11-22 8:52 ` Igor Maravić
2011-11-22 12:30 ` Jorge Boncompte [DTI2] [this message]
2011-11-22 13:55 ` Igor Maravić
2011-11-22 14:33 ` Jorge Boncompte [DTI2]
2011-11-22 14:35 ` Jorge Boncompte [DTI2]
2011-11-22 15:51 ` Igor Maravić
2011-11-22 21:41 ` Igor Maravić
2011-11-22 21:49 ` David Miller
2011-11-23 7:09 ` Igor Maravić
2011-11-24 23:39 ` Glen Turner
2011-11-25 5:43 ` David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4ECB95D7.7030702@dti2.net \
--to=jorge@dti2.net \
--cc=davem@davemloft.net \
--cc=igorm@etf.rs \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.