protecting netgraph calls from outside of the network context

From: Dmitri Denissov (ddenissov_at_sandvine.com)
Date: 05/20/04

  • Next message: Julian Elischer: "Re: protecting netgraph calls from outside of the network context"
    To: freebsd-net@freebsd.org
    Date: Thu, 20 May 2004 13:38:11 -0400
    
    

    Hi,

    Currently netgraph code uses splnet/splx to protect timeout calls.
    This doesn't work with 5.2 SMP kernel. What is the proper method
    here for a custom netgraph node? Is the Giant lock only the way?

    Thanks

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

  • Next message: Julian Elischer: "Re: protecting netgraph calls from outside of the network context"