From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 0D9ED1B34E; Sun, 11 Feb 2018 02:06:11 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Feb 2018 17:06:11 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,492,1511856000"; d="scan'208";a="16846096" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga007.fm.intel.com with ESMTP; 10 Feb 2018 17:06:11 -0800 Received: from fmsmsx157.amr.corp.intel.com (10.18.116.73) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sat, 10 Feb 2018 17:06:11 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX157.amr.corp.intel.com (10.18.116.73) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sat, 10 Feb 2018 17:06:10 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.116]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.125]) with mapi id 14.03.0319.002; Sun, 11 Feb 2018 09:06:09 +0800 From: "Tan, Jianfeng" To: "Kulasek, TomaszX" , "yliu@fridaylinux.org" CC: "dev@dpdk.org" , "stable@dpdk.org" , "Wodkowski, PawelX" Thread-Topic: [PATCH v2] vhost: fix check if cmsg is NULL Thread-Index: AQHTochyeNwwNL4QHkmUdpjSdJ5fa6OeZKuQ Date: Sun, 11 Feb 2018 01:06:09 +0000 Message-ID: References: <20180208170322.52568-1-tomaszx.kulasek@intel.com> <20180209170545.7428-1-tomaszx.kulasek@intel.com> In-Reply-To: <20180209170545.7428-1-tomaszx.kulasek@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] vhost: fix check if cmsg is NULL X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Feb 2018 01:06:12 -0000 > -----Original Message----- > From: Kulasek, TomaszX > Sent: Saturday, February 10, 2018 1:06 AM > To: yliu@fridaylinux.org > Cc: dev@dpdk.org; Tan, Jianfeng; stable@dpdk.org; Wodkowski, PawelX > Subject: [PATCH v2] vhost: fix check if cmsg is NULL >=20 > Fixes: 8f972312b8f4 ("vhost: support vhost-user") > Cc: jianfeng.tan@intel.com > Cc: stable@dpdk.org >=20 > Signed-off-by: Pawel Wodkowski > Signed-off-by: Tomasz Kulasek Reviewed-by: Jianfeng Tan Thanks for the fix.