qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] net: vmxnet: initialise local tx descriptor


From: Jason Wang
Subject: Re: [Qemu-devel] [PATCH] net: vmxnet: initialise local tx descriptor
Date: Fri, 21 Oct 2016 10:03:37 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0



On 2016年10月19日 03:35, P J P wrote:
   Hello Jason,

+-- On Thu, 11 Aug 2016, Dmitry Fleytman wrote --+
| Reviewed-by: Dmitry Fleytman <address@hidden>
|
| > @@ -531,6 +531,7 @@ static void vmxnet3_complete_packet(VMXNET3State *s, 
int qidx, uint32_t tx_ridx)
| >
| >     VMXNET3_RING_DUMP(VMW_RIPRN, "TXC", qidx, 
&s->txq_descr[qidx].comp_ring);
| >
| > +    memset(&txcq_descr, 0, sizeof(txcq_descr));
| >     txcq_descr.txdIdx = tx_ridx;

  It seems this one is not pulled upstream yet? There is another one like it.
(just checking)

My bad, this patch was missed for some reason. I've queued this in my tree.

Thanks


Thank you.
--
Prasad J Pandit / Red Hat Product Security Team
47AF CE69 3A90 54AA 9045 1053 DD13 3D32 FE5B 041F





reply via email to

[Prev in Thread] Current Thread [Next in Thread]