From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 743C78E7E for ; Fri, 11 Dec 2015 15:51:49 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP; 11 Dec 2015 06:51:49 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,414,1444719600"; d="scan'208";a="839263367" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by orsmga001.jf.intel.com with ESMTP; 11 Dec 2015 06:51:47 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.13]) by irsmsx110.ger.corp.intel.com ([169.254.15.163]) with mapi id 14.03.0248.002; Fri, 11 Dec 2015 14:51:47 +0000 From: "Mcnamara, John" To: "Xie, Huawei" , "dev@dpdk.org" Thread-Topic: [PATCH 2/4] vhost: Fix Coverity issue with missed break in switch Thread-Index: AQHRM/mluLI1JLgrNUm4DAJZOcq4Op7F3txA Date: Fri, 11 Dec 2015 14:51:46 +0000 Message-ID: References: <1449770240-103240-1-git-send-email-huawei.xie@intel.com> <1449770240-103240-4-git-send-email-huawei.xie@intel.com> In-Reply-To: <1449770240-103240-4-git-send-email-huawei.xie@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 2/4] vhost: Fix Coverity issue with missed break in switch 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: Fri, 11 Dec 2015 14:51:49 -0000 > -----Original Message----- > From: Huawei Xie > Sent: Thursday, December 10, 2015 5:57 PM > To: dev@dpdk.org > Cc: Mcnamara, John; Xie, Huawei > Subject: [PATCH 2/4] vhost: Fix Coverity issue with missed break in switc= h >=20 > CID 107114 (#1 of 1): Missing break in switch > Fixes: 8f972312b8f4 ("vhost: support vhost-user") >=20 > Signed-off-by: Huawei Xie Acked-by: John McNamara