Hello! > + > +#define CONFIG_TX_DESCR_NUM 8 > +#define CONFIG_RX_DESCR_NUM 8 > +#define CONFIG_ETH_BUFSIZE 2048 Isn't it too BIG size for normal ethernet frame, unless we need Jumbo Frame ? Thanks, Amit.