From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Aug 2017 01:44:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,415,1498546800"; d="scan'208";a="893276642" Received: from dpdk9.sh.intel.com ([10.67.118.192]) by FMSMGA003.fm.intel.com with ESMTP; 23 Aug 2017 01:44:22 -0700 From: Beilei Xing To: jingjing.wu@intel.com Cc: dev@dpdk.org Date: Wed, 23 Aug 2017 16:44:33 +0800 Message-Id: <1503477876-79084-1-git-send-email-beilei.xing@intel.com> X-Mailer: git-send-email 2.5.5 Subject: [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, 23 Aug 2017 08:44:25 -0000 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