All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] net/i40e: vf port reset
@ 2017-03-03  4:56 Wei Zhao
  2017-03-03  4:56 ` [PATCH 1/3] app/testpmd: add port reset command into testpmd Wei Zhao
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Wei Zhao @ 2017-03-03  4:56 UTC (permalink / raw)
  To: dev

The patches mainly finish following functions:
1) get pf reset vf comamand falg from interrupt server function.
2) reset vf port from testpmd app using a command.
3) sore and restore vf related parameters.

zhao wei (3):
  app/testpmd: add port reset command into testpmd
  lib/librte_ether: add support for port reset
  net/i40e: implement device reset on port

 app/test-pmd/cmdline.c                 |  17 ++-
 app/test-pmd/testpmd.c                 |  68 ++++++++++
 app/test-pmd/testpmd.h                 |   1 +
 drivers/net/i40e/i40e_ethdev.c         |   2 +-
 drivers/net/i40e/i40e_ethdev.h         |  16 +++
 drivers/net/i40e/i40e_ethdev_vf.c      | 222 +++++++++++++++++++++++++++++++--
 drivers/net/i40e/i40e_rxtx.c           |  10 ++
 drivers/net/i40e/i40e_rxtx.h           |   4 +
 lib/librte_ether/rte_ethdev.c          |  17 +++
 lib/librte_ether/rte_ethdev.h          |  25 ++++
 lib/librte_ether/rte_ether_version.map |   6 +
 11 files changed, 376 insertions(+), 12 deletions(-)

-- 
2.9.3

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

end of thread, other threads:[~2017-03-27  7:08 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-03  4:56 [PATCH 0/3] net/i40e: vf port reset Wei Zhao
2017-03-03  4:56 ` [PATCH 1/3] app/testpmd: add port reset command into testpmd Wei Zhao
2017-03-08 11:07   ` Ferruh Yigit
2017-03-14  7:58     ` Zhao1, Wei
2017-03-27  7:08       ` Zhao1, Wei
2017-03-03  4:56 ` [PATCH 2/3] lib/librte_ether: add support for port reset Wei Zhao
2017-03-03  4:56 ` [PATCH 3/3] net/i40e: implement device reset on port Wei Zhao
2017-03-08 11:20   ` Ferruh Yigit
2017-03-14  6:46     ` Zhao1, Wei
2017-03-24  8:31       ` Wu, Jingjing
2017-03-24  9:07   ` Wu, Jingjing
2017-03-27  6:10     ` Zhao1, Wei
2017-03-24  5:57 ` [PATCH 0/3] net/i40e: vf port reset Wu, Jingjing
2017-03-27  6:17   ` Zhao1, Wei

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.