On 05/29/2018 02:34 PM, Philippe Mathieu-Daudé wrote: > Hi Cédric, > > On 05/29/2018 03:28 AM, Cédric Le Goater wrote: >> Hello, >> >> Here is a couple of enhancements and fixes for the ftgmac100 NIC used >> on the Aspeed SoC. It includes VLAN and multicast support. >> >> Following is an assorted set of changes for the NC-SI backend also >> used on the Aspeed SoC when soldered on OpenPOWER boards. These fix a >> few problems found when running OpenBMC on aspeed QEMU machines. >> >> Thanks, >> >> Cédric. >> >> Cédric Le Goater (6): >> ftgmac100: compute maximum frame size depending on the protocol >> ftgmac100: add IEEE 802.1Q VLAN support >> net/ftgmac100: fix multicast hash routine >> slirp/ncsi: fix "Get Version ID" payload length >> slirp/ncsi: add a "Get Parameter" response >> slirp/ncsi: add checksum support > > Doesn't it make more sens to have slirp patches applied previous to the > ftgmac100 model?
why ? They are not necessarily dependent. C. > >> >> include/hw/net/ftgmac100.h | 7 +++++- >> hw/net/ftgmac100.c | 59 >> +++++++++++++++++++++++++++++++++++----------- >> slirp/ncsi.c | 54 +++++++++++++++++++++++++++++++++++++----- >> 3 files changed, 99 insertions(+), 21 deletions(-) >>