From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Chen Jing D(Mark)" Subject: [PATCH 0/6] Support i40e VF vlan offload and pvid config Date: Fri, 20 Jun 2014 18:24:38 +0800 Message-ID: <1403259884-6498-1-git-send-email-jing.d.chen@intel.com> To: dev-VfR2kkLFssw@public.gmane.org Return-path: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" From: "Chen Jing D(Mark)" The patch includes the changes in pf, pf host and vf driver for i40e to support VF vlan strip and pvid set/clear. In the meanwhile, make several minor changes to do sanity check and bug fixes. Chen Jing D(Mark) (6): i40e: destroy MSIX pool when device is closed i40e: Add permenant mac address into mac list i40e: Add sanity check in pf host driver i40e: make change to vlan_strip and vlan_set_pvid function i40e: PF host driver to support VF vlan offload and set pvid i40e: VF to support VLAN strip and pvid set/clear lib/librte_pmd_i40e/i40e_ethdev.c | 160 +++++++++++++++++++--------------- lib/librte_pmd_i40e/i40e_ethdev.h | 17 ++++ lib/librte_pmd_i40e/i40e_ethdev_vf.c | 127 ++++++++++++++++++++++++++- lib/librte_pmd_i40e/i40e_pf.c | 85 ++++++++++++++++-- lib/librte_pmd_i40e/i40e_pf.h | 17 ++++ 5 files changed, 323 insertions(+), 83 deletions(-) -- 1.7.7.6