[Bug 1844] New: MP_PACKET_MINIMUM_PACKET_SIZE too small

bugzilla-daemon at rtems.org bugzilla-daemon at rtems.org
Thu Jul 21 06:51:01 UTC 2011


https://www.rtems.org/bugzilla/show_bug.cgi?id=1844

           Summary: MP_PACKET_MINIMUM_PACKET_SIZE too small
           Product: RTEMS
           Version: HEAD
          Platform: All
        OS/Version: RTEMS
            Status: NEW
          Severity: normal
          Priority: P3
         Component: cpukit
        AssignedTo: joel.sherrill at oarcorp.com
        ReportedBy: sebastian.huber at embedded-brains.de


Currently we have sizeof(Message_queue_MP_Packet) >
MP_PACKET_MINIMUM_PACKET_SIZE (at least on PowerPC).  Therefore we should
increase MP_PACKET_MINIMUM_PACKET_SIZE.

Index: score/include/rtems/score/mppkt.h
===================================================================
--- score/include/rtems/score/mppkt.h   (revision 5018)
+++ score/include/rtems/score/mppkt.h   (working copy)
@@ -99,7 +99,7 @@
 /**
  *  An MPCI must support packets of at least this size.
  */
-#define MP_PACKET_MINIMUM_PACKET_SIZE  64
+#define MP_PACKET_MINIMUM_PACKET_SIZE  128

 /**
  *  The following constant defines the number of uint32_t  's

-- 
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the bugs mailing list