Skip to content

ajwlucas/sc_ethernet

 
 

Repository files navigation

XCORE.com ETHERNET SOFTWARE COMPONENT .................................

Stable release

2.0

Status

Feature complete

Maintainer

https://github.com/DavidNorman

Description

Ethernet MII driver

Key Features

  • RX and TX in separate threads
  • Packet filtering by extension function
  • Memory based locking protocol
  • FIFO based memory allocation for lower RAM overhead
  • High priority (VLAN priority tag) queues
  • 802.1Qat traffic shaping
  • Dual port

Firmware Overview

RX and TX are defined as functions which each run in their own thread. Thread count is 5 for single port, and 7 for dual port support. Both ports must be MII and attached to the same xcore.

Full documentation can be found at http://xcore.github.com/sc_ethernet/

Known Issues

  • The rx_packet-rx_packet timing constraint may fail because of the user defined packet filters. The user is required to fill in the timing details inside any user specified filter in order to help the XTA analyze the receive filter timing correctly.

Required Modules

xcommon

Support

Issues may be submitted via the Issues tab in this github repo. Response to any issues submitted as at the discretion of the maintainer for this line.

Packages

No packages published

Languages

  • C 87.0%
  • Assembly 11.6%
  • Shell 1.4%