Re: [PATCH v2] i40e: add VEB switching support for i40e
From: Wu, Jingjing <hidden>
Date: 2016-02-25 00:42:25
quoted hunk ↗ jump to hunk
-----Original Message----- From: Tao, Zhe Sent: Tuesday, February 23, 2016 4:11 PM To: dev@dpdk.org Cc: Tao, Zhe; Wu, Jingjing Subject: [dpdk-dev][PATCH v2] i40e: add VEB switching support for i40e Signed-off-by: Zhe Tao <redacted> VEB switching feature for i40e is used to enable the switching between the VSIs connect to the virtual bridge. The old implementation is setting the virtual bridge mode as VEPA which is port aggregation. Enable the switching ability by setting the loop back mode for the specific VSIs which connect to PF or VFs. v1: Add the VEB switching support. v2: Add the check for the FW version,which should larger than 5.0. Add release note. --- doc/guides/rel_notes/release_16_04.rst | 1 + drivers/net/i40e/i40e_ethdev.c | 57 +++++++++++++++++++++++++++++----- 2 files changed, 50 insertions(+), 8 deletions(-)diff --git a/doc/guides/rel_notes/release_16_04.rstb/doc/guides/rel_notes/release_16_04.rst index 5786f74..eb7effc 100644--- a/doc/guides/rel_notes/release_16_04.rst +++ b/doc/guides/rel_notes/release_16_04.rst@@ -46,6 +46,7 @@ This section should contain new features added in this
Acked-by: Jingjing Wu <redacted> With minor suggestion: v1/v2 changes need to be put after ---