All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] extend flow director to support L2_paylod type and VF filtering in i40e driver
@ 2015-05-11  3:46 Jingjing Wu
  2015-05-11  3:46 ` [PATCH 1/6] ethdev: add struct rte_eth_l2_flow to support l2_payload flow type Jingjing Wu
                   ` (7 more replies)
  0 siblings, 8 replies; 19+ messages in thread
From: Jingjing Wu @ 2015-05-11  3:46 UTC (permalink / raw)
  To: dev

This patch set extends flow director to support L2_paylod type and VF filtering in i40e driver.

Jingjing Wu (6):
  ethdev: add struct rte_eth_l2_flow to support l2_payload flow type
  i40e: extend flow diretcor to support l2_payload flow type
  ethdev: extend struct to support flow director in VFs
  i40e: extend flow diretcor to support filtering in VFs
  testpmd: extend commands
  doc: extend commands in testpmd

 app/test-pmd/cmdline.c                      | 87 +++++++++++++++++++++++++++--
 doc/guides/testpmd_app_ug/testpmd_funcs.rst | 15 ++---
 lib/librte_ether/rte_eth_ctrl.h             | 10 ++++
 lib/librte_pmd_i40e/i40e_fdir.c             | 39 +++++++++++--
 4 files changed, 132 insertions(+), 19 deletions(-)

-- 
1.9.3

^ permalink raw reply	[flat|nested] 19+ messages in thread
* [PATCH 0/4] extend flow director to support VF filtering in i40e driver
@ 2015-09-22  3:45 Jingjing Wu
  2015-10-28  8:41 ` [PATCH v2 " Jingjing Wu
  0 siblings, 1 reply; 19+ messages in thread
From: Jingjing Wu @ 2015-09-22  3:45 UTC (permalink / raw)
  To: dev

This patch set extends flow director to VF filtering in i40e driver.

Jingjing Wu (4):
  ethdev: extend struct to support flow director in VFs
  i40e: extend flow diretcor to support filtering in VFs
  testpmd: extend commands
  doc: extend commands in testpmd and remove related ABI deprecation

 app/test-pmd/cmdline.c                      | 41 ++++++++++++++++++++++++++---
 doc/guides/rel_notes/deprecation.rst        |  4 ---
 doc/guides/testpmd_app_ug/testpmd_funcs.rst | 12 ++++-----
 drivers/net/i40e/i40e_ethdev.c              |  4 +--
 drivers/net/i40e/i40e_fdir.c                | 15 ++++++++---
 lib/librte_ether/rte_eth_ctrl.h             |  2 ++
 6 files changed, 59 insertions(+), 19 deletions(-)

-- 
2.4.0

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

end of thread, other threads:[~2015-10-28  8:41 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-11  3:46 [PATCH 0/6] extend flow director to support L2_paylod type and VF filtering in i40e driver Jingjing Wu
2015-05-11  3:46 ` [PATCH 1/6] ethdev: add struct rte_eth_l2_flow to support l2_payload flow type Jingjing Wu
2015-05-11  3:46 ` [PATCH 2/6] i40e: extend flow diretcor " Jingjing Wu
2015-05-11  3:46 ` [PATCH 3/6] ethdev: extend struct to support flow director in VFs Jingjing Wu
2015-06-12 16:45   ` Thomas Monjalon
2015-06-15  7:14     ` Wu, Jingjing
2015-05-11  3:46 ` [PATCH 4/6] i40e: extend flow diretcor to support filtering " Jingjing Wu
2015-05-11  3:46 ` [PATCH 5/6] testpmd: extend commands Jingjing Wu
2015-05-11  3:46 ` [PATCH 6/6] doc: extend commands in testpmd Jingjing Wu
2015-06-02  7:33 ` [PATCH 0/6] extend flow director to support L2_paylod type and VF filtering in i40e driver Zhang, Helin
2015-06-16  3:43 ` [PATCH v2 0/4] extend flow director to support L2_paylod type Jingjing Wu
2015-06-16  3:43   ` [PATCH v2 1/4] ethdev: add struct rte_eth_l2_flow to support l2_payload flow type Jingjing Wu
2015-06-16  3:43   ` [PATCH v2 2/4] i40e: extend flow diretcor " Jingjing Wu
2015-06-16  3:43   ` [PATCH v2 3/4] testpmd: extend commands Jingjing Wu
2015-06-16  3:43   ` [PATCH v2 4/4] doc: extend commands in testpmd Jingjing Wu
2015-06-26  2:26   ` [PATCH v2 0/4] extend flow director to support L2_paylod type Xu, HuilongX
2015-06-26  3:14   ` Zhang, Helin
2015-07-07 21:24     ` Thomas Monjalon
2015-09-22  3:45 [PATCH 0/4] extend flow director to support VF filtering in i40e driver Jingjing Wu
2015-10-28  8:41 ` [PATCH v2 " Jingjing Wu
2015-10-28  8:41   ` [PATCH v2 3/4] testpmd: extend commands Jingjing Wu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.