Hi
The message "sec1: (tsec ethernet) Your application has not enough mbuf
clusters configured for this driver." would normally indicate that you
don't have enough mbuf memory configured. See
https://git.rtems.org/network-demos/tree/networkconfig-mpc8313erdb.h
around line 88 for the parameters
For the Legacy stack you have to define MBUFS in rtems_bsdnet_config.
Example from EPICS:
os/CONFIG.Common.RTEMS-mvme3100:ARCH_DEP_CFLAGS +=
-DRTEMS_NETWORK_CONFIG_MBUF_SPACE=2048
struct rtems_bsdnet_config rtems_bsdnet_config = {
FIRST_DRIVER_CONFIG, /* Link to next interface */
MY
Increasing the size of the allocated memory worked. Thank you!
On Jun 23, 2023 08:20, Joel Sherrill wrote:
Hi
The message "sec1: (tsec ethernet) Your application has not enough mbuf
clusters configured for this driver." would normally indicate that you don't
have enough mbuf memory configured