lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [task #6849] Test how checksum on copy could be integrated


From: Simon Goldschmidt
Subject: [lwip-devel] [task #6849] Test how checksum on copy could be integrated into the stack
Date: Fri, 04 May 2007 06:40:50 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3

URL:
  <http://savannah.nongnu.org/task/?6849>

                 Summary: Test how checksum on copy could be integrated into
the stack
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: goldsimon
            Submitted on: Freitag 04.05.2007 um 06:40
                Category: None
         Should Start On: Freitag 04.05.2007 um 00:00
   Should be Finished on: Freitag 04.05.2007 um 00:00
                Priority: 1 - Later
                  Status: None
                 Privacy: Public
        Percent Complete: 0%
             Assigned to: goldsimon
             Open/Closed: Open
         Discussion Lock: Any
                  Effort: 0.00

    _______________________________________________________

Details:

Creating the checksum for UDP/TCP pbufs could be done when copying them (e.g.
in tcp_enqueue() if copy==1), which could significantly increase send
performance.

This would have to be included in pbufs somehow...

And on the receive side, I'm not sure but I think theres not speed gain as
long as it can't be included in the network driver (only if the network
driver does copy using memcpy(), which is slow anyway...)




    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/task/?6849>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]