Re: [Qemu-devel] [PATCH] rtl8139: using CP_TX_OWN for ownership transferring during tx

2016-04-04 Thread Jason Wang
On 04/01/2016 10:53 AM, Jason Wang wrote: > Through CP_TX_OWN and CP_RX_OWN points to the same bit, we'd better use > CP_TX_OWN for tx descriptor handling. > > Signed-off-by: Jason Wang > --- > hw/net/rtl8139.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/net/rtl8

[Qemu-devel] [PATCH] rtl8139: using CP_TX_OWN for ownership transferring during tx

2016-03-31 Thread Jason Wang
Through CP_TX_OWN and CP_RX_OWN points to the same bit, we'd better use CP_TX_OWN for tx descriptor handling. Signed-off-by: Jason Wang --- hw/net/rtl8139.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/net/rtl8139.c b/hw/net/rtl8139.c index fee97bf..1e5ec14 100644 --- a