[gem][minip][pktbuf] Improvements for TX scatter gather functionality

- GEM now supports asynchronous scatter-gather queuing and properly handling
  pktbuf ownership
- General stack cleanups in Minip
- pktbufs now grab buffers from the user, or from a preallocated pool
This commit is contained in:
Christopher Anderson
2014-12-15 13:59:17 -08:00
parent 94cf843de1
commit d352ac1d2b
12 changed files with 540 additions and 419 deletions

View File

@@ -180,7 +180,7 @@ void target_early_init(void)
void target_init(void)
{
gem_init(GEM0_BASE, 256*1024);
gem_init(GEM0_BASE);
}
void target_set_debug_led(unsigned int led, bool on)