From mboxrd@z Thu Jan 1 00:00:00 1970 From: Selvaganapathy Chidambaram Subject: vmxnet3-usermap multi-process support clarification Date: Wed, 9 Oct 2013 15:15:27 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 To: "dev-VfR2kkLFssw@public.gmane.org" Return-path: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Hi , I tried to run vmxnet3-usermap driver something similar to multi-process symmetric reference application. The secondary process crashed in queue_rx_complete. When I closed primary process, I saw a kernel crash in vmxnet3_shm_chardev_release. I debugged it, but looks like vmxnet3-usermap do not support multi-process. Kindly help me if my understanding is right or am I missing something. Thanks for your time and help! Thanks, Selva.