Displaying 4 results from an estimated 4 matches for "koomsin".
Did you mean:
koansin
2018 Oct 11
0
[PATCH] virtio_net: enable tx after resuming from suspend
On 2018?10?11? 18:22, ake wrote:
>
> On 2018?10?11? 18:44, Jason Wang wrote:
>>
>> On 2018?10?11? 15:51, Ake Koomsin wrote:
>>> commit 713a98d90c5e ("virtio-net: serialize tx routine during reset")
>>> disabled the virtio tx before going to suspend to avoid a use after free.
>>> However, after resuming, it causes the virtio_net device to lose its
>>> network connectiv...
2018 Oct 12
0
[PATCH] virtio_net: enable tx after resuming from suspend
On 2018?10?12? 12:30, ake wrote:
>
> On 2018?10?11? 22:06, Jason Wang wrote:
>>
>> On 2018?10?11? 18:22, ake wrote:
>>> On 2018?10?11? 18:44, Jason Wang wrote:
>>>> On 2018?10?11? 15:51, Ake Koomsin wrote:
>>>>> commit 713a98d90c5e ("virtio-net: serialize tx routine during reset")
>>>>> disabled the virtio tx before going to suspend to avoid a use after
>>>>> free.
>>>>> However, after resuming, it causes the virtio_net devi...
2018 Oct 11
0
[PATCH] virtio_net: enable tx after resuming from suspend
On 2018?10?11? 15:51, Ake Koomsin wrote:
> commit 713a98d90c5e ("virtio-net: serialize tx routine during reset")
> disabled the virtio tx before going to suspend to avoid a use after free.
> However, after resuming, it causes the virtio_net device to lose its
> network connectivity.
>
> To solve the issu...
2018 Oct 16
0
[PATCH] virtio_net: enable tx after resuming from suspend
...ng wrote:
>>>
>>> On 2018?10?12? 12:30, ake wrote:
>>>> On 2018?10?11? 22:06, Jason Wang wrote:
>>>>> On 2018?10?11? 18:22, ake wrote:
>>>>>> On 2018?10?11? 18:44, Jason Wang wrote:
>>>>>>> On 2018?10?11? 15:51, Ake Koomsin wrote:
>>>>>>>> commit 713a98d90c5e ("virtio-net: serialize tx routine during reset")
>>>>>>>> disabled the virtio tx before going to suspend to avoid a use after
>>>>>>>> free.
>>>>>>>> Howeve...