DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/3] RFC: implement VF reset for i40e, e1000 and ixgbe
@ 2017-10-24 13:16 luca.boccassi
  2017-10-24 13:16 ` [dpdk-dev] [PATCH 1/3] net/i40e: implement VF reset luca.boccassi
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: luca.boccassi @ 2017-10-24 13:16 UTC (permalink / raw)
  To: dev; +Cc: wenzhuo.lu, wei.dai, remy.horton

From: Luca Boccassi <bluca@debian.org>

These patches were originally sent by Wenzhuo Lu:

http://dpdk.org/dev/patchwork/patch/14009/
http://dpdk.org/dev/patchwork/patch/14010/
http://dpdk.org/dev/patchwork/patch/14011/

The current rte_eth_dev_reset API does not correctly reset the VF
when the PF flaps on the host. With these patches, at least the ixgbe
driver with a X540 card (Linux kernel 4.9 on the host) appears to
work correctly.
The test is as simple ip link down/up on the host, and then check that
traffic still flows through the VF in the guest.

I am not an expert in these PMDs hence the RFC mark - I would like to
ask for feedback and help from the PMD maintainers and developers.

Thanks!

Luca Boccassi (3):
  net/i40e: implement VF reset
  net/e1000: implement VF reset
  net/ixgbe: implement VF reset

 drivers/net/e1000/igb_ethdev.c    | 59 ++++++++++++++++++++++++++++++++++++++
 drivers/net/i40e/i40e_ethdev.h    |  3 ++
 drivers/net/i40e/i40e_ethdev_vf.c | 56 +++++++++++++++++++++++++++++++++---
 drivers/net/i40e/i40e_rxtx.c      | 11 +++++++
 drivers/net/i40e/i40e_rxtx.h      |  4 +++
 drivers/net/ixgbe/ixgbe_ethdev.c  | 60 ++++++++++++++++++++++++++++++++++-----
 drivers/net/ixgbe/ixgbe_ethdev.h  |  2 +-
 drivers/net/ixgbe/ixgbe_rxtx.c    | 12 ++++++--
 8 files changed, 192 insertions(+), 15 deletions(-)

-- 
2.11.0

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

end of thread, other threads:[~2017-10-26 10:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-24 13:16 [dpdk-dev] [PATCH 0/3] RFC: implement VF reset for i40e, e1000 and ixgbe luca.boccassi
2017-10-24 13:16 ` [dpdk-dev] [PATCH 1/3] net/i40e: implement VF reset luca.boccassi
2017-10-24 13:16 ` [dpdk-dev] [PATCH 2/3] net/e1000: " luca.boccassi
2017-10-24 13:16 ` [dpdk-dev] [PATCH 3/3] net/ixgbe: " luca.boccassi
2017-10-25  1:17 ` [dpdk-dev] [PATCH 0/3] RFC: implement VF reset for i40e, e1000 and ixgbe Ferruh Yigit
2017-10-25 10:04   ` Luca Boccassi
2017-10-26  8:08 ` Dai, Wei
2017-10-26 10:43   ` Luca Boccassi

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).