From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id E96552C17 for ; Wed, 30 Aug 2017 10:31:41 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Aug 2017 01:31:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,448,1498546800"; d="scan'208";a="123959406" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.4.117]) ([10.252.4.117]) by orsmga004.jf.intel.com with ESMTP; 30 Aug 2017 01:31:39 -0700 To: Beilei Xing , jingjing.wu@intel.com Cc: dev@dpdk.org References: <1503477876-79084-1-git-send-email-beilei.xing@intel.com> From: Ferruh Yigit Message-ID: Date: Wed, 30 Aug 2017 09:31:39 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <1503477876-79084-1-git-send-email-beilei.xing@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 0/3] remove unused code of DPDK version 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: Wed, 30 Aug 2017 08:31:43 -0000 On 8/23/2017 9:44 AM, Beilei Xing wrote: > Since there's no specific version number to distinguish > DPDK pf and Linux kernel pf, DPDK vf won't recognize if > host is DPDK pf or kernel pf. The specific virtual channel > commands for DPDK pf and code of DPDK version can be deleted. > > Beilei Xing (3): > net/i40e: remove virtual channel command for VLAN pvid > net/i40e: remove virtual channel command for VSI queue > net/i40e: remove DPDK PF version specific code Series applied to dpdk-next-net/master, thanks.