Hi Ferruh, > -----Original Message----- > From: Yigit, Ferruh > Sent: Monday, August 28, 2017 7:22 PM > To: Xing, Beilei <beilei.x...@intel.com>; Wu, Jingjing <jingjing...@intel.com> > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 0/3] remove unused code of DPDK version > > 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. > > Is DPDK i40e PF becomes functionally same with Linux i40e PF after this > patchset?
Yes, they use the same virtual channels. > > > > > 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 > > > <...>