Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×
Facebook Networking The Internet BSD

Facebook Seeks Devs To Make Linux Network Stack As Good As FreeBSD's 195

An anonymous reader writes Facebook posted a career application which, in their own words is 'seeking a Linux Kernel Software Engineer to join our Kernel team, with a primary focus on the networking subsystem. Our goal over the next few years is for the Linux kernel network stack to rival or exceed that of FreeBSD.' Two interesting bullet points listing "responsibilities": Improve IPv6 support in the kernel, and eliminate perf and stability issues. FB is one of the worlds largest IPv6 deployments; Investigate and participate in emerging protocols (MPTCP, QUIC, etc) discussions,implementation, experimentation, tooling, etc.
This discussion has been archived. No new comments can be posted.

Facebook Seeks Devs To Make Linux Network Stack As Good As FreeBSD's

Comments Filter:
  • by Anonymous Coward on Wednesday August 06, 2014 @01:35PM (#47615343)

    Why not use FreeBSD? It's already there and at least as good as linux. Or have they perhaps hung themselves on systemd?

  • by johanwanderer ( 1078391 ) on Wednesday August 06, 2014 @01:38PM (#47615381)
    It might be a silly question, but why don't they just use FreeBSD in that case?
  • by gstoddart ( 321705 ) on Wednesday August 06, 2014 @01:39PM (#47615385) Homepage

    Look, this is FreeBSD ... why not just take their damned code?

    It's not like you're not allowed to do that. That's what is great about the BSD license.

    If FreeBSD's network stack is what you aspire to, why reinvent the wheel?

  • by Bengie ( 1121981 ) on Wednesday August 06, 2014 @01:44PM (#47615429)
    You can't just copy/paste code and expect it to work, it must be refactored, and may not even be compatible until completely new features are added in the current code to allow the new code to function. It's like saying "that fusion reactor is an open design, why not just place that in our coal power plant?". You may need to make some changes to your current power plant before you change its core.
  • by CadentOrange ( 2429626 ) on Wednesday August 06, 2014 @01:48PM (#47615471)
    What makes the FreeBSD network stack superior?
  • by gstoddart ( 321705 ) on Wednesday August 06, 2014 @01:59PM (#47615565) Homepage

    Licensing? Can code released under the BSD license be re-released under the GPL?

    Been years since I read the license, but the BSD licenses are pretty permissive, to the extent you can take BSD stuff and use it as a basis for commercial products.

    BSD has always been about writing awesome code, and letting people do what they want with it, as opposed to imposing ideology on people.

    I'd be surprised if Linux doesn't already have code from FreeBSD in it.

  • by Anonymous Coward on Wednesday August 06, 2014 @02:32PM (#47615911)

    BSD doesn't use tricks, at least not any that Linux doesn't use.

    The problem with Linux is two-fold. 1) feature creep. Look at the Linux code and then at the FreeBSD code. Linux is totally convoluted, partly because of the million random patches that have touched the code. BSDs are much more systematic when adding or changing features. It's a tighter knit community.

    2) Linux has had a ton of real-time patches applied. Generally speaking, real-time algorithms and tweaks will run slower overall. There's often a tradeoff between efficiency and low-latency.

  • by phizi0n ( 1237812 ) on Wednesday August 06, 2014 @02:33PM (#47615939)

    I don't understand why there's all these comments saying they should just use FreeBSD. There are many reasons to despise Facebook but their desire to improve the Linux networking stack is admirable. We should be encouraging corporations to contribute to OSS, not telling them to just use that other thing that is better in some ways but not others. Kudos to them for contributing back to the projects they use.

  • by rogoshen1 ( 2922505 ) on Wednesday August 06, 2014 @02:48PM (#47616091)

    Yes, but Facebook. Somewhere between working for the SS and Big Tobacco.

  • by Pieroxy ( 222434 ) on Wednesday August 06, 2014 @03:10PM (#47616301) Homepage

    Don't you think it's easier and cheaper to optimize the network stack of Linux rather than writing tons of hardware drivers for FreeBSD? Hardware which, most of the time, will be undocumented. Furthermore, when you change your servers, yay, more drivers to write...

  • by Anonymous Coward on Wednesday August 06, 2014 @03:49PM (#47616609)

    The binary package manager is a pain in the ass in FreeBSD. Linux and FreeBSD are a royal pain in the ass to recompile from source and mix binary packages, as there's entire chains of dependency hell you have to go through if you need X but not Y.

    FreeBSD's hardware support isn't quite as diverse as Linux, but that's mostly in the "desktop" department. I'd say the hardware support is superior on FreeBSD for server platforms, as there's less "cooks in the kitchen"

    Where Linux is terribly weak though is on networking. There is no support for network card features designed to improve performance or reduce buffer bloats. Linux insists on doing absolutely everything on the CPU, and as much in user-space as possible, so from a security point of view it has some advantages in that design, but from a performance point of view, this is what makes it awful as a virtual machine OS, because there's multiple layers of virtual CPU's doing things in software that it should be doing in hardware.

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...