public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
From: Sebastian Huber <sebastian.huber@embedded-brains.de>
To: newlib@sourceware.org
Subject: [PATCH v2 3/8] Increase MSIZE for RTEMS
Date: Wed, 24 May 2017 09:34:00 -0000	[thread overview]
Message-ID: <20170524093359.18334-3-sebastian.huber@embedded-brains.de> (raw)
In-Reply-To: <20170524093359.18334-1-sebastian.huber@embedded-brains.de>

Increase the MSIZE for RTEMS to be in line with the latest FreeBSD
version.  The legacy network stack of RTEMS will provides its own
definition.

Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
---
 newlib/libc/sys/rtems/include/sys/param.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/newlib/libc/sys/rtems/include/sys/param.h b/newlib/libc/sys/rtems/include/sys/param.h
index 1778ec3a8..06ef0ecff 100644
--- a/newlib/libc/sys/rtems/include/sys/param.h
+++ b/newlib/libc/sys/rtems/include/sys/param.h
@@ -99,7 +99,7 @@
  * MCLBYTES must be no larger than PAGE_SIZE.
  */
 #ifndef	MSIZE
-#define	MSIZE		128		/* size of an mbuf */
+#define	MSIZE		256		/* size of an mbuf */
 #endif
 
 #ifndef	MCLSHIFT
-- 
2.12.0

  parent reply	other threads:[~2017-05-24  9:34 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-24  9:34 [PATCH v2 1/8] Add generic <machine/_align.h> " Sebastian Huber
2017-05-24  9:34 ` [PATCH v2 8/8] Add de-facto standard <sys/ioctl.h> " Sebastian Huber
2017-05-24  9:34 ` [PATCH v2 2/8] FreeBSD compatibility for RTEMS <sys/param.h> Sebastian Huber
2017-05-24  9:34 ` [PATCH v2 4/8] Move ARM access.c from machine to sys Sebastian Huber
2017-05-24  9:34 ` [PATCH v2 6/8] FreeBSD compatibility for RTEMS <sys/cpuset.h> Sebastian Huber
2017-05-24  9:34 ` [PATCH v2 5/8] Add __bitcount*() to RTEMS <machine/types.h> Sebastian Huber
2017-05-24  9:34 ` Sebastian Huber [this message]
2017-05-24  9:35 ` [PATCH v2 1/8] Add generic <machine/_align.h> for RTEMS Sebastian Huber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170524093359.18334-3-sebastian.huber@embedded-brains.de \
    --to=sebastian.huber@embedded-brains.de \
    --cc=newlib@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).