Re: [PATCH] net: add tulip (dec21143) driver

2019-10-22 Thread Jason Wang
On 2019/10/22 下午8:02, Peter Maydell wrote: On Tue, 22 Oct 2019 at 04:30, Jason Wang wrote: On 2019/10/20 上午1:38, Sven Schnelle wrote: This adds the basic functionality to emulate a Tulip NIC. Implemented are: - RX and TX functionality - Perfect Frame Filtering - Big/Little Endian

Re: [PATCH] net: add tulip (dec21143) driver

2019-10-22 Thread Peter Maydell
On Tue, 22 Oct 2019 at 04:30, Jason Wang wrote: > > > On 2019/10/20 上午1:38, Sven Schnelle wrote: > > This adds the basic functionality to emulate a Tulip NIC. > > > > Implemented are: > > > > - RX and TX functionality > > - Perfect Frame Filtering > > - Big/Little Endian descriptor support > > -

Re: [PATCH] net: add tulip (dec21143) driver

2019-10-22 Thread Peter Maydell
On Sat, 19 Oct 2019 at 18:40, Sven Schnelle wrote: > > This adds the basic functionality to emulate a Tulip NIC. > > Implemented are: > > - RX and TX functionality > - Perfect Frame Filtering > - Big/Little Endian descriptor support > - 93C46 EEPROM support > - LXT970 PHY > > Not implemented,

Re: [PATCH] net: add tulip (dec21143) driver

2019-10-21 Thread Jason Wang
On 2019/10/20 上午1:38, Sven Schnelle wrote: This adds the basic functionality to emulate a Tulip NIC. Implemented are: - RX and TX functionality - Perfect Frame Filtering - Big/Little Endian descriptor support - 93C46 EEPROM support - LXT970 PHY Not implemented, mostly because i had no OS

[PATCH] net: add tulip (dec21143) driver

2019-10-19 Thread Sven Schnelle
This adds the basic functionality to emulate a Tulip NIC. Implemented are: - RX and TX functionality - Perfect Frame Filtering - Big/Little Endian descriptor support - 93C46 EEPROM support - LXT970 PHY Not implemented, mostly because i had no OS using these functions: - Imperfect frame