RE: 4.7 vs 5.2.1 SMP/UP bridging performance

From: Gerrit Nagelhout (gnagelhout_at_sandvine.com)
Date: 05/06/04

  • Next message: Eirik Oeverby: "Re: Enabling my second CPU"
    To: 'Robert Watson' <rwatson@freebsd.org>, freebsd-current@freebsd.org
    Date: Wed, 5 May 2004 19:38:38 -0400 
    
    

    Robert Watson wrote:

    >>
    >> With previous platforms I have worked on (vxWorks), we had similar
    >> issues, and ended up pushing buckets of packets through the
    >> data path,
    >> so each mutex was only taken once for every 10-100 packets.
    >>
    >> Also, polling is currently done by only one CPU at a time.
    >> If this were
    >> changed to have multiple threads poll multiple devices at
    >> the same time,
    >> the performance should become much better.
    >
    > Getting polling and SMP to play nicely would be a very good thing, but
    > isn't something I currently have the bandwidth to work on.
    > Don't suppose
    > we could interest you in that? :-)
    >

    I won't be able to work on that feature anytime soon, but if some
    prototyping turns out to have good results, and the mutex cost issues
    are worked out, it's quite likely that we'll try to implement it. The
    original author of the polling code (Luigi?) may have some input on
    this as well.

    Gerrit
    _______________________________________________
    freebsd-current@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-current
    To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"


  • Next message: Eirik Oeverby: "Re: Enabling my second CPU"

    Relevant Pages