From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f176.google.com (mail-pd0-f176.google.com [209.85.192.176]) by dpdk.org (Postfix) with ESMTP id 54EC030D for ; Thu, 5 Jun 2014 03:52:31 +0200 (CEST) Received: by mail-pd0-f176.google.com with SMTP id p10so330084pdj.35 for ; Wed, 04 Jun 2014 18:52:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=mFmBoFAeaRFKEypasN+6AFb1m6VpcEgBvoZPQ1O9TwY=; b=QKT7puA97wrck6PVFgMoLjgJsJWv5yMFn7kPVgkYD0bHrhwJdIH1IVw9Lvvs1nf9RT rU5s6Y4HQHFU5Gg51mvK+/2cLQdoWw4bnVX5XkXOZGn187Eyq1OjheS/MZDL4+1PKweF sjd6WH9GtnkDgWOgQlhAuixMBDU0OWgLYtR9PnxCd+Xy8bU7nUfeJLHzeZnLvG4IbozM 2tRtszXbb0SGFDl/uWDkMbmbgyAzewD68MBTKTqW5ur+/DhtVtjNsFDZ5/sXxvF4qm5Q C8WAgnbdtiLl/wpqpqFIctvdwB0P6C7PE/XWjQ2pEBxCz+XxYaz77ba4YB/gb6/82fx0 LLeQ== MIME-Version: 1.0 X-Received: by 10.68.110.3 with SMTP id hw3mr51318734pbb.144.1401933163734; Wed, 04 Jun 2014 18:52:43 -0700 (PDT) Received: by 10.70.82.193 with HTTP; Wed, 4 Jun 2014 18:52:43 -0700 (PDT) Date: Wed, 4 Jun 2014 18:52:43 -0700 Message-ID: From: Srikanth Akula To: dev@dpdk.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] Running Qemu manually for vswitch X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jun 2014 01:52:31 -0000 Hi , I am currently working to install & run dpdk vswitch for our custom guest operating system . I have followed the steps mentioned in the docs section of the git dpdk-ovs page. 1. I am trying to run Qemu by building an xml file and creating a domain by using virsh. But it fails with the following error . error : virCommandWait:2188 : internal error Child process (LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin /usr/local/bin/qemu-system-x86_64 -help) status unexpected: exit status 1 2. Qemu which is customized for dpdk , is overriding the existing help strings , which i feel is causing the problems when i use virsh to build/run guest OS. Can anybody suggest me the configuration/steps i should use for the following topology. VM1 < -------> VM2 <-----------> VM3 | | ----------------------------------------------- Host machine ---------------------------------------------- | | | | ixia ixia Thanks & Regards, Srikanth