Re: Error using rtems network legacy on MVME3100

2023-06-26 Thread Joel Sherrill
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

Re: Error using rtems network legacy on MVME3100

2023-06-26 Thread Heinz Junkes
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

Re: [EXTERNAL] Re: Error using rtems network legacy on MVME3100

2023-06-26 Thread Zainab Olalekan
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

Error using rtems network legacy on MVME3100

2023-06-22 Thread Zainab Olalekan
Hi everyone, I am having issues running rtems network legacy on the MVME3100 board. The configuration setup and output are below. Could you advise on how to resolve this problem? Thank you. NET_CFG_IFACE =tse1 NET_CFG_BOOT_PROT = dhcp NET_CFG_SELF_IP = xx.xx.xx.xx NET_CFG_NETMASK = 255.xx.xx.