Re: [dpdk-dev] [PATCH] vhostuser: fix deadlock when vhost unregister

2019-01-12 Thread 孙文杰
Will do, thanks! Maxime Coquelin 于2019年1月10日周四 下午10:48写道: > Hi Sunwenjie, > > Thanks for your patch. > > Please resend with following contribution guidelines, that can be > found in doc/guides/contributing/. > > First, the commit message prefix should be vhost. > For other comments, please see i

[dpdk-dev] [PATCH] vhostuser: fix deadlock when vhost unregister

2019-01-12 Thread sunwenjie
When rte_vhost_driver_unregister delete the connection fd, fdset_try_del will always try and donot release the vhostuser.mutex if the fd is busy, but the fdset_event_dispatch will set the fd to busy and call vhost_user_msg_handler to get vhostuser.mutex, which will cause deadlock. Unlock th

[dpdk-dev] [PATCH] vhost: fix deadlock when vhost unregister.

2019-01-12 Thread sunwenjie
When rte_vhost_driver_unregister delete the connection fd, fdset_try_del will always try and donot release the vhostuser.mutex if the fd is busy, but the fdset_event_dispatch will set the fd to busy and call vhost_user_msg_handler to get vhostuser.mutex, which will cause dead

Re: [dpdk-dev] [PATCH v1 0/3] ethdev: document more retained across restart

2019-01-12 Thread WILLIAMS, CHARLES J
On 1/9/19 2:15 AM, Andrew Rybchenko wrote: On 1/8/19 5:52 PM, Ferruh Yigit wrote: On 12/19/2018 6:22 AM, Andrew Rybchenko wrote: The patch series tries to improve documentation of what is retained across default restart. Overall makes sense to add below items into retained list, only concern

Re: [dpdk-dev] [PATCH v8 10/10] doc: update ipsec-secgw guide and relelase notes

2019-01-12 Thread Thomas Monjalon
10/01/2019 22:09, Konstantin Ananyev: > Update ipsec-secgw guide and relelase notes to reflect latest changes. > > Signed-off-by: Bernard Iremonger > Signed-off-by: Konstantin Ananyev > Acked-by: Akhil Goyal > --- > doc/guides/rel_notes/release_19_02.rst | 14 +++ > doc/guides/sample_app_ug