History log of /seL4-refos-master/projects/util_libs/libethdrivers/src/plat/pc99/intel.c
Revision Date Author Comments
# fe8f21fb 21-May-2020 Kent McLeod <Kent.Mcleod@data61.csiro.au>

trivial: Fix incorrect ring setup in ethdrivers

Both intel and tx2 drivers incorrectly configured the amount of
descriptors in the rings slightly.


# 675307ba 21-May-2020 Kent McLeod <Kent.Mcleod@data61.csiro.au>

ethdrivers, intel: Fill rx buffers early in poll

If filling rx buffers had previously failed due to no available buffers,
then try and refill again the next time poll is called to minimize
dropping packets.


# c5a8ab5f 03-May-2020 Kent McLeod <Kent.Mcleod@data61.csiro.au>

libethdrivers: Update tx2 and intel drivers

Add a new initialization mechanism for drivers to allocate their own
resources that use the driver framework interfaces.


# ae89fd72 24-Jan-2020 Jingyao Zhou <Jingyao.Zhou@data61.csiro.au>

trivial: Fixed style


# 6ae1317d 24-Jan-2020 Jingyao Zhou <Jingyao.Zhou@data61.csiro.au>

pc99: Allow user to configure promiscuous mode

Remove the hardcoded promiscuous mode configuration and
allow user to make decision.


# d4da0d89 24-Jan-2020 Jingyao Zhou <Jingyao.Zhou@data61.csiro.au>

pc99: Add function for getting MAC addr

Add get_mac function to raw_iface_funcs so Ethdriver
components can get device MAC address


# bca9b499 21-May-2019 Yu Hou <Yu.Hou@data61.csiro.au>

libethdrivers: include config of lwip and picotcp

since global autoconf is removed, we need to explicitly
include the config of lwip and picotcp which will further
indicate the existance of corresponding lib


# 398af6af 13-Jul-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Fix whitespace

- remove trailing whitespace
- remove duplicate blank lines
- remove blank lines at end of file


# 9deb65ea 31-May-2017 Kent McLeod <Kent.Mcleod@data61.csiro.au>

Change 1 << * to BIT(*) in some cases


# a7130f9f 04-Jun-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

fix licenses


# 0be3dcfe 16-Jan-2017 Adrian Danis <Adrian.Danis@data61.csiro.au>

libethdrivers: Support 64-bit physical addresses in intel driver


# 6c794f6d 08-Dec-2016 Adrian Danis <Adrian.Danis@data61.csiro.au>

libethdrivers: Force constant to be 32-bit type