mbox series

[v2,0/2] examples/vmdq: fix RSS configuration

Message ID 20200325063248.28484-1-junyux.jiang@intel.com (mailing list archive)
Headers
Series examples/vmdq: fix RSS configuration |

Message

Junyu Jiang March 25, 2020, 6:32 a.m. UTC
  This patch set fixed a bug of vmdq example,
and added a documentation for it.

*** BLURB HERE ***

Junyu Jiang (2):
  doc: add user guide for VMDq
  examples/vmdq: fix RSS configuration

 MAINTAINERS                                  |   1 +
 doc/guides/sample_app_ug/index.rst           |   1 +
 doc/guides/sample_app_ug/vmdq_forwarding.rst | 208 +++++++++++++++++++
 examples/vmdq/main.c                         |  39 +++-
 4 files changed, 244 insertions(+), 5 deletions(-)
 create mode 100644 doc/guides/sample_app_ug/vmdq_forwarding.rst
  

Comments

Yingya Han March 26, 2020, 1:36 a.m. UTC | #1
Tested-by: Han,YingyaX <yingyax.han@intel.com>

-----Original Message-----
From: dev <dev-bounces@dpdk.org> On Behalf Of Junyu Jiang
Sent: Wednesday, March 25, 2020 2:33 PM
To: dev@dpdk.org
Cc: Yang, Qiming <qiming.yang@intel.com>; Yigit, Ferruh <ferruh.yigit@intel.com>; Jiang, JunyuX <junyux.jiang@intel.com>
Subject: [dpdk-dev] [PATCH v2 0/2] examples/vmdq: fix RSS configuration

This patch set fixed a bug of vmdq example, and added a documentation for it.

*** BLURB HERE ***

Junyu Jiang (2):
  doc: add user guide for VMDq
  examples/vmdq: fix RSS configuration

 MAINTAINERS                                  |   1 +
 doc/guides/sample_app_ug/index.rst           |   1 +
 doc/guides/sample_app_ug/vmdq_forwarding.rst | 208 +++++++++++++++++++
 examples/vmdq/main.c                         |  39 +++-
 4 files changed, 244 insertions(+), 5 deletions(-)  create mode 100644 doc/guides/sample_app_ug/vmdq_forwarding.rst

--
2.17.1
  
Ferruh Yigit April 7, 2020, 4:07 p.m. UTC | #2
On 3/25/2020 6:32 AM, Junyu Jiang wrote:
> This patch set fixed a bug of vmdq example,
> and added a documentation for it.
> 
> *** BLURB HERE ***
> 
> Junyu Jiang (2):
>   doc: add user guide for VMDq
>   examples/vmdq: fix RSS configuration
> 

Hi Junyu,

Thanks for introducing VMDq user guide, appreciated.

Series applied to dpdk-next-net/master, thanks.
  
Thomas Monjalon April 22, 2020, 1:56 p.m. UTC | #3
25/03/2020 07:32, Junyu Jiang:
> This patch set fixed a bug of vmdq example,
> and added a documentation for it.

We have 2 directories for VMDq:
	examples/vmdq/
	examples/vmdq_dcb/
Please, would it be possible to merge them in a single one?

Another related question: is VMDq a feature we want to keep
in future? I thought it could be deprecated. Am I wrong?
What are the devices supporting VMDq?