All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] i40e setting ether type of VLANs
@ 2016-01-22  1:37 Helin Zhang
  2016-01-22  1:37 ` [PATCH 1/2] ethdev: add vlan type for setting ether type Helin Zhang
                   ` (2 more replies)
  0 siblings, 3 replies; 24+ messages in thread
From: Helin Zhang @ 2016-01-22  1:37 UTC (permalink / raw)
  To: dev

It adds setting ether type of single VLAN(inner VLAN) and outer
VLAN for i40e. For ixgbe and e1000/igb, as the external API changed,
it supports setting single VLAN(inner VLAN) only.

Helin Zhang (2):
  ethdev: add vlan type for setting ether type
  i40e: add VLAN ether type config

 app/test-pmd/cmdline.c               | 29 ++++++++++++------
 app/test-pmd/config.c                |  8 ++---
 app/test-pmd/testpmd.h               |  3 +-
 doc/guides/rel_notes/deprecation.rst |  4 +++
 doc/guides/rel_notes/release_2_3.rst |  6 ++++
 drivers/net/e1000/igb_ethdev.c       | 20 +++++++++----
 drivers/net/i40e/i40e_ethdev.c       | 57 +++++++++++++++++++++++++++++++++---
 drivers/net/ixgbe/ixgbe_ethdev.c     | 18 +++++++++---
 lib/librte_ether/rte_ethdev.c        |  5 ++--
 lib/librte_ether/rte_ethdev.h        | 19 ++++++++++--
 10 files changed, 138 insertions(+), 31 deletions(-)

-- 
2.5.0

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

end of thread, other threads:[~2016-03-11 20:22 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-22  1:37 [PATCH 0/2] i40e setting ether type of VLANs Helin Zhang
2016-01-22  1:37 ` [PATCH 1/2] ethdev: add vlan type for setting ether type Helin Zhang
2016-01-22  1:37 ` [PATCH 2/2] i40e: add VLAN ether type config Helin Zhang
2016-03-07  8:12 ` [PATCH v2 0/3] i40e setting ether type of VLANs Helin Zhang
2016-03-07  8:12   ` [PATCH v2 1/3] ethdev: add vlan type for setting ether type Helin Zhang
2016-03-07  8:12   ` [PATCH v2 2/3] i40e: add VLAN ether type config Helin Zhang
2016-03-07  8:12   ` [PATCH v2 3/3] i40e: fix the overflow issue Helin Zhang
2016-03-07  9:28   ` [PATCH v2 0/3] i40e setting ether type of VLANs Thomas Monjalon
2016-03-09 15:20     ` Zhang, Helin
2016-03-10 16:36   ` [PATCH v3 0/2] " Helin Zhang
2016-03-10 16:36     ` [PATCH v3 1/2] ethdev: add vlan type for setting ether type Helin Zhang
2016-03-10 16:36     ` [PATCH v3 2/2] i40e: fix the overflow issue Helin Zhang
2016-03-11  2:36     ` [PATCH v3 0/2] i40e setting ether type of VLANs Lu, Wenzhuo
2016-03-11  8:49     ` [PATCH v4 " Helin Zhang
2016-03-11  8:49       ` [PATCH v4 1/2] ethdev: add vlan type for setting ether type Helin Zhang
2016-03-11 11:19         ` Panu Matilainen
2016-03-11 11:20           ` Thomas Monjalon
2016-03-11 14:17             ` Zhang, Helin
2016-03-11 14:20               ` Thomas Monjalon
2016-03-11  8:49       ` [PATCH v4 2/2] i40e: fix the overflow issue Helin Zhang
2016-03-11 16:50       ` [PATCH v5 0/2] i40e setting ether type of VLANs Helin Zhang
2016-03-11 16:50         ` [PATCH v5 1/2] ethdev: add vlan type for setting ether type Helin Zhang
2016-03-11 16:50         ` [PATCH v5 2/2] i40e: fix the overflow issue Helin Zhang
2016-03-11 20:20         ` [PATCH v5 0/2] i40e setting ether type of VLANs Thomas Monjalon

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.