From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 3D6C62C0F for ; Fri, 26 Feb 2016 09:13:01 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 26 Feb 2016 00:13:00 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,498,1449561600"; d="scan'208";a="924330240" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga002.fm.intel.com with ESMTP; 26 Feb 2016 00:12:50 -0800 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 26 Feb 2016 00:12:50 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 26 Feb 2016 00:12:50 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.132]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.18]) with mapi id 14.03.0248.002; Fri, 26 Feb 2016 16:12:48 +0800 From: "Zhang, Helin" To: "Wu, Jingjing" , "Richardson, Bruce" Thread-Topic: [PATCH v3 1/2] i40evf: allocate virtchnl cmd buffer for each vf Thread-Index: AQHRcGI7A/Rt0U96bUaHVfQuqx4J5J89+iJA Date: Fri, 26 Feb 2016 08:12:46 +0000 Message-ID: References: <1453859378-23912-1-git-send-email-jingjing.wu@intel.com> <1456469514-9103-1-git-send-email-jingjing.wu@intel.com> <1456469514-9103-2-git-send-email-jingjing.wu@intel.com> In-Reply-To: <1456469514-9103-2-git-send-email-jingjing.wu@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 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v3 1/2] i40evf: allocate virtchnl cmd buffer for each vf 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, 26 Feb 2016 08:13:01 -0000 > -----Original Message----- > From: Wu, Jingjing > Sent: Friday, February 26, 2016 2:52 PM > To: Richardson, Bruce > Cc: dev@dpdk.org; Wu, Jingjing; Zhang, Helin; Tao, Zhe > Subject: [PATCH v3 1/2] i40evf: allocate virtchnl cmd buffer for each vf >=20 > Currently, i40evf PMD uses a global static buffer to send virtchnl comman= d to > host driver. It is shared by multi VFs. > This patch changed to allocate virtchnl cmd buffer for each VF. >=20 > Signed-off-by: Jingjing Wu Acked-by: Helin Zhang