Re: [dpdk-dev] [PATCH 10/12] vhost: support to kick in secondary process

2017-09-28 Thread Tan, Jianfeng
> -Original Message- > From: Yuanhan Liu [mailto:y...@fridaylinux.org] > Sent: Wednesday, September 27, 2017 5:36 PM > To: Tan, Jianfeng > Cc: dev@dpdk.org; maxime.coque...@redhat.com; mtetsu...@gmail.com > Subject: Re: [PATCH 10/12] vhost: support to kick in secondary process > > On Fri

[dpdk-dev] [PATCH v5 2/8] net/i40e: update ptype and pctype info

2017-09-28 Thread Beilei Xing
Update new packet type and new pctype info when downloading profile. Signed-off-by: Beilei Xing --- drivers/net/i40e/i40e_ethdev.c | 312 drivers/net/i40e/i40e_ethdev.h | 24 drivers/net/i40e/rte_pmd_i40e.c | 6 +- 3 files changed, 341 insertion

[dpdk-dev] [PATCH v5 3/8] net/i40e: support RSS for new pctype

2017-09-28 Thread Beilei Xing
Enable RSS for new pctypes after downloading new profile. Signed-off-by: Beilei Xing --- drivers/net/i40e/i40e_ethdev.c | 29 + 1 file changed, 29 insertions(+) diff --git a/drivers/net/i40e/i40e_ethdev.c b/drivers/net/i40e/i40e_ethdev.c index d6b0d50..aba35a5 100644

[dpdk-dev] [PATCH v5 1/8] mbuf: support GTP in software packet type parser

2017-09-28 Thread Beilei Xing
Add support of GTP-C and GTP-U tunnels in rte_net_get_ptype(). Signed-off-by: Beilei Xing Acked-by: Olivier Matz --- lib/librte_mbuf/rte_mbuf_ptype.c | 2 ++ lib/librte_mbuf/rte_mbuf_ptype.h | 24 2 files changed, 26 insertions(+) diff --git a/lib/librte_mbuf/rte_mbuf

[dpdk-dev] [PATCH v5 4/8] ethdev: add GTP items to support flow API

2017-09-28 Thread Beilei Xing
This patch adds GTP, GTPC and GTPU items for generic flow API, and also exposes item fields through the flow command. Signed-off-by: Beilei Xing Acked-by: Adrien Mazarguil --- app/test-pmd/cmdline_flow.c | 40 ++ app/test-pmd/config.c |

[dpdk-dev] [PATCH v5 0/8] GPT-C and GTP-U enabling

2017-09-28 Thread Beilei Xing
This patch set enables RSS/FDIR/cloud filter for GPT-C and GTP-U. It depends on Kirill's patch: http://dpdk.org/ml/archives/dev/2017-September/076035.html. However, Kirill's patchset needs to be updated. v5 changes: - Fix code style. - Reword commit log. v4 changes: - Refine fdir related code.

[dpdk-dev] [PATCH v5 5/8] net/i40e: finish integration FDIR with generic flow API

2017-09-28 Thread Beilei Xing
rte_eth_fdir_* structures are still used in FDIR functions. This patch adds i40e private FDIR related structures and functions to finish integration FDIR with generic flow API. Signed-off-by: Beilei Xing --- drivers/net/i40e/i40e_ethdev.h | 83 ++- drivers/net/i40e/i40e_fdir.c | 488 +

[dpdk-dev] [PATCH v5 6/8] net/i40e: add FDIR support for GTP-C and GTP-U

2017-09-28 Thread Beilei Xing
This patch adds FDIR support for GTP-C and GTP-U. The input set of GTP-C and GTP-U is TEID. Signed-off-by: Beilei Xing --- drivers/net/i40e/i40e_ethdev.h | 30 + drivers/net/i40e/i40e_fdir.c | 200 ++- drivers/net/i40e/i40e_flow.c | 263 ++

[dpdk-dev] [PATCH v5 7/8] net/i40e: add cloud filter parsing function for GTP

2017-09-28 Thread Beilei Xing
This patch adds i40e_flow_parse_gtp_filter parsing function for GTP-C and GTP-U to support cloud filter. Signed-off-by: Beilei Xing --- drivers/net/i40e/i40e_ethdev.h | 2 + drivers/net/i40e/i40e_flow.c | 151 + 2 files changed, 153 insertions(+) diff

[dpdk-dev] [PATCH v5 8/8] net/i40e: enable cloud filter for GTP-C and GTP-U

2017-09-28 Thread Beilei Xing
This patch sets TEID of GTP-C and GTP-U as filter type by replacing existed filter types inner_mac and TUNNEL_KEY. This configuration will be set when adding GTP-C or GTP-U filter rules, and it will be invalid only by NIC core reset. Signed-off-by: Beilei Xing --- drivers/net/i40e/i40e_ethdev.c

Re: [dpdk-dev] [PATCH v4 2/4] net/softnic: add traffic management support

2017-09-28 Thread Singh, Jasvinder
> > Hi Jasvinder, > > > -Original Message- > > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Jasvinder Singh > > Sent: Monday, September 18, 2017 5:10 PM > > To: dev@dpdk.org > > Cc: Dumitrescu, Cristian ; Yigit, > > Ferruh ; tho...@monjalon.net > > Subject: [dpdk-dev] [PATCH v4 2/

Re: [dpdk-dev] [PATCH v4 3/4] net/softnic: add TM capabilities ops

2017-09-28 Thread Singh, Jasvinder
> Hi Jasvinder, > > > -Original Message- > > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Jasvinder Singh > > Sent: Monday, September 18, 2017 5:10 PM > > To: dev@dpdk.org > > Cc: Dumitrescu, Cristian ; Yigit, > > Ferruh ; tho...@monjalon.net > > Subject: [dpdk-dev] [PATCH v4 3/4]

Re: [dpdk-dev] [PATCH v4 4/4] net/softnic: add TM hierarchy related ops

2017-09-28 Thread Singh, Jasvinder
> Hi Jasvinder, > > > > -Original Message- > > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Jasvinder Singh > > Sent: Monday, September 18, 2017 5:10 PM > > To: dev@dpdk.org > > Cc: Dumitrescu, Cristian ; Yigit, > > Ferruh ; tho...@monjalon.net > > Subject: [dpdk-dev] [PATCH v4 4/

[dpdk-dev] [PATCH v4 0/3] net/i40e: API to configure queue regions for RSS

2017-09-28 Thread Wei Zhao
The patches mainly finish following functions: 1) Command line for input queue region configure parameters. 2) Set or flush queue region configutation. v2: -fix bug for packet into queue region code. -change code style for DPDK C programing. -change that "flowtype" name to " hw_flowtype " in stru

[dpdk-dev] [PATCH v4 1/3] net/i40e: queue region set and flush

2017-09-28 Thread Wei Zhao
This feature enable queue regions configuration for RSS in PF, so that different traffic classes or different packet classification types can be separated to different queues in different queue regions.This patch can set queue region range, it include queue number in a region and the index of first

[dpdk-dev] [PATCH v4 2/3] app/testpmd: add API for configuration of queue region

2017-09-28 Thread Wei Zhao
This patch add a API configuration of queue region in rss. It can parse the parameters of region index, queue number, queue start index, user priority, traffic classes and so on. According to commands from command line, it will call i40e private API and start the process of set or flush queue regio

[dpdk-dev] [PATCH v4 3/3] doc/testpmd_app_ug: add doc info for queue region

2017-09-28 Thread Wei Zhao
Queue region only support PF by now, so this document is only for configuration of queue region on PF port. Signed-off-by: Wei Zhao --- doc/guides/testpmd_app_ug/testpmd_funcs.rst | 40 + 1 file changed, 40 insertions(+) diff --git a/doc/guides/testpmd_app_ug/testpmd

[dpdk-dev] [PATCH v4 0/3] net/i40e: API to configure queue regions for RSS

2017-09-28 Thread Wei Zhao
The patches mainly finish following functions: 1) Command line for input queue region configure parameters. 2) Set or flush queue region configutation. v2: -fix bug for packet into queue region code. -change code style for DPDK C programing. -change that "flowtype" name to " hw_flowtype " in stru

[dpdk-dev] [PATCH v4 2/3] app/testpmd: add API for configuration of queue region

2017-09-28 Thread Wei Zhao
This patch add a API configuration of queue region in rss. It can parse the parameters of region index, queue number, queue start index, user priority, traffic classes and so on. According to commands from command line, it will call i40e private API and start the process of set or flush queue regio

[dpdk-dev] [PATCH v4 3/3] doc/testpmd_app_ug: add doc info for queue region

2017-09-28 Thread Wei Zhao
Queue region only support PF by now, so this document is only for configuration of queue region on PF port. Signed-off-by: Wei Zhao --- doc/guides/testpmd_app_ug/testpmd_funcs.rst | 40 + 1 file changed, 40 insertions(+) diff --git a/doc/guides/testpmd_app_ug/testpmd

[dpdk-dev] [PATCH v4 1/3] net/i40e: queue region set and flush

2017-09-28 Thread Wei Zhao
This feature enable queue regions configuration for RSS in PF, so that different traffic classes or different packet classification types can be separated to different queues in different queue regions.This patch can set queue region range, it include queue number in a region and the index of first

Re: [dpdk-dev] [PATCH v4 41/41] net/dpaa: support for extended statistics

2017-09-28 Thread Ferruh Yigit
On 9/28/2017 3:52 AM, Shreyansh Jain wrote: >> -Original Message- >> From: Shreyansh Jain >> Sent: Thursday, September 28, 2017 7:59 AM >> To: 'Ferruh Yigit' >> Cc: dev@dpdk.org; Hemant Agrawal >> Subject: RE: [PATCH v4 41/41] net/dpaa: support for extended statistics >> >> Hi Ferruh, >>

Re: [dpdk-dev] dpdk was compiled with CONFIG_RTE_LIBRTE_VHOST_NUMA=n , but on ovs-2.8 compilation, "configure: error: unable to find libnuma, install the dependency package "

2017-09-28 Thread Burakov, Anatoly
On 28-Sep-17 6:33 AM, Joo Kim wrote: Hello, My dpdk was compiled with CONFIG_RTE_LIBRTE_VHOST_NUMA=n (which is a default in config/common_base). But, I see following error when I compile ovs-2.8 with dpdk enabled. Is this expected? Also ignorable error? " . . . checking for library cont

[dpdk-dev] [PATCH v2 0/4] add net mrvl pmd driver

2017-09-28 Thread Tomasz Duszynski
Hello, This patch series introduces the net driver for Marvell Armada 7k/8k SoCs along with documentation. Below you can find the list of features which net pmd supports: * Speed capabilities * Link status * Queue start/stop * MTU update * Jumbo frame * Promiscuous mode * Allmulticast mode * Unic

[dpdk-dev] [PATCH v2 1/4] app: link the whole rte_cfgfile library

2017-09-28 Thread Tomasz Duszynski
MRVL net pmd needs rte_cfgfile to parse QoS configuration file thus librte_pmd_mrvl.a contains undefined symbols from librte_cfgfile.a. As a result linking applications under app/ directory will fail because librte_cfgfile.a comes before librte_pmd_mrvl.a during the linking stage. Linking the who

[dpdk-dev] [PATCH v2 3/4] doc: add mrvl net pmd documentation

2017-09-28 Thread Tomasz Duszynski
Add documentation for the MRVL NET PMD driver. Signed-off-by: Jacek Siuda Signed-off-by: Tomasz Duszynski --- doc/guides/nics/features/mrvl.ini | 24 ++ doc/guides/nics/index.rst | 1 + doc/guides/nics/mrvl.rst | 151 ++ 3 files change

[dpdk-dev] [PATCH v2 4/4] maintainers: add maintainers for the mrvl net pmd

2017-09-28 Thread Tomasz Duszynski
Signed-off-by: Jacek Siuda Signed-off-by: Tomasz Duszynski --- MAINTAINERS | 10 ++ 1 file changed, 10 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index a0cd75e..d4810cf 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -393,6 +393,16 @@ F: drivers/net/mlx5/ F: doc/guides/nics/mlx

[dpdk-dev] [PATCH v2 2/4] net/mrvl: add mrvl net pmd driver

2017-09-28 Thread Tomasz Duszynski
Add support for the Marvell PPv2 (Packet Processor v2) 1/10 Gbps adapter. Driver is based on external, publicly available, light-weight Marvell MUSDK library that provides access to network packet processor. Driver comes with support for the following features: * Speed capabilities * Link status

[dpdk-dev] [PATCH v2 0/4] add crypto mrvl pmd driver

2017-09-28 Thread Tomasz Duszynski
Hello, This patch series introduces crypto driver for Marvell Armada 7k/8k SoCs along with documentation and crypto pmd driver tests. Below you can find the list of features which crypto pmd supports: * Symmetric crypto * Sym operation chaining * AES CBC (128) * AES CBC (192) * AES CBC (256) * AE

[dpdk-dev] [PATCH v2 2/4] doc: add mrvl crypto pmd documentation

2017-09-28 Thread Tomasz Duszynski
Add documentation for the MRVL CRYPTO PMD driver. Signed-off-by: Jacek Siuda Signed-off-by: Tomasz Duszynski --- doc/guides/cryptodevs/features/mrvl.ini | 42 +++ doc/guides/cryptodevs/index.rst | 1 + doc/guides/cryptodevs/mrvl.rst | 198

[dpdk-dev] [PATCH v2 1/4] crypto/mrvl: add mrvl crypto pmd driver

2017-09-28 Thread Tomasz Duszynski
Add support for the Marvell Security Crypto Accelerator EIP197. Driver is based on external, publicly available, Marvell MUSDK library that provides access to the hardware with minimum overhead and high performance. Driver comes with support for the following features: * Symmetric crypto * Sym op

[dpdk-dev] [PATCH v2 3/4] maintainers: add maintainers for the mrvl crypto pmd

2017-09-28 Thread Tomasz Duszynski
Signed-off-by: Jacek Siuda Signed-off-by: Tomasz Duszynski --- MAINTAINERS | 10 ++ 1 file changed, 10 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index d4810cf..93800d2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -561,6 +561,16 @@ F: drivers/crypto/dpaa2_sec/ F: doc/guides/

[dpdk-dev] [PATCH v2 4/4] test: add mrvl crypto pmd unit tests

2017-09-28 Thread Tomasz Duszynski
Add unit tests for MRVL CRYPTO PMD driver. Signed-off-by: Jacek Siuda Signed-off-by: Tomasz Duszynski --- test/test/test_cryptodev.c | 168 test/test/test_cryptodev.h | 1 + test/test/test_cryptodev_aes_test_vectors.h | 72 ++

[dpdk-dev] How to use ixgbe module log?

2017-09-28 Thread Sam
Hi all, I'm working on ixgbe, I want to enable "PMD_RX_LOG" and "PMD_TX_LOG", how to do this? As for normal application, I could use --log-level param to start, but ixgbe is kernel module, how to do this? Thank you~

Re: [dpdk-dev] [PATCH v2 0/4] add net mrvl pmd driver

2017-09-28 Thread Ferruh Yigit
On 9/28/2017 11:22 AM, Tomasz Duszynski wrote: > Hello, > > This patch series introduces the net driver for Marvell Armada 7k/8k > SoCs along with documentation. > > Below you can find the list of features which net pmd supports: > * Speed capabilities > * Link status > * Queue start/stop > * MTU

[dpdk-dev] [PATCH v5 02/40] bus/dpaa: introduce NXP DPAA Bus driver skeleton

2017-09-28 Thread Shreyansh Jain
Signed-off-by: Shreyansh Jain Signed-off-by: Hemant Agrawal --- MAINTAINERS | 5 + config/common_base| 3 + config/defconfig_arm64-dpaa-linuxapp-gcc | 4 + drivers/bus/Makefile | 3 + drivers/bus/dpaa/Makefile

[dpdk-dev] [PATCH v5 00/40] Introduce NXP DPAA Bus, Mempool and PMD

2017-09-28 Thread Shreyansh Jain
Change Log: v5: - rebased over net-next/master (9d660ac) - restructuring debugging macros. Removed a few and combined others. DPAA now reflects the dynamic logging with segragated DP logging - updated documentation for missing configuration option - fixed map file; sh

[dpdk-dev] [PATCH v5 01/40] config: add NXP DPAA SoC build configuration

2017-09-28 Thread Shreyansh Jain
This patch adds skeleton build configuration for DPAA platform. Signed-off-by: Shreyansh Jain --- config/defconfig_arm64-dpaa-linuxapp-gcc | 47 mk/machine/dpaa/rte.vars.mk | 61 2 files changed, 108 insertions(+) create mod

[dpdk-dev] [PATCH v5 04/40] bus/dpaa: add OF parser for device scanning

2017-09-28 Thread Shreyansh Jain
This layer is used by Bus driver's scan function. Devices are parsed using OF parser and added to DPAA device list. Signed-off-by: Geoff Thorpe Signed-off-by: Shreyansh Jain --- drivers/bus/dpaa/Makefile | 7 + drivers/bus/dpaa/base/fman/of.c | 576 ++

[dpdk-dev] [PATCH v5 03/40] bus/dpaa: add compatibility and helper macros

2017-09-28 Thread Shreyansh Jain
From: Hemant Agrawal Linked list, bit operations and compatibility macros. Signed-off-by: Geoff Thorpe Signed-off-by: Hemant Agrawal --- drivers/bus/dpaa/include/compat.h| 385 +++ drivers/bus/dpaa/include/dpaa_bits.h | 65 ++ drivers/bus/dpaa/include/

[dpdk-dev] [PATCH v5 06/40] bus/dpaa: add FMan hardware operations

2017-09-28 Thread Shreyansh Jain
Signed-off-by: Geoff Thorpe Signed-off-by: Hemant Agrawal Signed-off-by: Shreyansh Jain --- drivers/bus/dpaa/Makefile | 1 + drivers/bus/dpaa/base/fman/fman_hw.c | 562 ++ drivers/bus/dpaa/include/fsl_fman.h | 174 + drivers/bus/d

[dpdk-dev] [PATCH v5 08/40] bus/dpaa: add layer for interrupt emulation using pthread

2017-09-28 Thread Shreyansh Jain
An interrupt manager is implemented by emulating over pthreads. Handlers are registered by QBMAN layer for being notified about any interrupt request from DPAA blocks in userspace. Signed-off-by: Roy Pledge Signed-off-by: Hemant Agrawal Signed-off-by: Shreyansh Jain --- drivers/bus/dpaa/Makefi

[dpdk-dev] [PATCH v5 05/40] bus/dpaa: introducing FMan configurations

2017-09-28 Thread Shreyansh Jain
FMan or Frame Manager, inspects traffic, splits it into queueson ingress. It is also responsible for directing traffic on queues on egress. This patch introduces FMan configurational interfaces. This layer is used by Bus driver for configuring the hardware block. Signed-off-by: Geoff Thorpe Sign

[dpdk-dev] [PATCH v5 07/40] bus/dpaa: enable DPAA IOCTL portal driver

2017-09-28 Thread Shreyansh Jain
Userspace applications interact with DPAA blocks using this IOCTL driver. Signed-off-by: Geoff Thorpe Signed-off-by: Hemant Agrawal Signed-off-by: Shreyansh Jain --- drivers/bus/dpaa/Makefile | 4 +- drivers/bus/dpaa/base/qbman/process.c | 331 ++

[dpdk-dev] [PATCH v5 09/40] bus/dpaa: add routines for managing a RB tree

2017-09-28 Thread Shreyansh Jain
QMAN frames are managed over a RB tree data structure. This patch introduces necessary routines for implementing a RB tree. Signed-off-by: Geoff Thorpe Signed-off-by: Hemant Agrawal Signed-off-by: Shreyansh Jain --- drivers/bus/dpaa/include/dpaa_rbtree.h | 143 +

[dpdk-dev] [PATCH v5 10/40] bus/dpaa: add QMAN interface driver

2017-09-28 Thread Shreyansh Jain
The Queue Manager (QMan) is a hardware queue management block that allows software and accelerators on the datapath to enqueue and dequeue frames in order to communicate. This part of QBMAN DPAA Block. Signed-off-by: Geoff Thorpe Signed-off-by: Roy Pledge Signed-off-by: Hemant Agrawal Signed-o

[dpdk-dev] [PATCH v5 11/40] bus/dpaa: add QMan driver core routines

2017-09-28 Thread Shreyansh Jain
Signed-off-by: Geoff Thorpe Signed-off-by: Roy Pledge Signed-off-by: Hemant Agrawal Signed-off-by: Shreyansh Jain --- config/defconfig_arm64-dpaa-linuxapp-gcc |1 + drivers/bus/dpaa/Makefile |2 + drivers/bus/dpaa/base/qbman/dpaa_alloc.c | 88 ++ drivers/bus/dpaa/ba

[dpdk-dev] [PATCH v5 13/40] bus/dpaa: support FMAN frame queue lookup

2017-09-28 Thread Shreyansh Jain
Signed-off-by: Geoff Thorpe Signed-off-by: Roy Pledge Signed-off-by: Hemant Agrawal Signed-off-by: Shreyansh Jain --- drivers/bus/dpaa/base/qbman/qman.c| 99 ++- drivers/bus/dpaa/base/qbman/qman_driver.c | 7 ++- drivers/bus/dpaa/base/qbman/qman_priv.h |

[dpdk-dev] [PATCH v5 12/40] bus/dpaa: add BMAN driver core

2017-09-28 Thread Shreyansh Jain
The Buffer Manager (BMan) is a hardware buffer pool management block that allows software and accelerators on the datapath to acquire and release buffers in order to build frames. This patch adds the core routines. Signed-off-by: Geoff Thorpe Signed-off-by: Roy Pledge Signed-off-by: Hemant Agra

[dpdk-dev] [PATCH v5 14/40] bus/dpaa: add BMan hardware interfaces

2017-09-28 Thread Shreyansh Jain
Signed-off-by: Geoff Thorpe Signed-off-by: Roy Pledge Signed-off-by: Hemant Agrawal Signed-off-by: Shreyansh Jain --- drivers/bus/dpaa/Makefile | 1 + drivers/bus/dpaa/base/qbman/bman.c| 394 + drivers/bus/dpaa/base/qbman/bman.h| 550 ++

[dpdk-dev] [PATCH v5 16/40] bus/dpaa: integrate DPAA Bus with hardware blocks

2017-09-28 Thread Shreyansh Jain
Now that QBMAN (QMAN, BMAN) and FMAN drivers are available, this patch integrates the DPAA Bus driver for using the drivers for scanning devices and calling the PMD registered probe callbacks. Signed-off-by: Hemant Agrawal Signed-off-by: Shreyansh Jain --- drivers/bus/dpaa/dpaa_bus.c

[dpdk-dev] [PATCH v5 15/40] bus/dpaa: add fman flow control threshold setting

2017-09-28 Thread Shreyansh Jain
Signed-off-by: Geoff Thorpe Signed-off-by: Roy Pledge Signed-off-by: Hemant Agrawal Signed-off-by: Shreyansh Jain --- drivers/bus/dpaa/base/fman/fman_hw.c | 28 drivers/bus/dpaa/include/fsl_fman.h | 7 +++ 2 files changed, 35 insertions(+) diff --git a/drive

[dpdk-dev] [PATCH v5 17/40] doc: add NXP DPAA PMD documentation

2017-09-28 Thread Shreyansh Jain
Signed-off-by: Hemant Agrawal Signed-off-by: Shreyansh Jain --- MAINTAINERS | 2 + doc/guides/nics/dpaa.rst | 377 ++ doc/guides/nics/features/dpaa.ini | 8 + doc/guides/nics/index.rst | 1 + 4 files changed, 388 in

[dpdk-dev] [PATCH v5 19/40] mempool/dpaa: support NXP DPAA Mempool

2017-09-28 Thread Shreyansh Jain
This Mempool driver works with DPAA BMan hardware block. This block manages data buffers in memory, and provides efficient interface with other hardware and software components for buffer requests. This patch adds support for BMan. Compilation would be enabled in subsequent patches. Signed-off-by

[dpdk-dev] [PATCH v5 21/40] bus/dpaa: add DPAA PMD logging macros

2017-09-28 Thread Shreyansh Jain
Signed-off-by: Shreyansh Jain --- drivers/bus/dpaa/dpaa_bus.c | 5 + drivers/bus/dpaa/rte_bus_dpaa_version.map | 1 + drivers/bus/dpaa/rte_dpaa_logs.h | 22 ++ 3 files changed, 28 insertions(+) diff --git a/drivers/bus/dpaa/dpaa_bus.c b/drivers/bu

[dpdk-dev] [PATCH v5 18/40] bus/dpaa: add DPAA mempool logging macros

2017-09-28 Thread Shreyansh Jain
Signed-off-by: Shreyansh Jain --- drivers/bus/dpaa/dpaa_bus.c | 5 + drivers/bus/dpaa/rte_bus_dpaa_version.map | 1 + drivers/bus/dpaa/rte_dpaa_logs.h | 20 3 files changed, 26 insertions(+) diff --git a/drivers/bus/dpaa/dpaa_bus.c b/drivers/bus/

[dpdk-dev] [PATCH v5 20/40] config: enable compilation of DPAA Mempool driver

2017-09-28 Thread Shreyansh Jain
This patch also adds configuration necessary for compilation of DPAA Mempool driver into the DPAA specific config file. CONFIG_RTE_MBUF_DEFAULT_MEMPOOL_OPS=dpaa is also configured to allow applications to use DPAA mempool as default. Signed-off-by: Shreyansh Jain --- config/common_base

[dpdk-dev] [PATCH v5 22/40] net/dpaa: add NXP DPAA PMD driver skeleton

2017-09-28 Thread Shreyansh Jain
A skeleton which would be called after bus device scan. It currently fails to identify the device. Signed-off-by: Hemant Agrawal Signed-off-by: Shreyansh Jain --- MAINTAINERS | 1 + drivers/net/dpaa/Makefile | 57 +++ drivers/net/dpaa/dpaa_et

[dpdk-dev] [PATCH v5 23/40] config: enable NXP DPAA PMD compilation

2017-09-28 Thread Shreyansh Jain
Signed-off-by: Shreyansh Jain --- config/common_base | 1 + config/defconfig_arm64-dpaa-linuxapp-gcc | 3 +++ drivers/net/Makefile | 2 ++ mk/rte.app.mk| 5 + 4 files changed, 11 insertions(+) diff --git a/config/common_ba

[dpdk-dev] [PATCH v5 24/40] net/dpaa: support Tx and Rx queue setup

2017-09-28 Thread Shreyansh Jain
Signed-off-by: Hemant Agrawal Signed-off-by: Shreyansh Jain --- drivers/net/dpaa/Makefile | 4 + drivers/net/dpaa/dpaa_ethdev.c | 296 - drivers/net/dpaa/dpaa_rxtx.c | 370 + drivers/net/dpaa/dpaa_rxtx.h | 61 +++

[dpdk-dev] [PATCH v5 25/40] net/dpaa: support MTU update

2017-09-28 Thread Shreyansh Jain
Signed-off-by: Hemant Agrawal Signed-off-by: Shreyansh Jain --- doc/guides/nics/features/dpaa.ini | 1 + drivers/net/dpaa/dpaa_ethdev.c| 21 + 2 files changed, 22 insertions(+) diff --git a/doc/guides/nics/features/dpaa.ini b/doc/guides/nics/features/dpaa.ini index 9e8

[dpdk-dev] [PATCH v5 26/40] net/dpaa: support jumbo frames

2017-09-28 Thread Shreyansh Jain
Signed-off-by: Hemant Agrawal Signed-off-by: Shreyansh Jain --- doc/guides/nics/features/dpaa.ini | 1 + drivers/net/dpaa/dpaa_ethdev.c| 13 +++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/doc/guides/nics/features/dpaa.ini b/doc/guides/nics/features/dpaa.ini i

[dpdk-dev] [PATCH v5 27/40] net/dpaa: support link status update

2017-09-28 Thread Shreyansh Jain
Signed-off-by: Hemant Agrawal Signed-off-by: Shreyansh Jain --- doc/guides/nics/features/dpaa.ini | 1 + drivers/net/dpaa/dpaa_ethdev.c| 42 +++ 2 files changed, 43 insertions(+) diff --git a/doc/guides/nics/features/dpaa.ini b/doc/guides/nics/features/

[dpdk-dev] [PATCH v5 29/40] net/dpaa: support promiscuous toggle

2017-09-28 Thread Shreyansh Jain
Signed-off-by: Hemant Agrawal Signed-off-by: Shreyansh Jain --- doc/guides/nics/features/dpaa.ini | 1 + drivers/net/dpaa/dpaa_ethdev.c| 21 + 2 files changed, 22 insertions(+) diff --git a/doc/guides/nics/features/dpaa.ini b/doc/guides/nics/features/dpaa.ini index 19b

[dpdk-dev] [PATCH v5 28/40] net/dpaa: support device info and speed capability

2017-09-28 Thread Shreyansh Jain
Signed-off-by: Hemant Agrawal Signed-off-by: Shreyansh Jain --- doc/guides/nics/features/dpaa.ini | 1 + drivers/net/dpaa/dpaa_ethdev.c| 20 2 files changed, 21 insertions(+) diff --git a/doc/guides/nics/features/dpaa.ini b/doc/guides/nics/features/dpaa.ini index 132f

[dpdk-dev] [PATCH v5 30/40] net/dpaa: support multicast toggle

2017-09-28 Thread Shreyansh Jain
Signed-off-by: Hemant Agrawal Signed-off-by: Shreyansh Jain --- doc/guides/nics/features/dpaa.ini | 1 + drivers/net/dpaa/dpaa_ethdev.c| 20 2 files changed, 21 insertions(+) diff --git a/doc/guides/nics/features/dpaa.ini b/doc/guides/nics/features/dpaa.ini index b2df

[dpdk-dev] [PATCH v5 31/40] net/dpaa: support MAC address update

2017-09-28 Thread Shreyansh Jain
Signed-off-by: Hemant Agrawal Signed-off-by: Shreyansh Jain --- doc/guides/nics/features/dpaa.ini | 1 + drivers/net/dpaa/dpaa_ethdev.c| 48 +++ 2 files changed, 49 insertions(+) diff --git a/doc/guides/nics/features/dpaa.ini b/doc/guides/nics/features/

[dpdk-dev] [PATCH v5 32/40] net/dpaa: support basic stats

2017-09-28 Thread Shreyansh Jain
Signed-off-by: Hemant Agrawal Signed-off-by: Shreyansh Jain --- doc/guides/nics/features/dpaa.ini | 1 + drivers/net/dpaa/dpaa_ethdev.c| 20 2 files changed, 21 insertions(+) diff --git a/doc/guides/nics/features/dpaa.ini b/doc/guides/nics/features/dpaa.ini index cdf5

[dpdk-dev] [PATCH v5 36/40] net/dpaa: support checksum offload

2017-09-28 Thread Shreyansh Jain
Signed-off-by: Hemant Agrawal Signed-off-by: Shreyansh Jain --- doc/guides/nics/features/dpaa.ini | 2 + drivers/net/dpaa/dpaa_ethdev.c| 4 ++ drivers/net/dpaa/dpaa_rxtx.c | 89 +++ drivers/net/dpaa/dpaa_rxtx.h | 23 +- 4 files changed,

[dpdk-dev] [PATCH v5 35/40] net/dpaa: support packet type parsing

2017-09-28 Thread Shreyansh Jain
Add support for parsing the packet type and L2/L3 checksum offload capability information. Signed-off-by: Hemant Agrawal Signed-off-by: Shreyansh Jain --- doc/guides/nics/features/dpaa.ini | 2 + drivers/net/dpaa/dpaa_ethdev.c| 27 + drivers/net/dpaa/dpaa_rxtx.c | 116 ++

[dpdk-dev] [PATCH v5 33/40] net/dpaa: support flow control

2017-09-28 Thread Shreyansh Jain
Signed-off-by: Hemant Agrawal Signed-off-by: Shreyansh Jain --- doc/guides/nics/features/dpaa.ini | 1 + drivers/net/dpaa/dpaa_ethdev.c| 112 ++ 2 files changed, 113 insertions(+) diff --git a/doc/guides/nics/features/dpaa.ini b/doc/guides/nics/feature

[dpdk-dev] [PATCH v5 37/40] net/dpaa: support Scattered Rx

2017-09-28 Thread Shreyansh Jain
Signed-off-by: Hemant Agrawal Signed-off-by: Shreyansh Jain --- doc/guides/nics/features/dpaa.ini | 1 + drivers/net/dpaa/dpaa_rxtx.c | 159 ++ drivers/net/dpaa/dpaa_rxtx.h | 9 +++ 3 files changed, 169 insertions(+) diff --git a/doc/guides/nics

[dpdk-dev] [PATCH v5 34/40] net/dpaa: support hashed RSS

2017-09-28 Thread Shreyansh Jain
Signed-off-by: Hemant Agrawal Signed-off-by: Shreyansh Jain --- drivers/net/dpaa/dpaa_ethdev.c | 1 + drivers/net/dpaa/dpaa_ethdev.h | 10 ++ 2 files changed, 11 insertions(+) diff --git a/drivers/net/dpaa/dpaa_ethdev.c b/drivers/net/dpaa/dpaa_ethdev.c index ebceb8d..5860dfa 100644 ---

[dpdk-dev] [PATCH v5 40/40] net/dpaa: support extended statistics

2017-09-28 Thread Shreyansh Jain
From: Hemant Agrawal Signed-off-by: Hemant Agrawal --- doc/guides/nics/features/dpaa.ini | 1 + drivers/net/dpaa/dpaa_ethdev.c| 143 ++ drivers/net/dpaa/dpaa_ethdev.h| 40 +++ 3 files changed, 184 insertions(+) diff --git a/doc/guides/nics

[dpdk-dev] [PATCH v5 38/40] net/dpaa: add packet dump for debugging

2017-09-28 Thread Shreyansh Jain
Signed-off-by: Hemant Agrawal Signed-off-by: Shreyansh Jain --- drivers/net/dpaa/dpaa_ethdev.c | 42 ++ drivers/net/dpaa/dpaa_rxtx.c | 26 ++ 2 files changed, 68 insertions(+) diff --git a/drivers/net/dpaa/dpaa_ethdev.c b/drivers

[dpdk-dev] [PATCH v5 39/40] net/dpaa: support firmware version get API

2017-09-28 Thread Shreyansh Jain
From: Hemant Agrawal Signed-off-by: Hemant Agrawal --- doc/guides/nics/features/dpaa.ini | 1 + drivers/net/dpaa/dpaa_ethdev.c| 36 drivers/net/dpaa/dpaa_ethdev.h| 5 + 3 files changed, 42 insertions(+) diff --git a/doc/guides/nics/features/dp

Re: [dpdk-dev] [PATCH v4 11/41] bus/dpaa: add QMan driver core routines

2017-09-28 Thread Shreyansh Jain
On Tuesday 19 September 2017 07:48 PM, Shreyansh Jain wrote: On Monday 18 September 2017 08:23 PM, Ferruh Yigit wrote: On 9/9/2017 12:21 PM, Shreyansh Jain wrote: Signed-off-by: Geoff Thorpe Signed-off-by: Roy Pledge Signed-off-by: Hemant Agrawal Signed-off-by: Shreyansh Jain <...> +#ifd

Re: [dpdk-dev] [PATCH v4 13/41] bus/dpaa: add support for FMAN frame queue lookup

2017-09-28 Thread Shreyansh Jain
On Monday 18 September 2017 08:21 PM, Ferruh Yigit wrote: On 9/9/2017 12:21 PM, Shreyansh Jain wrote: Signed-off-by: Geoff Thorpe Signed-off-by: Roy Pledge Signed-off-by: Hemant Agrawal Signed-off-by: Shreyansh Jain <...> +#if !defined(CONFIG_FSL_QMAN_FQ_LOOKUP) && defined(RTE_ARCH_ARM

Re: [dpdk-dev] [PATCH v4 17/41] doc: add NXP DPAA PMD documentation

2017-09-28 Thread Shreyansh Jain
On Tuesday 19 September 2017 07:55 PM, Shreyansh Jain wrote: On Monday 18 September 2017 08:23 PM, Ferruh Yigit wrote: On 9/9/2017 12:21 PM, Shreyansh Jain wrote: Signed-off-by: Hemant Agrawal Signed-off-by: Shreyansh Jain [...] +  This is not a DPAA specific configuration - it is a gene

Re: [dpdk-dev] [PATCH v2 0/4] add net mrvl pmd driver

2017-09-28 Thread Amit Tomer
>> This patch series introduces the net driver for Marvell Armada 7k/8k >> SoCs along with documentation. Wondering, if it could be tested on Marvell Armada 3700 based ESPRESSObin board ? Thanks Amit

Re: [dpdk-dev] [PATCH v4 25/41] net/dpaa: add support for Tx and Rx queue setup

2017-09-28 Thread Shreyansh Jain
On Thursday 21 September 2017 06:29 PM, Shreyansh Jain wrote: Hello Ferruh, Apologies for delay in response for these, I am already working to get the next version based on your comments. Meanwhile, some comments inline... On Monday 18 September 2017 08:25 PM, Ferruh Yigit wrote: On 9/9/2017

Re: [dpdk-dev] How to use ixgbe module log?

2017-09-28 Thread Burakov, Anatoly
On 28-Sep-17 11:26 AM, Sam wrote: Hi all, I'm working on ixgbe, I want to enable "PMD_RX_LOG" and "PMD_TX_LOG", how to do this? As for normal application, I could use --log-level param to start, but ixgbe is kernel module, how to do this? Thank you~ Hi Sam, In DPDK, ixgbe is not a kernel

Re: [dpdk-dev] [PATCH v2 0/4] add net mrvl pmd driver

2017-09-28 Thread Marcin Wojtas
Hi Amit, 2017-09-28 13:40 GMT+02:00 Amit Tomer : > > >> This patch series introduces the net driver for Marvell Armada 7k/8k > >> SoCs along with documentation. > > Wondering, if it could be tested on Marvell Armada 3700 based > ESPRESSObin board ? > Different SoC. This one is intended to work wi

[dpdk-dev] [PATCH v6 00/40] Introduce NXP DPAA Bus, Mempool and PMD

2017-09-28 Thread Shreyansh Jain
Change Log: v6: - rebased over net-next/master (9d660ac) - fixed mk/rte.app.mk (Thomas's comment). It had incorrect style of adding library linking - changed from manual memcpy of etheraddr to ether_addr_copy as suggested by Ferruh (these were minor changes missed in v5)

[dpdk-dev] [PATCH v6 01/40] config: add NXP DPAA SoC build configuration

2017-09-28 Thread Shreyansh Jain
This patch adds skeleton build configuration for DPAA platform. Signed-off-by: Shreyansh Jain --- config/defconfig_arm64-dpaa-linuxapp-gcc | 47 mk/machine/dpaa/rte.vars.mk | 61 2 files changed, 108 insertions(+) create mod

[dpdk-dev] [PATCH v6 02/40] bus/dpaa: introduce NXP DPAA Bus driver skeleton

2017-09-28 Thread Shreyansh Jain
Signed-off-by: Shreyansh Jain Signed-off-by: Hemant Agrawal --- MAINTAINERS | 5 + config/common_base| 3 + config/defconfig_arm64-dpaa-linuxapp-gcc | 4 + drivers/bus/Makefile | 3 + drivers/bus/dpaa/Makefile

[dpdk-dev] [PATCH v6 03/40] bus/dpaa: add compatibility and helper macros

2017-09-28 Thread Shreyansh Jain
From: Hemant Agrawal Linked list, bit operations and compatibility macros. Signed-off-by: Geoff Thorpe Signed-off-by: Hemant Agrawal --- drivers/bus/dpaa/include/compat.h| 385 +++ drivers/bus/dpaa/include/dpaa_bits.h | 65 ++ drivers/bus/dpaa/include/

[dpdk-dev] [PATCH v6 04/40] bus/dpaa: add OF parser for device scanning

2017-09-28 Thread Shreyansh Jain
This layer is used by Bus driver's scan function. Devices are parsed using OF parser and added to DPAA device list. Signed-off-by: Geoff Thorpe Signed-off-by: Shreyansh Jain --- drivers/bus/dpaa/Makefile | 7 + drivers/bus/dpaa/base/fman/of.c | 576 ++

[dpdk-dev] [PATCH v6 07/40] bus/dpaa: enable DPAA IOCTL portal driver

2017-09-28 Thread Shreyansh Jain
Userspace applications interact with DPAA blocks using this IOCTL driver. Signed-off-by: Geoff Thorpe Signed-off-by: Hemant Agrawal Signed-off-by: Shreyansh Jain --- drivers/bus/dpaa/Makefile | 4 +- drivers/bus/dpaa/base/qbman/process.c | 331 ++

[dpdk-dev] [PATCH v6 05/40] bus/dpaa: introducing FMan configurations

2017-09-28 Thread Shreyansh Jain
FMan or Frame Manager, inspects traffic, splits it into queueson ingress. It is also responsible for directing traffic on queues on egress. This patch introduces FMan configurational interfaces. This layer is used by Bus driver for configuring the hardware block. Signed-off-by: Geoff Thorpe Sign

[dpdk-dev] [PATCH v6 06/40] bus/dpaa: add FMan hardware operations

2017-09-28 Thread Shreyansh Jain
Signed-off-by: Geoff Thorpe Signed-off-by: Hemant Agrawal Signed-off-by: Shreyansh Jain --- drivers/bus/dpaa/Makefile | 1 + drivers/bus/dpaa/base/fman/fman_hw.c | 562 ++ drivers/bus/dpaa/include/fsl_fman.h | 174 + drivers/bus/d

[dpdk-dev] [PATCH v6 09/40] bus/dpaa: add routines for managing a RB tree

2017-09-28 Thread Shreyansh Jain
QMAN frames are managed over a RB tree data structure. This patch introduces necessary routines for implementing a RB tree. Signed-off-by: Geoff Thorpe Signed-off-by: Hemant Agrawal Signed-off-by: Shreyansh Jain --- drivers/bus/dpaa/include/dpaa_rbtree.h | 143 +

[dpdk-dev] [PATCH v6 08/40] bus/dpaa: add layer for interrupt emulation using pthread

2017-09-28 Thread Shreyansh Jain
An interrupt manager is implemented by emulating over pthreads. Handlers are registered by QBMAN layer for being notified about any interrupt request from DPAA blocks in userspace. Signed-off-by: Roy Pledge Signed-off-by: Hemant Agrawal Signed-off-by: Shreyansh Jain --- drivers/bus/dpaa/Makefi

[dpdk-dev] [PATCH v6 11/40] bus/dpaa: add QMan driver core routines

2017-09-28 Thread Shreyansh Jain
Signed-off-by: Geoff Thorpe Signed-off-by: Roy Pledge Signed-off-by: Hemant Agrawal Signed-off-by: Shreyansh Jain --- config/defconfig_arm64-dpaa-linuxapp-gcc |1 + drivers/bus/dpaa/Makefile |2 + drivers/bus/dpaa/base/qbman/dpaa_alloc.c | 88 ++ drivers/bus/dpaa/ba

[dpdk-dev] [PATCH v6 10/40] bus/dpaa: add QMAN interface driver

2017-09-28 Thread Shreyansh Jain
The Queue Manager (QMan) is a hardware queue management block that allows software and accelerators on the datapath to enqueue and dequeue frames in order to communicate. This part of QBMAN DPAA Block. Signed-off-by: Geoff Thorpe Signed-off-by: Roy Pledge Signed-off-by: Hemant Agrawal Signed-o

[dpdk-dev] [PATCH v6 13/40] bus/dpaa: support FMAN frame queue lookup

2017-09-28 Thread Shreyansh Jain
Signed-off-by: Geoff Thorpe Signed-off-by: Roy Pledge Signed-off-by: Hemant Agrawal Signed-off-by: Shreyansh Jain --- drivers/bus/dpaa/base/qbman/qman.c| 99 ++- drivers/bus/dpaa/base/qbman/qman_driver.c | 7 ++- drivers/bus/dpaa/base/qbman/qman_priv.h |

[dpdk-dev] [PATCH v6 12/40] bus/dpaa: add BMAN driver core

2017-09-28 Thread Shreyansh Jain
The Buffer Manager (BMan) is a hardware buffer pool management block that allows software and accelerators on the datapath to acquire and release buffers in order to build frames. This patch adds the core routines. Signed-off-by: Geoff Thorpe Signed-off-by: Roy Pledge Signed-off-by: Hemant Agra

[dpdk-dev] [PATCH v6 15/40] bus/dpaa: add fman flow control threshold setting

2017-09-28 Thread Shreyansh Jain
Signed-off-by: Geoff Thorpe Signed-off-by: Roy Pledge Signed-off-by: Hemant Agrawal Signed-off-by: Shreyansh Jain --- drivers/bus/dpaa/base/fman/fman_hw.c | 28 drivers/bus/dpaa/include/fsl_fman.h | 7 +++ 2 files changed, 35 insertions(+) diff --git a/drive

[dpdk-dev] [PATCH v6 14/40] bus/dpaa: add BMan hardware interfaces

2017-09-28 Thread Shreyansh Jain
Signed-off-by: Geoff Thorpe Signed-off-by: Roy Pledge Signed-off-by: Hemant Agrawal Signed-off-by: Shreyansh Jain --- drivers/bus/dpaa/Makefile | 1 + drivers/bus/dpaa/base/qbman/bman.c| 394 + drivers/bus/dpaa/base/qbman/bman.h| 550 ++

[dpdk-dev] [PATCH v6 18/40] bus/dpaa: add DPAA mempool logging macros

2017-09-28 Thread Shreyansh Jain
Signed-off-by: Shreyansh Jain --- drivers/bus/dpaa/dpaa_bus.c | 5 + drivers/bus/dpaa/rte_bus_dpaa_version.map | 1 + drivers/bus/dpaa/rte_dpaa_logs.h | 20 3 files changed, 26 insertions(+) diff --git a/drivers/bus/dpaa/dpaa_bus.c b/drivers/bus/

  1   2   3   >