From mboxrd@z Thu Jan 1 00:00:00 1970 From: Duncan Hare Date: Tue, 17 Apr 2018 11:59:05 -0700 Subject: [U-Boot] Network Packet Buffers: raspberrypi: variable uchar *net_rx_packets[PKTBUFSRX] in net/net.c Message-ID: <20180417115905.5964e350@raspberrypi> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Simon Is it possible to modify the network driver for the raspberry pi to use the buffer pool defined in net.c? It appears to have a single buffer, defined in the driver. In addition the buffer pool should be defined in memory outside the u-boot image. With the current definition is the buffer pool a part of the u-boot image? Thanks Duncan Hare