DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/6] Support i40e VF vlan offload and pvid config
@ 2014-06-20 10:24 Chen Jing D(Mark)
  2014-06-20 10:24 ` [dpdk-dev] [PATCH 1/6] i40e: destroy MSIX pool when device is closed Chen Jing D(Mark)
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Chen Jing D(Mark) @ 2014-06-20 10:24 UTC (permalink / raw)
  To: dev

From: "Chen Jing D(Mark)" <jing.d.chen@intel.com>

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-06-20 13:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-20 10:24 [dpdk-dev] [PATCH 0/6] Support i40e VF vlan offload and pvid config Chen Jing D(Mark)
2014-06-20 10:24 ` [dpdk-dev] [PATCH 1/6] i40e: destroy MSIX pool when device is closed Chen Jing D(Mark)
2014-06-20 10:24 ` [dpdk-dev] [PATCH 2/6] i40e: Add permenant mac address into mac list Chen Jing D(Mark)
2014-06-20 10:24 ` [dpdk-dev] [PATCH 3/6] i40e: Add sanity check in pf host driver Chen Jing D(Mark)
2014-06-20 10:24 ` [dpdk-dev] [PATCH 4/6] i40e: make change to vlan_strip and vlan_set_pvid function Chen Jing D(Mark)
2014-06-20 10:24 ` [dpdk-dev] [PATCH 5/6] i40e: PF host driver to support VF vlan offload and set pvid Chen Jing D(Mark)
2014-06-20 10:24 ` [dpdk-dev] [PATCH 6/6] i40e: VF to support VLAN strip and pvid set/clear Chen Jing D(Mark)
2014-06-20 13:51 ` [dpdk-dev] [PATCH 0/6] Support i40e VF vlan offload and pvid config Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).