From mboxrd@z Thu Jan 1 00:00:00 1970 From: Beilei Xing Subject: [PATCH 0/3] remove unused code of DPDK version Date: Wed, 23 Aug 2017 16:44:33 +0800 Message-ID: <1503477876-79084-1-git-send-email-beilei.xing@intel.com> Cc: dev@dpdk.org To: jingjing.wu@intel.com Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 3F53D3DC for ; Wed, 23 Aug 2017 10:44:24 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 drivers/net/i40e/i40e_ethdev_vf.c | 191 +++----------------------------------- drivers/net/i40e/i40e_pf.c | 108 --------------------- drivers/net/i40e/i40e_pf.h | 60 ------------ 3 files changed, 12 insertions(+), 347 deletions(-) -- 2.5.5