Quoting David Miller:
|  
|  I can't apply any of this Gerrit.
|  
|  What makes net/ipv4/udplite.c get built at all?  I see no
|  changes to net/ipv4/Makefile, so you must have stuffed up
|  the generation of your patches.
This is a misunderstanding: udplite.o will never be built, 
it is #included in udp.c. Witness

==> net/ipv4/udp.c, line 1727:
        
        /* the extensions for UDP-Lite (RFC 3828) */
        #include "udplite.c"

==> net/ipv6/udp.c, line 1009:
        /* the extensions for UDP-Lite (RFC 3828) */
        #include "udplite.c"


|  Please resubmit all 3 patches once you've corrected this
|  and actually _tested_ the patch you submitted.  You know,
I do not submit patches that I don't have tested myself. It
all works: no compile errors, all functions (UDPv4/v6 and 
UDP-Litev4/v6) confirmed to work.

You can find test applications for UDP-Lite (IPPROTO=136) on 

http://www.erg.abdn.ac.uk/users/gerrit/udp-lite/files/udplite_linux.tar.gz

(subdirectory apps/{sock,ttcp,vlc,client-server,perl_client-server}

Regards
Gerrit
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to