Re: [Qemu-devel] [PATCH v4 7/8] Add ENET/Gbps Ethernet support to FEC device

2016-05-25 Thread Jason Wang
On 2016年05月25日 03:33, Jean-Christophe DUBOIS wrote: Le 24/05/2016 04:16, Jason Wang a écrit : On 2016年05月21日 05:23, Jean-Christophe DUBOIS wrote: Le 20/05/2016 04:34, Jason Wang a écrit : On 2016年05月20日 02:14, Jean-Christophe DUBOIS wrote: Le 19/05/2016 05:48, Jason Wang a écrit : On

Re: [Qemu-devel] [PATCH v4 7/8] Add ENET/Gbps Ethernet support to FEC device

2016-05-24 Thread Jean-Christophe DUBOIS
Le 24/05/2016 04:16, Jason Wang a écrit : On 2016年05月21日 05:23, Jean-Christophe DUBOIS wrote: Le 20/05/2016 04:34, Jason Wang a écrit : On 2016年05月20日 02:14, Jean-Christophe DUBOIS wrote: Le 19/05/2016 05:48, Jason Wang a écrit : On 2016年05月19日 06:23, Jean-Christophe Dubois wrote: The E

Re: [Qemu-devel] [PATCH v4 7/8] Add ENET/Gbps Ethernet support to FEC device

2016-05-23 Thread Jason Wang
On 2016年05月21日 05:23, Jean-Christophe DUBOIS wrote: Le 20/05/2016 04:34, Jason Wang a écrit : On 2016年05月20日 02:14, Jean-Christophe DUBOIS wrote: Le 19/05/2016 05:48, Jason Wang a écrit : On 2016年05月19日 06:23, Jean-Christophe Dubois wrote: The ENET device (present in i.MX6) is "derived"

Re: [Qemu-devel] [PATCH v4 7/8] Add ENET/Gbps Ethernet support to FEC device

2016-05-20 Thread Jean-Christophe DUBOIS
Le 19/05/2016 20:37, Peter Maydell a écrit : On 19 May 2016 at 19:14, Jean-Christophe DUBOIS wrote: Le 19/05/2016 05:48, Jason Wang a écrit : On 2016年05月19日 06:23, Jean-Christophe Dubois wrote: It's ok to decide with "is-fec", but is it better to use a new type for that? Well, there is a lo

Re: [Qemu-devel] [PATCH v4 7/8] Add ENET/Gbps Ethernet support to FEC device

2016-05-20 Thread Jean-Christophe DUBOIS
Le 20/05/2016 04:34, Jason Wang a écrit : On 2016年05月20日 02:14, Jean-Christophe DUBOIS wrote: Le 19/05/2016 05:48, Jason Wang a écrit : On 2016年05月19日 06:23, Jean-Christophe Dubois wrote: The ENET device (present in i.MX6) is "derived" from FEC and backward compatible with it. This patch

Re: [Qemu-devel] [PATCH v4 7/8] Add ENET/Gbps Ethernet support to FEC device

2016-05-19 Thread Jason Wang
On 2016年05月20日 02:14, Jean-Christophe DUBOIS wrote: Le 19/05/2016 05:48, Jason Wang a écrit : On 2016年05月19日 06:23, Jean-Christophe Dubois wrote: The ENET device (present in i.MX6) is "derived" from FEC and backward compatible with it. This patch adds the necessary support of the added fea

Re: [Qemu-devel] [PATCH v4 7/8] Add ENET/Gbps Ethernet support to FEC device

2016-05-19 Thread Peter Maydell
On 19 May 2016 at 19:14, Jean-Christophe DUBOIS wrote: > Le 19/05/2016 05:48, Jason Wang a écrit : >> On 2016年05月19日 06:23, Jean-Christophe Dubois wrote: >> >> It's ok to decide with "is-fec", but is it better to use a new type for >> that? > > > Well, there is a lot of common code between FEC and

Re: [Qemu-devel] [PATCH v4 7/8] Add ENET/Gbps Ethernet support to FEC device

2016-05-19 Thread Jean-Christophe DUBOIS
Le 19/05/2016 05:48, Jason Wang a écrit : On 2016年05月19日 06:23, Jean-Christophe Dubois wrote: The ENET device (present in i.MX6) is "derived" from FEC and backward compatible with it. This patch adds the necessary support of the added feature in the ENET device to allow Linux to use it (on su

Re: [Qemu-devel] [PATCH v4 7/8] Add ENET/Gbps Ethernet support to FEC device

2016-05-18 Thread Jason Wang
On 2016年05月19日 06:23, Jean-Christophe Dubois wrote: The ENET device (present in i.MX6) is "derived" from FEC and backward compatible with it. This patch adds the necessary support of the added feature in the ENET device to allow Linux to use it (on supported processors). Signed-off-by: Jean-C

[Qemu-devel] [PATCH v4 7/8] Add ENET/Gbps Ethernet support to FEC device

2016-05-18 Thread Jean-Christophe Dubois
The ENET device (present in i.MX6) is "derived" from FEC and backward compatible with it. This patch adds the necessary support of the added feature in the ENET device to allow Linux to use it (on supported processors). Signed-off-by: Jean-Christophe Dubois --- Changes since v1: * Not present