DragonFly BSD
DragonFly commits List (threaded) for 2010-10
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: network - Fix udp multicast assertion & mplock for ip_output


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 4 Oct 2010 08:35:43 -0700 (PDT)

commit 42033fe6ad16e28f126c32e3a7f1657c60c3c382
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Mon Oct 4 08:34:03 2010 -0700

    network - Fix udp multicast assertion & mplock for ip_output
    
    * Fix an assertion which is no longer valid, the MP lock is no longer
      held by the caller when passing a multicast packet into ip_output.
    
    * Move the mp lock for udp multicast packets inward.  The underlying code
      still isn't mpsafe.
    
    Reported-by: "Edward O'Callaghan" <eocallaghan@auroraux.org>

Summary of changes:
 sys/netinet/ip_output.c |   25 ++++++++++---------------
 1 files changed, 10 insertions(+), 15 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/42033fe6ad16e28f126c32e3a7f1657c60c3c382


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]