From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id E17112C07 for ; Sun, 21 Aug 2016 03:59:29 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP; 20 Aug 2016 18:59:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,552,1464678000"; d="scan'208";a="1029002269" Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.239.128.234]) by fmsmga001.fm.intel.com with ESMTP; 20 Aug 2016 18:59:28 -0700 From: Jiayu Hu To: dev@dpdk.org Cc: maxime.coquelin@redhat.com, yuanhan.liu@intel.com, Jiayu Hu Date: Sat, 20 Aug 2016 06:08:17 -0400 Message-Id: <1471687697-17771-1-git-send-email-jiayu.hu@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1471364079-116217-1-git-send-email-jiayu.hu@intel.com> References: <1471364079-116217-1-git-send-email-jiayu.hu@intel.com> Subject: [dpdk-dev] [PATCH 0/2] examples/vhost: rename a CLI option and support multiple socket files 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: Sun, 21 Aug 2016 01:59:30 -0000 Patch 1: rename the CLI option "dev-basename". Patch 2: add multiple socket files support. --- Changes in v2: -Change "int nb_sockets" into "static int nb_sockets". -Remove the initialization of socket_files and nb_sockets. -Remove redundant comments. -Break the long line which is over 80 characters into two lines. Jiayu Hu (2): examples/vhost: rename dev-basename examples/vhost: support multiple socket files examples/vhost/main.c | 76 +++++++++++++++++++++++++++++++++------------------ 1 file changed, 49 insertions(+), 27 deletions(-) -- 2.7.4