[dpdk-dev] [PATCH v1 00/30] Enhancements and fixes in NXP dpaax drivers and fsl-mc bus

2019-08-27 Thread Sachin Saxena
This patch set adds following enhancements: 1. IEEE1588 support in net/dpaa2 2. Interrupt support in net/dpaa 3. Support multi vfio group in fsl-mc bus 4. Taildrop support on frame count basis 5. Soft parser driver in net/dpaa2 6. Enhanced debug infor

[dpdk-dev] [PATCH v1 02/30] net/dpaa: improve the Rx offload debug message

2019-08-27 Thread Sachin Saxena
From: Hemant Agrawal This patch also align few RX offload support to right category. Signed-off-by: Hemant Agrawal Reviewed-by: Sachin Saxena --- drivers/net/dpaa/dpaa_ethdev.c | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/drivers/net/dpaa/

[dpdk-dev] [PATCH v1 01/30] bus/dpaa: fix DPAA SEC blacklist case

2019-08-27 Thread Sachin Saxena
From: Hemant Agrawal The black list of dpaa_sec devices fails. EAL: failed to parse device "dpaa:dpaa_sec-1" This patch address following issues: - bus usages dpaa-sec while the driver usage dpaa_sec - bus usages numbers from 0 to MAX_SEC - while driver probe usages sec number form max-fman_devi

[dpdk-dev] [PATCH v1 03/30] bus/dpaa: remove un-necessary thread affinity

2019-08-27 Thread Sachin Saxena
From: Nipun Gupta Thread affinity is already taken care by DPDK. Remove them from bus. Signed-off-by: Nipun Gupta --- drivers/bus/dpaa/base/qbman/qman_driver.c | 56 ++- drivers/bus/dpaa/dpaa_bus.c | 13 -- 2 files changed, 3 insertions(+), 66 deletions(-)

[dpdk-dev] [PATCH v1 04/30] bus/dpaa: decouple fq portal alloc and init

2019-08-27 Thread Sachin Saxena
From: Nipun Gupta The decoupling of FQ portal allocation is required as a pre-requisite to support Rx interrupts as we need to have event FD's at portal allocation i.e. before the initialization of the Frame Queues. This change will help us get the event fd once the portals have been allocated fo

[dpdk-dev] [PATCH v1 05/30] net/dpaa: support Rx interrupt handler

2019-08-27 Thread Sachin Saxena
From: Nipun Gupta This patch adds interrupt handler support for the ethernet devices which are configured with a dedicated portal for packet Rx (i.e. for FQ's in push mode). Signed-off-by: Nipun Gupta --- drivers/bus/dpaa/base/qbman/qman_driver.c | 3 ++- drivers/bus/dpaa/include/fsl_qman.h

[dpdk-dev] [PATCH v1 06/30] net/dpaa: support for Rx interrupt enable and disable

2019-08-27 Thread Sachin Saxena
From: Nipun Gupta This patch adds support for dpaa eth driver interrupt enable and disable callback functions. Signed-off-by: Nipun Gupta --- drivers/bus/dpaa/base/qbman/qman.c| 45 +++ drivers/bus/dpaa/base/qbman/qman_driver.c | 5 +++ drivers/bus/dpaa/base/qbman/

[dpdk-dev] [PATCH v1 10/30] common/dpaax: reduce debug mesages

2019-08-27 Thread Sachin Saxena
From: Hemant Agrawal Signed-off-by: Hemant Agrawal Reviewed-by: Sachin Saxena --- drivers/common/dpaax/dpaax_iova_table.c | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/drivers/common/dpaax/dpaax_iova_table.c b/drivers/common/dpaax/dpaax_iova_table.c index

[dpdk-dev] [PATCH v1 11/30] mempool/dpaa: reduce debug messages

2019-08-27 Thread Sachin Saxena
From: Hemant Agrawal Signed-off-by: Hemant Agrawal Reviewed-by: Sachin Saxena --- drivers/mempool/dpaa/dpaa_mempool.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/mempool/dpaa/dpaa_mempool.c b/drivers/mempool/dpaa/dpaa_mempool.c index c371d3a6b..a25697f05 100

[dpdk-dev] [PATCH v1 08/30] net/dpaa: reduce debug messages

2019-08-27 Thread Sachin Saxena
From: Hemant Agrawal Signed-off-by: Hemant Agrawal Reviewed-by: Sachin Saxena --- drivers/net/dpaa/dpaa_ethdev.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/drivers/net/dpaa/dpaa_ethdev.c b/drivers/net/dpaa/dpaa_ethdev.c index 42ab3d05f..dc2e584b1 100644 --- a/driv

[dpdk-dev] [PATCH v1 09/30] net/dpaa2: improve the Rx offload debug message

2019-08-27 Thread Sachin Saxena
From: Hemant Agrawal Signed-off-by: Hemant Agrawal --- drivers/net/dpaa2/dpaa2_ethdev.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/net/dpaa2/dpaa2_ethdev.c b/drivers/net/dpaa2/dpaa2_ethdev.c index dd6a78f9f..bbebb66fe 100644 --- a/drivers/

[dpdk-dev] [PATCH v1 12/30] net/dpaa2: realign Rx offload support types

2019-08-27 Thread Sachin Saxena
From: Hemant Agrawal Signed-off-by: Hemant Agrawal --- drivers/net/dpaa2/dpaa2_ethdev.c | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/drivers/net/dpaa2/dpaa2_ethdev.c b/drivers/net/dpaa2/dpaa2_ethdev.c index bbebb66fe..130fb5297 100644 --- a/drivers/ne

[dpdk-dev] [PATCH v1 07/30] net/dpaa: add SG support in Tx for non DPAA buffer

2019-08-27 Thread Sachin Saxena
From: Nipun Gupta This patch adds support for Scatter Gather in the transmit side, for the cases where the buffer are received which are not from DPAA buffer pool. Signed-off-by: Nipun Gupta --- drivers/net/dpaa/dpaa_rxtx.c | 189 +++ 1 file changed, 101 inserti

[dpdk-dev] [PATCH v1 15/30] net/dpaa2: add optional non-prefetch Rx mode

2019-08-27 Thread Sachin Saxena
From: Nipun Gupta When we need particular number of packets from the rx routine, which would change in every call, we cannot prefetch the packets and provide previous results to the user. User can select the mode by using devargs for non pretech mode. Signed-off-by: Nipun Gupta --- doc/guides

[dpdk-dev] [PATCH v1 16/30] net/dpaa2: add taildrop support on frame count basis

2019-08-27 Thread Sachin Saxena
From: Hemant Agrawal The existing taildrop was based on queue data size. This patch replaces it with frame count bases using CGR methods of DPAA2 device. The number of CGRs are limited. So, - use per queue CGR based tail drop for as many as CGR available. - Remaining queues shall use the legacy b

[dpdk-dev] [PATCH v1 19/30] net/dpaa2: use LFQIDs in Tx instead of qdid

2019-08-27 Thread Sachin Saxena
Signed-off-by: Sachin Saxena --- drivers/net/dpaa2/dpaa2_ethdev.c | 10 ++ drivers/net/dpaa2/dpaa2_rxtx.c | 12 +--- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/drivers/net/dpaa2/dpaa2_ethdev.c b/drivers/net/dpaa2/dpaa2_ethdev.c index 925637409..8814de271 100

[dpdk-dev] [PATCH v1 14/30] net/dpaa2: support L2 payload based RSS distribution

2019-08-27 Thread Sachin Saxena
From: Hemant Agrawal Signed-off-by: Hemant Agrawal --- drivers/net/dpaa2/dpaa2_ethdev.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/dpaa2/dpaa2_ethdev.h b/drivers/net/dpaa2/dpaa2_ethdev.h index 33b1506aa..69ab577f5 100644 --- a/drivers/net/dpaa2/dpaa2_ethdev.h +++ b/drivers/

[dpdk-dev] [PATCH v1 17/30] net/dpaa2: add cgr counters in xtra stats

2019-08-27 Thread Sachin Saxena
From: Hemant Agrawal Add congestion frame drop and byte drop count in xtra stats. Signed-off-by: Hemant Agrawal --- drivers/net/dpaa2/dpaa2_ethdev.c | 24 ++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/drivers/net/dpaa2/dpaa2_ethdev.c b/drivers/net/dpaa

[dpdk-dev] [PATCH v1 18/30] net/dpaa2: add support for config max Rx length in HW

2019-08-27 Thread Sachin Saxena
From: Hemant Agrawal The MC expects the length to be configured without CRC Signed-off-by: Hemant Agrawal --- drivers/net/dpaa2/dpaa2_ethdev.c | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/drivers/net/dpaa2/dpaa2_ethdev.c b/drivers/net/dpaa2/dpaa2_ethde

[dpdk-dev] [PATCH v1 13/30] net/dpaa2: enable Rx offload for timestamp

2019-08-27 Thread Sachin Saxena
From: Hemant Agrawal Signed-off-by: Hemant Agrawal --- drivers/net/dpaa2/dpaa2_ethdev.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/net/dpaa2/dpaa2_ethdev.c b/drivers/net/dpaa2/dpaa2_ethdev.c index 130fb5297..4689cf9a4 100644 --- a/drivers/net/dpaa2/dpaa2_et

[dpdk-dev] [PATCH v1 24/30] net/dpaa2: add ptp driver

2019-08-27 Thread Sachin Saxena
From: Priyanka Jain This patch adds the support for PTP driver for DPAA2 devices. To enable set CONFIG_RTE_LIBRTE_IEEE1588=y in config/defconfig_arm64-dpaa2-linuxapp-gc Signed-off-by: Priyanka Jain --- config/defconfig_arm64-dpaa2-linuxapp-gcc| 2 +- drivers/bus/fslmc/fslmc_bus.c

[dpdk-dev] [PATCH v1 20/30] net/dpaa2: support dpdmux classification on eth type

2019-08-27 Thread Sachin Saxena
From: Hemant Agrawal Signed-off-by: Hemant Agrawal --- drivers/net/dpaa2/dpaa2_mux.c | 84 +++ 1 file changed, 55 insertions(+), 29 deletions(-) diff --git a/drivers/net/dpaa2/dpaa2_mux.c b/drivers/net/dpaa2/dpaa2_mux.c index e487c6b54..1910cc418 100644 --- a/dr

[dpdk-dev] [PATCH v1 23/30] net/dpaa2: add dprtc sub-module

2019-08-27 Thread Sachin Saxena
From: Priyanka Jain This patch add support for dprtc (Data Path Real Time Clock) sub-module based on MC 10.16.0 flib. It provides interface for PTP stack software to access physical IEEE 1588 Real Time Clock. Signed-off-by: Priyanka Jain --- drivers/net/dpaa2/Makefile | 1 + drive

[dpdk-dev] [PATCH v1 22/30] net/dpaa2: add timestamp support

2019-08-27 Thread Sachin Saxena
From: Priyanka Jain IEEE1588 driver needs timestamp of packets. For DPAA2, the timestamp of TX packets is stored in annotation area of corresponding TX confirmation packet. This patch enables timestamp fields in annotation area and TX confirmation mode if CONFIG_RTE_LIBRTE_IEEE1588 is set in con

[dpdk-dev] [PATCH v1 21/30] net/dpaa2: add Tx confirmation mode support

2019-08-27 Thread Sachin Saxena
From: Priyanka Jain TX confirmation mode provides dedicated confirmation queues for transmitted packets. These queues are used by software to get the status and release transmitted packets buffers. By default TX confirmation mode is kept disabled. Signed-off-by: Priyanka Jain --- drivers/bus/

[dpdk-dev] [PATCH v1 29/30] net/dpaa2: add support for soft parser in MC

2019-08-27 Thread Sachin Saxena
From: Sunil Kumar Kori Signed-off-by: Sunil Kumar Kori Reviewed-by: Sachin Saxena --- drivers/net/dpaa2/mc/dpni.c | 117 drivers/net/dpaa2/mc/fsl_dpni.h | 133 drivers/net/dpaa2/mc/fsl_dpni_cmd.h | 43 - 3 files changed

[dpdk-dev] [PATCH v1 28/30] net/dpaa2: support separate MC portal per process

2019-08-27 Thread Sachin Saxena
From: Shreyansh Jain Earlier, there was a single MCP handle which was available across complete DPAA2 driver as well as part of the dev_private which was shared by the secondary process. For secondary, that is not valid and it would require to open its own handle for the MC. This is eventually u

[dpdk-dev] [PATCH v1 27/30] bus/fslmc: support multi vfio group

2019-08-27 Thread Sachin Saxena
From: Hemant Agrawal DPAA2 support VFIO device passthrough in VM. However in this case, each device is associated with different vfio group. This code required different container id for each group. On using the same container fd the second time, ioctl calls are returning error. Signed-off-by:

[dpdk-dev] [PATCH v1 25/30] bus/fslmc: update PA-VA dpaax library only in PA mode

2019-08-27 Thread Sachin Saxena
From: Shreyansh Jain The address translation support for PA->VA is required only in case of PA mode operation of DPDK. This was causing warning to be reported on running any DPAA2 application in VA mode: Add: Incorrect entry for PA->VA Table(xx) Add: Lowest address:

[dpdk-dev] [PATCH v1 26/30] bus/fslmc: check for Dma map in primary process only

2019-08-27 Thread Sachin Saxena
From: Shreyansh Jain DMA mapping is a property of primary process - SMMU population done once by primary doesn't need to be populated again in secondary Signed-off-by: Shreyansh Jain Reviewed-by: Sachin Saxena --- drivers/bus/fslmc/fslmc_bus.c | 15 +-- 1 file changed, 9 insertion

[dpdk-dev] [PATCH v1 30/30] net/dpaa2: add soft parser driver

2019-08-27 Thread Sachin Saxena
From: Sunil Kumar Kori Signed-off-by: Sunil Kumar Kori --- drivers/net/dpaa2/Makefile| 1 + drivers/net/dpaa2/dpaa2_ethdev.c | 24 +++ drivers/net/dpaa2/dpaa2_ethdev.h | 4 + drivers/net/dpaa2/dpaa2_sparser.c | 269 ++ drivers/net/dpaa2/dpaa2_sparser.h

Re: [dpdk-dev] [PATCH v1 00/13] introduces ppfe network PMD

2019-08-27 Thread Gagandeep Singh
Hi Ferruh, > Subject: [PATCH v1 00/13] introduces ppfe network PMD > > This series introduces ppfe (programmable packet > forwarding engine) network poll mode driver for > NXP SoC ls1012a. > > First patch of this series move OF library code from > dpaa bus to a common folder as PPFE also uses th

[dpdk-dev] [PATCH v2] net/ixgbe: fix Rx/Tx queue interrupt for X552/557 devices

2019-08-27 Thread Jiang JunyuX
X552/557 devices do not enable the queue interrupt mapping, this patch fix the issue. Fixes: d2e72774e58c ("ixgbe/base: support X550") Signed-off-by: Jiang JunyuX --- drivers/net/ixgbe/ixgbe_ethdev.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/net/ixgbe/ixgbe_

Re: [dpdk-dev] [PATCH v2] net/ixgbe: fix Rx/Tx queue interrupt for X552/557 devices

2019-08-27 Thread Ye Xiaolong
Hi, On 08/27, Jiang JunyuX wrote: >X552/557 devices do not enable the queue interrupt mapping, >this patch fix the issue. Could you elaborate more about the issue that this patch trying to solve? > >Fixes: d2e72774e58c ("ixgbe/base: support X550") Please also cc sta...@dpdk.org for a fix patch

Re: [dpdk-dev] [PATCH v5] eal: use memzone to share tsc hz with secondary processes

2019-08-27 Thread Bruce Richardson
On Mon, Aug 26, 2019 at 06:44:46AM -0700, Jim Harris wrote: > Ideally, get_tsc_freq_arch() is able to provide the > TSC rate using arch-specific means. When that is not > possible, DPDK reverts to calculating the TSC rate with > a 100ms nanosleep or 1s sleep. The latter occurs more > frequently i

Re: [dpdk-dev] [PATCH v2 0/2] add abi version testing to app/test

2019-08-27 Thread Bruce Richardson
On Mon, Aug 26, 2019 at 05:45:55PM +0100, Ray Kinsella wrote: > > > On 23/08/2019 16:49, Aaron Conole wrote: > > Ray Kinsella writes: > > > >> This patchset adds ABI version testing to the app/test unit test framework, > >> addressing two issues previously raised during ML conversations on ABI

[dpdk-dev] [RFC PATCH 2/2] virtio: one way barrier for packed vring desc used flags

2019-08-27 Thread Joyce Kong
In case VIRTIO_F_ORDER_PLATFORM(36) is not negotiated, then the frontend and backend are assumed to be implemented in software, that is they can run on identical CPUs in an SMP configuration. Thus a weak form of memory barriers like rte_smp_r/wmb, other than rte_cio_r/wmb, is sufficient for this ca

[dpdk-dev] [RFC PATCH 0/2] virtio: one way barrier for packed vring flags

2019-08-27 Thread Joyce Kong
This patch set replaces the two-way barriers with C11 one-way barriers for packed vring flags, when the frontend and backend are implemented in software. By doing vhost-user + virtio-user case benchmarking, 9% performance gain in the RFC2544 test was measured on Thunderx2 platform.[1] [1]https://

[dpdk-dev] [RFC PATCH 1/2] virtio: one way barrier for packed vring desc avail flags

2019-08-27 Thread Joyce Kong
In case VIRTIO_F_ORDER_PLATFORM(36) is not negotiated, then the frontend and backend are assumed to be implemented in software, that is they can run on identical CPUs in an SMP configuration. Thus a weak form of memory barriers like rte_smp_r/wmb, other than rte_cio_r/wmb, is sufficient for this ca

Re: [dpdk-dev] [PATCH 1/6] net/e1000: use dynamic log type for tx/rx debug

2019-08-27 Thread Ferruh Yigit
On 7/16/2019 4:40 PM, Stephen Hemminger wrote: > The generic RTE_LOGTYPE_PMD is a historical relic and should > not be used. Every driver should register the logtypes > for itself. > > Signed-off-by: Stephen Hemminger <...> > +#ifdef RTE_LIBRTE_E1000_DEBUG_RX > + e1000_logtype_rx = rte_log_

Re: [dpdk-dev] [PATCH 3/6] net/ixgbe: use dynamic log type for tx/rx debug

2019-08-27 Thread Ferruh Yigit
On 7/16/2019 4:40 PM, Stephen Hemminger wrote: > The generic RTE_LOGTYPE_PMD is a historical relic and should > not be used. Every driver must dynamic log types. > > Signed-off-by: Stephen Hemminger <...> > @@ -161,16 +161,14 @@ ixgbe_add_tx_flow_control_drop_filter(struct > rte_eth_dev *eth_d

Re: [dpdk-dev] [PATCH] net/cxgbe: implement dynamic log type

2019-08-27 Thread Ferruh Yigit
On 7/16/2019 7:53 PM, Stephen Hemminger wrote: > The generic RTE_LOGTYPE_PMD is a historical relic and should > be deprecated. Every driver must register its own logtype. > > Signed-off-by: Stephen Hemminger Applied to dpdk-next-net/master, thanks.

Re: [dpdk-dev] [PATCH v2 0/2] add abi version testing to app/test

2019-08-27 Thread Ray Kinsella
On 27/08/2019 09:17, Bruce Richardson wrote: > On Mon, Aug 26, 2019 at 05:45:55PM +0100, Ray Kinsella wrote: >> >> >> On 23/08/2019 16:49, Aaron Conole wrote: >>> Ray Kinsella writes: >>> This patchset adds ABI version testing to the app/test unit test framework, addressing two issues

[dpdk-dev] [PATCH 0/1] net/enic: enic driver doesn't work with 2nd process

2019-08-27 Thread dirk
dirk (1): net/enic: enic driver doesn't work with 2nd process. the problem is that the private data structure enic uses pointers to rte_eth_dev and rte_pci_device which are overwritten when a 2nd process starts using this device. given patch removes these two pointers from the private data

[dpdk-dev] [PATCH 1/1] net/enic: enic driver doesn't work with 2nd process

2019-08-27 Thread dirk
Signed-off-by: dirk --- drivers/net/enic/enic.h | 36 --- drivers/net/enic/enic_clsf.c | 5 +- drivers/net/enic/enic_ethdev.c| 79 ++- drivers/net/enic/enic_main.c | 177 +++--- drivers/net/enic/enic_res.c

Re: [dpdk-dev] [PATCH] net/ark: implement dynamic log type

2019-08-27 Thread Ferruh Yigit
On 7/16/2019 7:55 PM, Stephen Hemminger wrote: > The generic RTE_LOGTYPE_PMD is a historical relic and should > will be deprecated in near future. Every driver must register its own logtype. > > Signed-off-by: Stephen Hemminger Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/master, thanks.

Re: [dpdk-dev] [dpdk-stable] [PATCH] app/testpmd: remove duplicated support for Rx offloading

2019-08-27 Thread Ferruh Yigit
On 8/5/2019 1:25 PM, Flavia Musatescu wrote: > The testpmd application provides two sets of commands for RX offload > flags configuration. The purpose of this patch is to eliminate this > duplication by removing the old set of commands: > “port config all crc-strip|scatter|rx-cksum|rx-timestamp|hw-

[dpdk-dev] [PATCH 1/1] net/enic: enic driver doesn't work with 2nd process

2019-08-27 Thread dirk
net/enic: enic driver doesn't work with 2nd process. the problem is that the private data structure enic uses pointers to rte_eth_dev and rte_pci_device which are overwritten when a 2nd process starts using this device. given patch removes these two pointers from the private data and uses the corre

[dpdk-dev] [PATCH 0/1] net/enic: enic driver doesn't work with 2nd process

2019-08-27 Thread dirk
dirk (1): net/enic: enic driver doesn't work with 2nd process. the problem is that the private data structure enic uses pointers to rte_eth_dev and rte_pci_device which are overwritten when a 2nd process starts using this device. given patch removes these two pointers from the private data

[dpdk-dev] [PATCH] net/mlx5: remove unneeded constant definition

2019-08-27 Thread Dekel Peled
Constant MLX5_GROUP_FACTOR is defined with value 1, and used to multiply group value in two places. This patch removes the unneeded constant definition and use. Cc: sta...@dpdk.org Signed-off-by: Dekel Peled --- drivers/net/mlx5/mlx5.h | 1 - drivers/net/mlx5/mlx5_flow_dv.c | 5 ++---

Re: [dpdk-dev] [PATCH v2] net/ixgbe: fix Rx/Tx queue interrupt for X552/557 devices

2019-08-27 Thread Jiang, JunyuX
Hi, > Could you elaborate more about the issue that this patch trying to solve? this issue is:start l3fwd-power with pf port0 bind to vfio-pci,there was no response when send packets to l3fwd-power in x552/x557. > -Original Message- > From: Ye, Xiaolong > Sent: Tuesday, August 27, 2019

[dpdk-dev] [PATCH 2/2] eal: DPDK init doesn't fail even if device probe fails.

2019-08-27 Thread Nitin Katiyar
rte_bus_probe() doesn't return error. As a result rte_eal_init() doesn't catch this error and thus making dpdk initialization successful despite probe failing for devices. This patch returns error if probe fails for any of device. Signed-off-by: Nitin Katiyar --- lib/librte_eal/common/eal_commo

[dpdk-dev] [PATCH 1/2] bus/pci: Fail rte_pci_probe if probing all whitelisted devices fail.

2019-08-27 Thread Nitin Katiyar
Even if whitelist of devices is provided, rte_pci_probe() increments the probed counter for all the devices present in the system. If probe fails for all the whitelisted devices it still return success because failed and probed counts don't match. This patch increments probed count only when devic

Re: [dpdk-dev] [PATCH v2] net/pcap: propagate timestamp from pcap_pkthdr to mbuf

2019-08-27 Thread Ferruh Yigit
On 8/2/2019 9:57 AM, Sylvain Rodon wrote: > From: Sylvain Rodon > > Timestamp is always set in PCAP header, whether it reads a file or > listen on an interface. This information can be important for some > applications and it cannot be obtained otherwise (especially when > reading a PCAP file, wh

[dpdk-dev] [PATCH v3 0/4] add unit tests for eal vfio library

2019-08-27 Thread Chaitanya Babu Talluri
1/4: fix vfio unmap that fails unexpectedly 2/4: fix vfio unmap that succeeds unexpectedly 3/4: add API to check iommu type is set 4/4: add unit tests for eal vfio Patch 4/4 depends on 1/4,2/4,3/4 Signed-off-by: Chaitanya Babu Talluri --- v3: Added API to check iommu type. v2: Updated commit mes

[dpdk-dev] [PATCH v3 2/4] lib/eal: fix vfio unmap that succeeds unexpectedly

2019-08-27 Thread Chaitanya Babu Talluri
Unmapping page with a VA that is found in the list of current mappings will succeed even if the IOVA for the chunk that is being unmapped,is mismatched. Fix it by checking if IOVA address matches the expected IOVA address exactly. Fixes: 73a6390859 ("vfio: allow to map other memory regions") Cc:

[dpdk-dev] [PATCH v3 3/4] lib/eal: add API to check iommu type is set

2019-08-27 Thread Chaitanya Babu Talluri
Add rte_vfio_iommu_type_is_set() to check IOMMU type for default container. Signed-off-by: Chaitanya Babu Talluri --- lib/librte_eal/common/include/rte_vfio.h | 10 ++ lib/librte_eal/linux/eal/eal_vfio.c | 16 2 files changed, 26 insertions(+) diff --git a/lib/libr

[dpdk-dev] [PATCH v3 4/4] app/test: add unit tests for eal vfio

2019-08-27 Thread Chaitanya Babu Talluri
Unit test cases are added for eal vfio library. eal_vfio_autotest added to meson build file. Signed-off-by: Chaitanya Babu Talluri --- app/test/Makefile| 1 + app/test/meson.build | 2 + app/test/test_eal_vfio.c | 736 +++ 3 files changed, 739

[dpdk-dev] [PATCH v3 1/4] lib/eal: fix vfio unmap that fails unexpectedly

2019-08-27 Thread Chaitanya Babu Talluri
Unmap fails when there are duplicate entries in user_mem_maps. The fix is to validate if the input VA, IOVA exists or overlaps in user_mem_maps before creating map. Fixes: 73a63908 ("vfio: allow to map other memory regions") Cc: sta...@dpdk.org Signed-off-by: Chaitanya Babu Talluri --- lib/lib

Re: [dpdk-dev] [PATCH v5] eal: use memzone to share tsc hz with secondary processes

2019-08-27 Thread Burakov, Anatoly
On 26-Aug-19 2:44 PM, Jim Harris wrote: Ideally, get_tsc_freq_arch() is able to provide the TSC rate using arch-specific means. When that is not possible, DPDK reverts to calculating the TSC rate with a 100ms nanosleep or 1s sleep. The latter occurs more frequently in VMs which often do not hav

Re: [dpdk-dev] [PATCH v2] net/nfb: remove resources when port is closed

2019-08-27 Thread Ferruh Yigit
On 8/12/2019 12:19 PM, Rastislav Cernay wrote: > From: Rastislav Cernay > > The rte_eth_dev_close() function now handles freeing resources for > devices (e.g., mac_addrs). To conform with the new close() behaviour we > are asserting the RTE_ETH_DEV_CLOSE_REMOVE flag so that > rte_eth_dev_close()

Re: [dpdk-dev] [PATCH] net/mlx5: remove unneeded constant definition

2019-08-27 Thread Matan Azrad
From: Dekel Peled > Constant MLX5_GROUP_FACTOR is defined with value 1, and used to > multiply group value in two places. > > This patch removes the unneeded constant definition and use. > > Cc: sta...@dpdk.org > > Signed-off-by: Dekel Peled Acked-by: Matan Azrad

Re: [dpdk-dev] [PATCH] ethdev: fix doc reference to FDIR disabled mode

2019-08-27 Thread Ferruh Yigit
On 8/18/2019 10:37 AM, Andrew Rybchenko wrote: > There is no RTE_FDIR_DISABLE. The right name is RTE_FDIR_MODE_NONE. > > Fixes: af75078fece3 ("first public release") > Cc: sta...@dpdk.org > > Signed-off-by: Andrew Rybchenko Applied to dpdk-next-net/master, thanks.

Re: [dpdk-dev] [PATCH v5] eal: use memzone to share tsc hz with secondary processes

2019-08-27 Thread Bruce Richardson
On Tue, Aug 27, 2019 at 01:04:18PM +0100, Burakov, Anatoly wrote: > On 26-Aug-19 2:44 PM, Jim Harris wrote: > > Ideally, get_tsc_freq_arch() is able to provide the > > TSC rate using arch-specific means. When that is not > > possible, DPDK reverts to calculating the TSC rate with > > a 100ms nanos

Re: [dpdk-dev] [RFC] net/ena: use dynamic log type for debug logging

2019-08-27 Thread Michał Krawczyk
wt., 16 lip 2019 o 22:43 Stephen Hemminger napisał(a): > > The generic RTE_LOGTYPE_PMD is a historical relic and should > not be used. Every driver must use dynamic logtypes. > > Compile tested only! > > Signed-off-by: Stephen Hemminger Tested-by: Michal Krawczyk > --- > drivers/net/ena/base/e

Re: [dpdk-dev] [PATCH] ethdev: fix endian annotation for spi item

2019-08-27 Thread Ferruh Yigit
On 8/23/2019 11:17 AM, Andrew Rybchenko wrote: > On 8/20/19 4:45 PM, David Marchand wrote: >> spi should be set with network endian values. >> While 0x == htonl(0x), this missing annotation is caught >> by sparse when compiling ovs (dpdk-latest branch). >> >> Fixes: d4b684f7197a ("n

Re: [dpdk-dev] [dpdk-stable] [PATCH] net/af_packet: fix for stale sockets

2019-08-27 Thread Ferruh Yigit
On 8/23/2019 4:28 PM, John W. Linville wrote: > On Thu, Aug 22, 2019 at 11:55:36AM +0530, Abhishek Sachan wrote: >> af_packet driver is leaving stale socket after device is removed. >> Ring buffers are memory mapped when device is added using rte_dev_probe. >> There is no corresponding munmap call

Re: [dpdk-dev] [PATCH v2 2/7] ethdev: add mbuf RSS update as an offload

2019-08-27 Thread Andrew Rybchenko
On 8/23/19 4:19 AM, Stephen Hemminger wrote: On Thu, 22 Aug 2019 02:17:50 +0530 wrote: From: Pavan Nikhilesh Add new Rx offload flag `DEV_RX_OFFLOAD_RSS_HASH` which can be used to enable/disable PMDs write to `rte_mbuf::hash::rss`. PMDs notify the validity of `rte_mbuf::hash:rss` to the appl

Re: [dpdk-dev] [PATCH 01/13] net/bnxt: hsi version update

2019-08-27 Thread Ferruh Yigit
On 8/22/2019 6:53 AM, Ajit Khaparde wrote: > From: Kalesh AP > > Signed-off-by: Kalesh AP > Reviewed-by: Somnath Kotur > Reviewed-by: Ajit Khaparde > --- > drivers/net/bnxt/hsi_struct_def_dpdk.h | 137 + > 1 file changed, 137 insertions(+) Hi Kalesh, As far as I can

Re: [dpdk-dev] [PATCH 2/2] eal: DPDK init doesn't fail even if device probe fails.

2019-08-27 Thread Aaron Conole
Nitin Katiyar writes: > rte_bus_probe() doesn't return error. As a result rte_eal_init() > doesn't catch this error and thus making dpdk initialization > successful despite probe failing for devices. > > This patch returns error if probe fails for any of device. > > Signed-off-by: Nitin Katiyar

Re: [dpdk-dev] [PATCH v5] eal: use memzone to share tsc hz with secondary processes

2019-08-27 Thread Bruce Richardson
On Tue, Aug 27, 2019 at 01:04:18PM +0100, Burakov, Anatoly wrote: > On 26-Aug-19 2:44 PM, Jim Harris wrote: > > Ideally, get_tsc_freq_arch() is able to provide the > > TSC rate using arch-specific means. When that is not > > possible, DPDK reverts to calculating the TSC rate with > > a 100ms nanos

Re: [dpdk-dev] [PATCH v2 0/2] add abi version testing to app/test

2019-08-27 Thread Ray Kinsella
On 27/08/2019 09:28, Ray Kinsella wrote: > > > On 27/08/2019 09:17, Bruce Richardson wrote: >> On Mon, Aug 26, 2019 at 05:45:55PM +0100, Ray Kinsella wrote: >>> >>> >>> On 23/08/2019 16:49, Aaron Conole wrote: Ray Kinsella writes: > This patchset adds ABI version testing to the

[dpdk-dev] [PATCH 02/51] app/testpmd: check status of getting ethdev info

2019-08-27 Thread Andrew Rybchenko
From: Ivan Ilchenko Add eth_dev_info_get_print_err() which is a wrapper for rte_eth_dev_info_get() printing error if rte_eth_dev_info_get() fails and returning its status code. Signed-off-by: Ivan Ilchenko Signed-off-by: Andrew Rybchenko --- app/test-pmd/cmdline.c | 119 +

[dpdk-dev] [PATCH 07/51] ring: check status of getting ethdev info

2019-08-27 Thread Andrew Rybchenko
From: Ivan Ilchenko rte_eth_dev_info_get() return value was changed from void to int, so this patch modify rte_eth_dev_info_get() usage across app/test/test_pmd_ring.c according to its new return type. Signed-off-by: Ivan Ilchenko Signed-off-by: Andrew Rybchenko --- app/test/test_pmd_ring.c |

[dpdk-dev] [PATCH 05/51] latency: check status of getting ethdev info

2019-08-27 Thread Andrew Rybchenko
From: Ivan Ilchenko rte_eth_dev_info_get() return value was changed from void to int, so this patch modify rte_eth_dev_info_get() usage across latency component according to its new return type. Signed-off-by: Ivan Ilchenko Signed-off-by: Andrew Rybchenko --- lib/librte_latencystats/rte_laten

[dpdk-dev] [PATCH 08/51] app/procinfo: check status of getting ethdev info

2019-08-27 Thread Andrew Rybchenko
From: Ivan Ilchenko rte_eth_dev_info_get() return value was changed from void to int, so this patch modify rte_eth_dev_info_get() usage across app/procinfo according to its new return type. Signed-off-by: Ivan Ilchenko Signed-off-by: Andrew Rybchenko --- app/proc-info/main.c | 15

[dpdk-dev] [PATCH 00/51] ethdev: change rte_eth_dev_info_get() return value to int

2019-08-27 Thread Andrew Rybchenko
It is the first patch series to get rid of void returning functions in ethdev in accordance with deprecation notice [1]. The patch to change dev_infos_get callback prototype to allow driver return error will follow. [1] https://patches.dpdk.org/patch/56969/ Ivan Ilchenko (51): ethdev: change r

[dpdk-dev] [PATCH 03/51] app/eventdev: check status of getting ethdev info

2019-08-27 Thread Andrew Rybchenko
From: Ivan Ilchenko rte_eth_dev_info_get() return value was changed from void to int, so this patch modify rte_eth_dev_info_get() usage across app/test-eventdev according to its new return type. Signed-off-by: Ivan Ilchenko Signed-off-by: Andrew Rybchenko --- app/test-eventdev/test_perf_commo

[dpdk-dev] [PATCH 04/51] kni: check status of getting ethdev info

2019-08-27 Thread Andrew Rybchenko
From: Ivan Ilchenko rte_eth_dev_info_get() return value was changed from void to int, so this patch modify rte_eth_dev_info_get() usage across app/test/test_kni.c according to its new return type. Signed-off-by: Ivan Ilchenko Signed-off-by: Andrew Rybchenko --- app/test/test_kni.c | 27 ++

[dpdk-dev] [PATCH 06/51] pdump: check status of getting ethdev info

2019-08-27 Thread Andrew Rybchenko
From: Ivan Ilchenko rte_eth_dev_info_get() return value was changed from void to int, so this patch modify rte_eth_dev_info_get() usage across pdump component according to its new return type. Signed-off-by: Ivan Ilchenko Signed-off-by: Andrew Rybchenko --- lib/librte_pdump/rte_pdump.c | 9 ++

[dpdk-dev] [PATCH 15/51] examples/rxtx_callbacks: check status of getting ethdev info

2019-08-27 Thread Andrew Rybchenko
From: Ivan Ilchenko rte_eth_dev_info_get() return value was changed from void to int, so this patch modify rte_eth_dev_info_get() usage across examples/rxtx_callbacks according to its new return type. Signed-off-by: Ivan Ilchenko Signed-off-by: Andrew Rybchenko --- examples/rxtx_callbacks/mai

[dpdk-dev] [PATCH 17/51] examples/qos_meter: check status of getting ethdev info

2019-08-27 Thread Andrew Rybchenko
From: Ivan Ilchenko rte_eth_dev_info_get() return value was changed from void to int, so this patch modify rte_eth_dev_info_get() usage across examples/qos_meter according to its new return type. Signed-off-by: Ivan Ilchenko Signed-off-by: Andrew Rybchenko --- examples/qos_meter/main.c | 16 +

[dpdk-dev] [PATCH 09/51] app/test: check status of getting ethdev info in bonding

2019-08-27 Thread Andrew Rybchenko
From: Ivan Ilchenko rte_eth_dev_info_get() return value was changed from void to int, so this patch modify rte_eth_dev_info_get() usage across app/test/test_link_bonding_rssconf.c according to its new return type. Signed-off-by: Ivan Ilchenko Signed-off-by: Andrew Rybchenko --- app/test/test_

[dpdk-dev] [PATCH 10/51] app/test: check ethdev info get result in event Rx adapter

2019-08-27 Thread Andrew Rybchenko
From: Ivan Ilchenko rte_eth_dev_info_get() return value was changed from void to int, so this patch modify rte_eth_dev_info_get() usage across app/test/test_event_eth_rx_adapter.c according to its new return type. Signed-off-by: Ivan Ilchenko Signed-off-by: Andrew Rybchenko --- app/test/test_

[dpdk-dev] [PATCH 11/51] net/bnxt: check status of getting ethdev info

2019-08-27 Thread Andrew Rybchenko
From: Ivan Ilchenko rte_eth_dev_info_get() return value was changed from void to int, so this patch modify rte_eth_dev_info_get() usage across net/bnxt according to its new return type. Signed-off-by: Ivan Ilchenko Signed-off-by: Andrew Rybchenko --- drivers/net/bnxt/rte_pmd_bnxt.c | 122

[dpdk-dev] [PATCH 13/51] net/netvsc: check status of getting ethdev info

2019-08-27 Thread Andrew Rybchenko
From: Ivan Ilchenko rte_eth_dev_info_get() return value was changed from void to int, so this patch modify rte_eth_dev_info_get() usage across net/netvsc according to its new return type. Signed-off-by: Ivan Ilchenko Signed-off-by: Andrew Rybchenko --- drivers/net/netvsc/hn_vf.c | 10

[dpdk-dev] [PATCH 16/51] examples/l3fwd: check status of getting ethdev info

2019-08-27 Thread Andrew Rybchenko
From: Ivan Ilchenko rte_eth_dev_info_get() return value was changed from void to int, so this patch modify rte_eth_dev_info_get() usage across examples/l3fwd according to its new return type. Signed-off-by: Ivan Ilchenko Signed-off-by: Andrew Rybchenko --- examples/l3fwd/main.c | 14 +

[dpdk-dev] [PATCH 12/51] net/bonding: check status of getting ethdev info

2019-08-27 Thread Andrew Rybchenko
From: Ivan Ilchenko rte_eth_dev_info_get() return value was changed from void to int, so this patch modify rte_eth_dev_info_get() usage across net/bonding according to its new return type. Signed-off-by: Ivan Ilchenko Signed-off-by: Andrew Rybchenko --- drivers/net/bonding/rte_eth_bond_api.c

[dpdk-dev] [PATCH 18/51] examples/ip_frag: check status of getting ethdev info

2019-08-27 Thread Andrew Rybchenko
From: Ivan Ilchenko rte_eth_dev_info_get() return value was changed from void to int, so this patch modify rte_eth_dev_info_get() usage across examples/ip_frag according to its new return type. Signed-off-by: Ivan Ilchenko Signed-off-by: Andrew Rybchenko --- examples/ip_fragmentation/main.c |

[dpdk-dev] [PATCH 14/51] net/softnic: check status of getting ethdev info

2019-08-27 Thread Andrew Rybchenko
From: Ivan Ilchenko rte_eth_dev_info_get() return value was changed from void to int, so this patch modify rte_eth_dev_info_get() usage across net/softnic according to its new return type. Signed-off-by: Ivan Ilchenko Signed-off-by: Andrew Rybchenko --- drivers/net/softnic/rte_eth_softnic_lin

[dpdk-dev] [PATCH 01/51] ethdev: change rte_eth_dev_info_get() return value to int

2019-08-27 Thread Andrew Rybchenko
From: Ivan Ilchenko Change rte_eth_dev_info_get() return value from void to int and return negative errno values in case of error conditions. Modify rte_eth_dev_info_get() usage across the ethdev according to new return type. Signed-off-by: Ivan Ilchenko Signed-off-by: Andrew Rybchenko --- do

[dpdk-dev] [PATCH 21/51] examples/distributor: check status of getting ethdev info

2019-08-27 Thread Andrew Rybchenko
From: Ivan Ilchenko rte_eth_dev_info_get() return value was changed from void to int, so this patch modify rte_eth_dev_info_get() usage across examples/distributor according to its new return type. Signed-off-by: Ivan Ilchenko Signed-off-by: Andrew Rybchenko --- examples/distributor/main.c |

[dpdk-dev] [PATCH 20/51] examples/vmdq: check status of getting ethdev info

2019-08-27 Thread Andrew Rybchenko
From: Ivan Ilchenko rte_eth_dev_info_get() return value was changed from void to int, so this patch modify rte_eth_dev_info_get() usage across examples/vmdq according to its new return type. Signed-off-by: Ivan Ilchenko Signed-off-by: Andrew Rybchenko --- examples/vmdq/main.c | 16 +++

[dpdk-dev] [PATCH 22/51] examples/l3fwd-acl: check status of getting ethdev info

2019-08-27 Thread Andrew Rybchenko
From: Ivan Ilchenko rte_eth_dev_info_get() return value was changed from void to int, so this patch modify rte_eth_dev_info_get() usage across examples/l3fwd-acl according to its new return type. Signed-off-by: Ivan Ilchenko Signed-off-by: Andrew Rybchenko --- examples/l3fwd-acl/main.c | 22 +

[dpdk-dev] [PATCH 23/51] examples/vm_power: check status of getting ethdev info

2019-08-27 Thread Andrew Rybchenko
From: Ivan Ilchenko rte_eth_dev_info_get() return value was changed from void to int, so this patch modify rte_eth_dev_info_get() usage across examples/vm_power according to its new return type. Signed-off-by: Ivan Ilchenko Signed-off-by: Andrew Rybchenko --- examples/vm_power_manager/main.c

[dpdk-dev] [PATCH 25/51] examples/flow_filtering: check status of getting ethdev info

2019-08-27 Thread Andrew Rybchenko
From: Ivan Ilchenko rte_eth_dev_info_get() return value was changed from void to int, so this patch modify rte_eth_dev_info_get() usage across examples/flow_filtering according to its new return type. Signed-off-by: Ivan Ilchenko Signed-off-by: Andrew Rybchenko --- examples/flow_filtering/mai

[dpdk-dev] [PATCH 24/51] examples/qos_sched: check status of getting ethdev info

2019-08-27 Thread Andrew Rybchenko
From: Ivan Ilchenko rte_eth_dev_info_get() return value was changed from void to int, so this patch modify rte_eth_dev_info_get() usage across examples/qos_sched according to its new return type. Signed-off-by: Ivan Ilchenko Signed-off-by: Andrew Rybchenko --- examples/qos_sched/init.c | 8 ++

[dpdk-dev] [PATCH 26/51] examples/l3fwd-power: check status of getting ethdev info

2019-08-27 Thread Andrew Rybchenko
From: Ivan Ilchenko rte_eth_dev_info_get() return value was changed from void to int, so this patch modify rte_eth_dev_info_get() usage across examples/l3fwd-power according to its new return type. Signed-off-by: Ivan Ilchenko Signed-off-by: Andrew Rybchenko --- examples/l3fwd-power/main.c |

[dpdk-dev] [PATCH 27/51] examples/l2fwd: check status of getting ethdev info

2019-08-27 Thread Andrew Rybchenko
From: Ivan Ilchenko rte_eth_dev_info_get() return value was changed from void to int, so this patch modify rte_eth_dev_info_get() usage across examples/l2fwd according to its new return type. Signed-off-by: Ivan Ilchenko Signed-off-by: Andrew Rybchenko --- examples/l2fwd/main.c | 8 +++-

[dpdk-dev] [PATCH 29/51] examples/vmdq_dcb: check status of getting ethdev info

2019-08-27 Thread Andrew Rybchenko
From: Ivan Ilchenko rte_eth_dev_info_get() return value was changed from void to int, so this patch modify rte_eth_dev_info_get() usage across examples/vmdq_dcb according to its new return type. Signed-off-by: Ivan Ilchenko Signed-off-by: Andrew Rybchenko --- examples/vmdq_dcb/main.c | 18 +++

  1   2   >