Hi,

I'm trying to configure the network interface on my Zynq Board using the 
instructions provided in Ch4.3.3 of the RTEMS Networking Guide 
(https://docs.rtems.org/branches/master/networking/using_networking_rtems_app.html#network-configuration)
 in order to increase the size of my udp receive buffers.

According to this guide the bsp usually defines RTEMS_BSP_NETWORK_DRIVER_NAME 
and the driver attach function RTEMS_BSP_DRIVER_ATTACH.

The Zynq bsp doesn't seem to define either one of these but looking at the 
mailing list I see an attempt was made back in 2013 
(https://lists.rtems.org/pipermail/devel/2013-April/002915.html), however it 
seems to have probably been removed since due to the Xilinx Specific function 
calls it used.

My question is, is there a way through libbsd that I can set up my UDP and 
TCP/IP socket sizes or are the network driver and attach function defined for 
the Zynq somewhere that I can use to configure the network on my Zynq platform 
using the instructions in the documentation?

This is my first time trying to do this with RTEMS so any pointers would be 
greatly appreciated!

Thanks!

Avi
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to