Re: [dpdk-dev] [PATCH v4 2/5] meson: add infra to support machine specific flags

2019-02-12 Thread Phil Yang (Arm Technology China)
Hi Pavan, > -Original Message- > From: dev On Behalf Of Pavan Nikhilesh Bhagavatula > Sent: Wednesday, January 9, 2019 6:40 PM > To: jer...@marvell.com; Gavin Hu (Arm Technology China) > ; bruce.richard...@intel.com; tho...@monjalon.net > Cc: dev@dpdk.org; Pavan Nikhilesh Bhagavatula > S

Re: [dpdk-dev] [EXT] RE: [PATCH v4 2/5] meson: add infra to support machine specific flags

2019-02-12 Thread Pavan Nikhilesh Bhagavatula
Hi Phil, On Tue, 2019-02-12 at 08:06 +, Phil Yang (Arm Technology China) wrote: > External Email > > --- > --- > Hi Pavan, > > > -Original Message- > > From: dev On Behalf Of Pavan Nikhilesh > > Bhagavatula > > Sent: We

Re: [dpdk-dev] [PATCH v4 4/5] config: add octeontx2 machine config

2019-02-12 Thread Phil Yang (Arm Technology China)
Hi Jerin/Pavan, > -Original Message- > From: dev On Behalf Of Pavan Nikhilesh Bhagavatula > Sent: Wednesday, January 9, 2019 6:40 PM > To: jer...@marvell.com; Gavin Hu (Arm Technology China) > ; bruce.richard...@intel.com; tho...@monjalon.net > Cc: dev@dpdk.org; Pavan Nikhilesh Bhagavatul

Re: [dpdk-dev] [PATCH v3] eal: support strlcat function

2019-02-12 Thread Thomas Monjalon
17/01/2019 18:30, Bruce Richardson: > Add the strlcat function to DPDK to exist alongside the strlcpy one. > While strncat is generally safe for use for concatenation, the API for the > strlcat function is perhaps a little nicer to use, and supports truncation > detection. > > See commit 5364de644

[dpdk-dev] [PATCH v1 1/3] librte_pipeline: add support for DSCP action

2019-02-12 Thread Sheehan,Georgina
From: Georgina Sheehan This allows the application to change the DSCP value of incoming packets Signed-off-by: Georgina Sheehan --- lib/librte_pipeline/rte_table_action.c | 133 + lib/librte_pipeline/rte_table_action.h | 20 2 files changed, 153 insertions(+) dif

[dpdk-dev] [PATCH v1 3/3] net/softnic: add support for DSCP action

2019-02-12 Thread Sheehan,Georgina
From: Georgina Sheehan This allows the application to change the DSCP value of incoming packets Signed-off-by: Georgina Sheehan --- drivers/net/softnic/rte_eth_softnic_action.c | 14 drivers/net/softnic/rte_eth_softnic_cli.c | 34 +++ .../net/softnic/rte_eth_softn

[dpdk-dev] [PATCH v1 2/3] pipeline: add implementation for DSCP action

2019-02-12 Thread Sheehan,Georgina
From: Georgina Sheehan This allows the application to change the DSCP value of incoming packets Signed-off-by: Georgina Sheehan --- examples/ip_pipeline/action.c | 11 +++ examples/ip_pipeline/action.h | 1 + examples/ip_pipeline/cli.c | 52 - exam

Re: [dpdk-dev] [PATCH v5] doc/patches: add meson build to contributing guide

2019-02-12 Thread Thomas Monjalon
29/01/2019 11:10, Vipin Varghese: > +Meson system > + What do you think about adding "Makefile system" title for previous section? We could also add an introduction explaining that both systems must be tested. > + > +Compilation of patches is to be tested with > ``devtools/test-meson

Re: [dpdk-dev] [PATCH] test: fix broken "make test"

2019-02-12 Thread Ferruh Yigit
On 2/11/2019 6:38 PM, Rami Rosen wrote: > This patch fixes a broken build; when running > make test > we get the following error: > ... > Traceback (most recent call last): > File "/work/src/dpdk-19.02/test/test/autotest.py", line 49, in > num_fails = runner.run_all_tests() > File "/work/s

Re: [dpdk-dev] [PATCH] test: fix broken "make test"

2019-02-12 Thread David Marchand
On Tue, Feb 12, 2019 at 10:36 AM Ferruh Yigit wrote: > Good catch! But it seems 19.02 released autotest broken, so this needs to > be > backported to 19.02: > > Cc: sta...@dpdk.org > > > Thomas, > What do you think adding autotest into DPDK community lab testing? I will > bring > the the suggesti

Re: [dpdk-dev] [PATCH v2 1/3] cryptodev: add result field to mod exp and inverse operations

2019-02-12 Thread Shally Verma
>-Original Message- >From: Arek Kusztal >Sent: 08 February 2019 16:44 >To: dev@dpdk.org >Cc: akhil.go...@nxp.com; fiona.tr...@intel.com; >shally.ve...@caviumnetworks.com; Arek Kusztal >Subject: [PATCH v2 1/3] cryptodev: add result field to mod exp and inverse >operations > >External

Re: [dpdk-dev] [PATCH v2 3/3] test: add result field to mod exp and mod inv

2019-02-12 Thread Shally Verma
>-Original Message- >From: Arek Kusztal >Sent: 08 February 2019 16:44 >To: dev@dpdk.org >Cc: akhil.go...@nxp.com; fiona.tr...@intel.com; >shally.ve...@caviumnetworks.com; Arek Kusztal >Subject: [PATCH v2 3/3] test: add result field to mod exp and mod inv > >External Email > >This patc

Re: [dpdk-dev] [PATCH] openssl: fix not clearing big numbers after computations

2019-02-12 Thread Shally Verma
>-Original Message- >From: dev On Behalf Of Arek Kusztal >Sent: 07 February 2019 16:25 >To: dev@dpdk.org >Cc: akhil.go...@nxp.com; fiona.tr...@intel.com; >shally.ve...@caviumnetworks.com; sunila.s...@caviumnetworks.com; >ashish.gu...@caviumnetworks.com; Arek Kusztal >Subject: [dpdk-de

Re: [dpdk-dev] [PATCH 0/3] adding op-type crt sign and decrypt

2019-02-12 Thread Kusztal, ArkadiuszX
Hi Shally, Ayuj Answers with [AK] > -Original Message- > From: Shally Verma [mailto:shal...@marvell.com] > Sent: Tuesday, February 12, 2019 6:27 AM > To: Kusztal, ArkadiuszX ; Ayuj Verma > ; Trahe, Fiona > Cc: akhil.go...@nxp.com; Kanaka Durga Kotamarthy > ; Sunila Sahu ; > dev@dpdk.org

Re: [dpdk-dev] [PATCH v6 2/5] build: use dependency() instead of find_library()

2019-02-12 Thread Thomas Monjalon
06/02/2019 18:08, Luca Boccassi: > Whenever possible (if the library ships a pkg-config file) use meson's > dependency() function to look for it, as it will automatically add it > to the Requires.private list if needed, to allow for static builds to > succeed for reverse dependencies of DPDK. Other

Re: [dpdk-dev] [PATCH 0/3] adding op-type crt sign and decrypt

2019-02-12 Thread Shally Verma
Hi Arek >-Original Message- >From: Kusztal, ArkadiuszX >Sent: 12 February 2019 16:42 >To: Shally Verma ; Ayuj Verma ; >Trahe, Fiona >Cc: akhil.go...@nxp.com; Kanaka Durga Kotamarthy ; >Sunila Sahu ; >dev@dpdk.org >Subject: RE: [PATCH 0/3] adding op-type crt sign and decrypt > >Hi Shall

Re: [dpdk-dev] [PATCH] test: fix broken "make test"

2019-02-12 Thread Thomas Monjalon
12/02/2019 10:36, Ferruh Yigit: > On 2/11/2019 6:38 PM, Rami Rosen wrote: > > This patch fixes a broken build; when running > > make test > > we get the following error: > > ... > > Traceback (most recent call last): > > File "/work/src/dpdk-19.02/test/test/autotest.py", line 49, in > > num_

Re: [dpdk-dev] [PATCH v6 2/5] build: use dependency() instead of find_library()

2019-02-12 Thread Bruce Richardson
On Tue, Feb 12, 2019 at 12:15:43PM +0100, Thomas Monjalon wrote: > 06/02/2019 18:08, Luca Boccassi: > > Whenever possible (if the library ships a pkg-config file) use meson's > > dependency() function to look for it, as it will automatically add it > > to the Requires.private list if needed, to all

Re: [dpdk-dev] [PATCH v6 2/5] build: use dependency() instead of find_library()

2019-02-12 Thread Thomas Monjalon
12/02/2019 12:31, Bruce Richardson: > On Tue, Feb 12, 2019 at 12:15:43PM +0100, Thomas Monjalon wrote: > > 06/02/2019 18:08, Luca Boccassi: > > > Whenever possible (if the library ships a pkg-config file) use meson's > > > dependency() function to look for it, as it will automatically add it > > >

Re: [dpdk-dev] [PATCH 0/3] adding op-type crt sign and decrypt

2019-02-12 Thread Kusztal, ArkadiuszX
> -Original Message- > From: Shally Verma [mailto:shal...@marvell.com] > Sent: Tuesday, February 12, 2019 12:19 PM > To: Kusztal, ArkadiuszX ; Ayuj Verma > ; Trahe, Fiona > Cc: akhil.go...@nxp.com; Kanaka Durga Kotamarthy > ; Sunila Sahu ; > dev@dpdk.org > Subject: RE: [PATCH 0/3] addin

Re: [dpdk-dev] [PATCH v6 2/5] build: use dependency() instead of find_library()

2019-02-12 Thread Bruce Richardson
On Tue, Feb 12, 2019 at 12:36:17PM +0100, Thomas Monjalon wrote: > 12/02/2019 12:31, Bruce Richardson: > > On Tue, Feb 12, 2019 at 12:15:43PM +0100, Thomas Monjalon wrote: > > > 06/02/2019 18:08, Luca Boccassi: > > > > Whenever possible (if the library ships a pkg-config file) use meson's > > > > d

Re: [dpdk-dev] [dpdk-stable] [PATCH ] mbuf: fix a typo

2019-02-12 Thread Thomas Monjalon
11/02/2019 19:52, Rami Rosen: > This trivial patch fixes a typo in rte_mbuf.h. > > Fixes: f20b50b946da ("mbuf: optimize refcnt update") > Cc: sta...@dpdk.org > Signed-off-by: Rami Rosen Applied, thanks

[dpdk-dev] [PATCH v2 1/3] librte_pipeline: add support for DSCP action

2019-02-12 Thread Sheehan,Georgina
From: Georgina Sheehan This allows the application to change the DSCP value of incoming packets v2: Added in call of function parse_table_action_dscp in softnic cli file Signed-off-by: Georgina Sheehan --- lib/librte_pipeline/rte_table_action.c | 133 + lib/librte_pipe

[dpdk-dev] [PATCH v2 3/3] net/softnic: add support for DSCP action

2019-02-12 Thread Sheehan,Georgina
From: Georgina Sheehan This allows the application to change the DSCP value of incoming packets v2: Added in call of function parse_table_action_dscp in softnic cli file Signed-off-by: Georgina Sheehan --- drivers/net/softnic/rte_eth_softnic_action.c | 14 ++ drivers/net/softnic/rte_eth_

[dpdk-dev] [PATCH v2 2/3] pipeline: add implementation for DSCP action

2019-02-12 Thread Sheehan,Georgina
From: Georgina Sheehan This allows the application to change the DSCP value of incoming packets v2: Added in call of function parse_table_action_dscp in softnic cli file Signed-off-by: Georgina Sheehan --- examples/ip_pipeline/action.c | 11 +++ examples/ip_pipeline/action.h | 1 + e

Re: [dpdk-dev] [PATCH v6 2/5] build: use dependency() instead of find_library()

2019-02-12 Thread Thomas Monjalon
12/02/2019 12:43, Bruce Richardson: > On Tue, Feb 12, 2019 at 12:36:17PM +0100, Thomas Monjalon wrote: > > 12/02/2019 12:31, Bruce Richardson: > > > On Tue, Feb 12, 2019 at 12:15:43PM +0100, Thomas Monjalon wrote: > > > > 06/02/2019 18:08, Luca Boccassi: > > > > > Whenever possible (if the library

Re: [dpdk-dev] [PATCH v6 2/5] build: use dependency() instead of find_library()

2019-02-12 Thread Bruce Richardson
On Tue, Feb 12, 2019 at 03:47:56PM +0100, Thomas Monjalon wrote: > 12/02/2019 12:43, Bruce Richardson: > > On Tue, Feb 12, 2019 at 12:36:17PM +0100, Thomas Monjalon wrote: > > > 12/02/2019 12:31, Bruce Richardson: > > > > On Tue, Feb 12, 2019 at 12:15:43PM +0100, Thomas Monjalon wrote: > > > > > 06

Re: [dpdk-dev] [PATCH v6 2/5] build: use dependency() instead of find_library()

2019-02-12 Thread Thomas Monjalon
12/02/2019 16:03, Bruce Richardson: > On Tue, Feb 12, 2019 at 03:47:56PM +0100, Thomas Monjalon wrote: > > 12/02/2019 12:43, Bruce Richardson: > > > On Tue, Feb 12, 2019 at 12:36:17PM +0100, Thomas Monjalon wrote: > > > > 12/02/2019 12:31, Bruce Richardson: > > > > > On Tue, Feb 12, 2019 at 12:15:4

[dpdk-dev] Arm's roadmap for 19.05 release

2019-02-12 Thread Honnappa Nagarahalli
Hello, Following are the features we are working on for 19.05 release: 1) Complete RCU library implementation 2) Enable relaxed memory ordering in spinlock 3) Enable relaxed memory ordering in Reader-Writer lock 4) Enable lock free extended bucket in rte_hash library 5) Introduce ticket-lo

Re: [dpdk-dev] [PATCH v2] net/virtio: add platform memory ordering feature support

2019-02-12 Thread Michael S. Tsirkin
On Tue, Jan 15, 2019 at 08:55:50AM +, Shahaf Shuler wrote: > Tuesday, January 15, 2019 10:29 AM, Ilya Maximets: > > Subject: Re: [dpdk-dev] [PATCH v2] net/virtio: add platform memory > > ordering feature support > > > > On 15.01.2019 9:33, Shahaf Shuler wrote: > > > Thursday, January 10, 2019

Re: [dpdk-dev] [PATCH] test: fix broken "make test"

2019-02-12 Thread Ferruh Yigit
On 2/12/2019 11:24 AM, Thomas Monjalon wrote: > 12/02/2019 10:36, Ferruh Yigit: >> On 2/11/2019 6:38 PM, Rami Rosen wrote: >>> This patch fixes a broken build; when running >>> make test >>> we get the following error: >>> ... >>> Traceback (most recent call last): >>> File "/work/src/dpdk-19.02/

[dpdk-dev] [PATCH] net/bnxt: support IOVA VA mode

2019-02-12 Thread Davide Caratti
Set RTE_PCI_DRV_IOVA_AS_VA in drv_flags: this allows initializing bnxt PMD as non-root also on Linux v4.x, where /proc/self/pagemap can't be acccessed without CAP_SYS_ADMIN privileges. Cc: sta...@dpdk.org Signed-off-by: Davide Caratti --- drivers/net/bnxt/bnxt_ethdev.c | 2 +- 1 file changed, 1

Re: [dpdk-dev] [PATCH] net/bnxt: support IOVA VA mode

2019-02-12 Thread Ajit Khaparde
On Tue, Feb 12, 2019 at 10:30 AM Davide Caratti wrote: > Set RTE_PCI_DRV_IOVA_AS_VA in drv_flags: this allows initializing bnxt > PMD as non-root also on Linux v4.x, where /proc/self/pagemap can't be > acccessed without CAP_SYS_ADMIN privileges. > > Cc: sta...@dpdk.org > Signed-off-by: Davide Car

[dpdk-dev] [PATCH 0/4] fix test of some build options

2019-02-12 Thread Thomas Monjalon
When using the "make" system which allows a huge number of build combinations, some options were not tested with the script test-build.sh. Thomas Monjalon (4): mk: fix build of shared library with libbsd devtools: add libelf dependency to build test devtools: test build of zlib PMD devtoo

[dpdk-dev] [PATCH 2/4] devtools: add libelf dependency to build test

2019-02-12 Thread Thomas Monjalon
The option CONFIG_RTE_LIBRTE_BPF_ELF was never enabled with test-build.sh. It is fixed with the environment variable DPDK_DEP_ELF. Fixes: 5dba93ae5f2d ("bpf: add ability to load eBPF program from ELF object file") Cc: konstantin.anan...@intel.com Cc: sta...@dpdk.org Signed-off-by: Thomas Monjalo

[dpdk-dev] [PATCH 1/4] mk: fix build of shared library with libbsd

2019-02-12 Thread Thomas Monjalon
When building DPDK with "make" and options CONFIG_RTE_USE_LIBBSD=y and CONFIG_RTE_BUILD_SHARED_LIB=y libbsd was not linked, resulting in compilation errors: undefined reference to `strlcpy' The link option -lbsd is added in a common place for both Linux apps and libs. It is

[dpdk-dev] [PATCH 3/4] devtools: test build of zlib PMD

2019-02-12 Thread Thomas Monjalon
The PMD zlib was not enabled in devtools/test-build.sh. It is fixed by using the environment variable DPDK_DEP_ZLIB. Fixes: 0c4e4c16b004 ("compress/zlib: introduce zlib PMD") Cc: ashish.gu...@caviumnetworks.com Cc: sta...@dpdk.org Signed-off-by: Thomas Monjalon --- devtools/test-build.sh | 2 ++

[dpdk-dev] [PATCH 4/4] devtools: fix test of some build options

2019-02-12 Thread Thomas Monjalon
CONFIG_RTE_LIBRTE_PMD_ISAL was not tested because of a typo. CONFIG_RTE_LIBRTE_PMD_QAT_SYM was not tested since it has been introduced and made CONFIG_RTE_LIBRTE_PMD_QAT enabled by default. While at it, DPDK_DEP_JSON is now checked for "y", as other DPDK_DEP_* variables, instead of non-empty. Fi

[dpdk-dev] [PATCH] net/ixgbe: fix crash when on remove

2019-02-12 Thread wangyunjian
From: Yunjian Wang The nic's interrupt source has some active handler, when the port remove. We should cancel the delay handler before remove dev to prevent executing the delay handler. Call Trace: #0 ixgbe_disable_intr (hw=0x0, hw=0x0) at /usr/src/debug/dpdk-18.11/drivers/net/ixgbe/ixg

Re: [dpdk-dev] [PATCH] net/ice: fix segment fault

2019-02-12 Thread Zhang, Qi Z
> -Original Message- > From: Lu, Wenzhuo > Sent: Friday, February 1, 2019 9:36 AM > To: Zhang, Qi Z ; Yang, Qiming > Cc: dev@dpdk.org > Subject: RE: [PATCH] net/ice: fix segment fault > > Hi, > > > -Original Message- > > From: Zhang, Qi Z > > Sent: Wednesday, January 30, 2019

Re: [dpdk-dev] [PATCH v2 1/3] net/ixgbe: promiscuous mode enable on VF

2019-02-12 Thread Zhao1, Wei
> -Original Message- > From: Zhang, Qi Z > Sent: Wednesday, February 13, 2019 11:35 AM > To: Zhao1, Wei ; dev@dpdk.org > Cc: sta...@dpdk.org; Lu, Wenzhuo > Subject: RE: [PATCH v2 1/3] net/ixgbe: promiscuous mode enable on VF > > > > > -Original Message- > > From: Zhao1, Wei >

Re: [dpdk-dev] [PATCH v2 1/3] net/ixgbe: promiscuous mode enable on VF

2019-02-12 Thread Zhang, Qi Z
> -Original Message- > From: Zhao1, Wei > Sent: Wednesday, January 16, 2019 1:02 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Lu, Wenzhuo ; Zhang, Qi Z > ; Zhao1, Wei > Subject: [PATCH v2 1/3] net/ixgbe: promiscuous mode enable on VF > > There is need to enable two ops of promiscuous_e

Re: [dpdk-dev] [PATCH v2 2/3] net/ixgbe: enable promiscuous mode on PF host

2019-02-12 Thread Zhang, Qi Z
> -Original Message- > From: Zhao1, Wei > Sent: Wednesday, January 16, 2019 1:02 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Lu, Wenzhuo ; Zhang, Qi Z > ; Zhao1, Wei > Subject: [PATCH v2 2/3] net/ixgbe: enable promiscuous mode on PF host > The title is misleading, we are going to sup

Re: [dpdk-dev] [PATCH v2 2/3] net/ixgbe: enable promiscuous mode on PF host

2019-02-12 Thread Zhao1, Wei
> -Original Message- > From: Zhang, Qi Z > Sent: Wednesday, February 13, 2019 11:42 AM > To: Zhao1, Wei ; dev@dpdk.org > Cc: sta...@dpdk.org; Lu, Wenzhuo > Subject: RE: [PATCH v2 2/3] net/ixgbe: enable promiscuous mode on PF host > > > > > -Original Message- > > From: Zhao1,

Re: [dpdk-dev] [PATCH v2 3/3] net/ixgbe: update API version

2019-02-12 Thread Zhang, Qi Z
I think this patch should be merged with PATCH 2/3, since "ixgbe_mbox_api_13" is already be referenced on that patch. > -Original Message- > From: Zhao1, Wei > Sent: Wednesday, January 16, 2019 1:02 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Lu, Wenzhuo ; Zhang, Qi Z > ; Zhao1, Wei > S

[dpdk-dev] [PATCH v2] net/ice: enable VLAN filter offloads support

2019-02-12 Thread Wei Zhao
There is need to check whether dev_conf.rxmode.offloads is set when start ice device, if one of the vlan related bits is set, for example DEV_RX_OFFLOAD_VLAN_FILTER and so on, sevice start process to enable this offloads request. Signed-off-by: Wei Zhao --- v2: -rework patch for compile error.

Re: [dpdk-dev] [PATCH v2] net/ice: enable VLAN filter offloads support

2019-02-12 Thread Zhao1, Wei
Error patch, please ignore it. > -Original Message- > From: Zhao1, Wei > Sent: Wednesday, February 13, 2019 11:30 AM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Zhang, Qi Z ; Zhao1, Wei > > Subject: [PATCH v2] net/ice: enable VLAN filter offloads support > > There is need to check whether

[dpdk-dev] [PATCH v2] net/ice: enable VLAN filter offloads support

2019-02-12 Thread Wei Zhao
There is need to check whether dev_conf.rxmode.offloads is set when start ice device, if one of the vlan related bits is set, for example DEV_RX_OFFLOAD_VLAN_FILTER and so on, sevice start process to enable this offloads request. Signed-off-by: Wei Zhao --- v2: -rework patch for compile error.

Re: [dpdk-dev] [PATCH v5] doc/patches: add meson build to contributing guide

2019-02-12 Thread Varghese, Vipin
Sure, I will share v6 with the changes > -Original Message- > From: Thomas Monjalon > Sent: Tuesday, February 12, 2019 3:06 PM > To: Varghese, Vipin > Cc: dev@dpdk.org; Mcnamara, John ; Kovacevic, > Marko ; Yigit, Ferruh ; > Padubidri, Sanjay A ; Patel, Amol > ; Richardson, Bruce > Subj

[dpdk-dev] RSS handling using L2_Payload type - Flexible Payload

2019-02-12 Thread Anandaraman Viswanathan
Hi Team, This is regarding RSS feature. In RSS configuration with Flexible Payload, facing a problem in getting packets distributed across multiple queues (2 per port). While debugging, found packets going thru q1 even if million packets are sent. For simulating multiple flows, modifying Inner P

[dpdk-dev] [PATCH v6] doc/patches: add meson build to contributing guide

2019-02-12 Thread Vipin Varghese
Patches has to be validated for meson devtool script for code and document changes. Updating documentation for meson build steps in checking Compilation category. Signed-off-by: Vipin Varghese Tested-by: Marko Kovacevic Acked-by: Marko Kovacevic --- V6: added 'Makefile' sub-header - Thomas Mo

[dpdk-dev] [PATCH v3 2/2] net/ixgbe: add VF promiscuous mode support when PF as host

2019-02-12 Thread Wei Zhao
There is need to PF host promiscuous mode enable. For ixgbe, in order to support VF vlan promiscuous or unicast promiscuous, we need to set PF host register PFVML2FLT of bit UPE and VPE. It also align to ixgbe kernel code version 5.5.3. And also it need to update to the latest API version in order

[dpdk-dev] [PATCH v3 0/2] net/ixgbe: promiscuous mode enable on VF

2019-02-12 Thread Wei Zhao
There is need to enable promiscuous mode enable on VF, pf host should also enable to support that. v2: --fix typo in commit log. v3: --delete unnecessary commit log infomation --merge 2 patch into 1 --change patch headline name --add promiscuous enable support infomation into doc Zhao Wei (2):

[dpdk-dev] [PATCH v3 1/2] net/ixgbe: promiscuous mode enable on VF

2019-02-12 Thread Wei Zhao
There is need to enable two ops of promiscuous_enable and promiscuous_disable on VF. Signed-off-by: Wei Zhao --- doc/guides/nics/features/ixgbe_vf.ini | 1 + drivers/net/ixgbe/ixgbe_ethdev.c | 20 2 files changed, 21 insertions(+) diff --git a/doc/guides/nics/features