On 09/06/2018 06:59 AM, Tiwei Bie wrote:
Fixes: 62250c1d0978 ("vhost: extract split ring handling from Rx and Tx
functions")
Fixes: a922401f35cc ("vhost: add Rx support for packed ring")
Cc: sta...@dpdk.org
Signed-off-by: Tiwei Bie
---
lib/librte_vhost/virtio_net.c | 7 ---
1 file ch
Hi Fan,
On 06/22/2018 02:36 PM, Fan Zhang wrote:
Originally vhost_crypto sample application only supports single
core. This patch adds the multi-core support with more flexible
options.
Signed-off-by: Fan Zhang
---
doc/guides/sample_app_ug/vhost_crypto.rst | 26 +-
examples/vhost_crypto/ma
Hi all,
maybe a bug or something I'm doing wrong: I'm using the example
flow_filtering on a RedHat 7.5, kernel 3.10.0-862.6.3.el7.x86_64 with
i40e and X710.
DPDK is 18.08 and configuration is x86_64-native-linuxapp-gcc
I changed the SRC_IP and DST_IP this way
#define SRC_IP ((83<<24) + (175
> -Original Message-
> From: Li, Xiaoyun
> Sent: Monday, September 10, 2018 6:18 PM
> To: Xing, Beilei ; Zhang, Qi Z
> Cc: dev@dpdk.org; Yang, Zhiyong ; Richardson,
> Bruce ; Hunt, David ; Li,
> Xiaoyun
> Subject: [PATCH v4] net/i40e: add interface to choose latest vector path
>
> Rig
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Zhang, Qi Z
> Sent: Wednesday, September 12, 2018 3:45 PM
> To: Li, Xiaoyun ; Xing, Beilei
> Cc: dev@dpdk.org; Yang, Zhiyong ; Richardson,
> Bruce ; Hunt, David
> Subject: Re: [dpdk-dev] [PATCH v4] net/i40e: ad
On 09/06/2018 08:19 PM, Jens Freimann wrote:
vq->vq_free_cnt = vq->vq_nentries;
memset(vq->vq_descx, 0, sizeof(struct vq_desc_extra) * vq->vq_nentries);
+ vq->vq_used_cons_idx = 0;
+ vq->vq_avail_idx = 0;
+ if (vtpci_packed_queue(vq->hw)) {
+
On 12.09.2018 09:49, Zhang, Qi Z wrote:
>
>
>> -Original Message-
>> From: Ilya Maximets [mailto:i.maxim...@samsung.com]
>> Sent: Monday, September 10, 2018 11:09 PM
>> To: Zhang, Qi Z ; dev@dpdk.org
>> Cc: Lu, Wenzhuo ; Ananyev, Konstantin
>> ; Laurent Hardy
>> ; Dai, Wei ;
>> sta...@dpd
verbosity for the received/sent packets is needed in all of the
forwarding engines so moving it to be in a separate function.
Signed-off-by: Raslan Darawsheh
---
app/test-pmd/Makefile | 1 +
app/test-pmd/testpmd.h | 2 +
app/test-pmd/util.c| 143 +
use the generic function to dump packets for several forwarding
engines.
To dump received packets first bit of verbosity need to be set and for sent
packets verbosity second bit need to be set.
for example:
dump rx : set verbose 1
dump tx : set verbose 2
dump rx and tx : s
On 2018年09月12日 12:27, Tiwei Bie wrote:
On Wed, Sep 12, 2018 at 11:47:20AM +0800, Jason Wang wrote:
Hi:
Try to launch virtio_user + vhost_kernel with: testpmd
--vdev=virtio_user0,path=/dev/vhost-net -- -i
It seems we get a deadlock on
rte_rwlock_read_lock(&mcfg->memory_hotplug_lock)
Yes, yo
On 09/06/2018 08:19 PM, Jens Freimann wrote:
Add helper functions to set/clear and check descriptor flags.
Signed-off-by: Jens Freimann
---
drivers/net/virtio/virtio_ring.h | 26 ++
drivers/net/virtio/virtqueue.h | 19 +++
2 files changed, 45 ins
> -Original Message-
> From: Ilya Maximets [mailto:i.maxim...@samsung.com]
> Sent: Wednesday, September 12, 2018 4:05 PM
> To: Zhang, Qi Z ; dev@dpdk.org
> Cc: Lu, Wenzhuo ; Ananyev, Konstantin
> ; Laurent Hardy
> ; Dai, Wei ;
> sta...@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH] net/ixgbe:
Patch 5355f443 added two definitions of DEV_TX_OFFLOAD_xxx.
If new Tx offload capabilities are defined, they also must be mentioned
in rte_tx_offload_names in rte_ethdev.c file.
This patch adds the required lines in array rte_tx_offload_names.
Fixes: 5355f4439e2e ("ethdev: introduce generic IP/UD
On 09/12/2018 11:28 AM, Dekel Peled wrote:
Patch 5355f443 added two definitions of DEV_TX_OFFLOAD_xxx.
If new Tx offload capabilities are defined, they also must be mentioned
in rte_tx_offload_names in rte_ethdev.c file.
This patch adds the required lines in array rte_tx_offload_names.
Fixes: 5
hi, ferruh
On 8/25/2018 12:22 AM, Ferruh Yigit wrote:
On 7/11/2018 12:51 PM, Jeff Guo wrote:
This patch aim to enable hotplug detect in ixgbe PMD. Firstly it
set the flags RTE_PCI_DRV_INTR_RMV in drv_flags to announce the hotplug
ability, and then use rte_eth_dev_event_handler_install to insta
Hi
i have query with respect to HQos.
why number of queues in traffic class is fixed to *4*. And it was
mentioned that "*cannot be changed*".
RTE_SCHED_QUEUES_PER_TRAFFIC_CLASS *4*
link :
http://doc.dpdk.org/api-17.11/rte__sched_8h.html#a326fddd15331c0fd66c7a181a6b43e29
Any reason behind this
Fixes bad arguments error for cli commands related to adding
meter profile for srtcm_rfc2697, trtcm_rfc2698 and trtcm_rfc4115.
error log:
testpmd> add port meter profile trtcm_rfc2698 2 0 312500 312500 250
250
Bad arguments
Fixes: 30ffb4e67ee3 ("app/testpmd: add commands traffic
On Wed, Sep 12, 2018 at 10:25:57AM +0200, Maxime Coquelin wrote:
On 09/06/2018 08:19 PM, Jens Freimann wrote:
Add helper functions to set/clear and check descriptor flags.
Signed-off-by: Jens Freimann
---
drivers/net/virtio/virtio_ring.h | 26 ++
drivers/net/virtio/v
On Wed, Sep 12, 2018 at 10:02:30AM +0200, Maxime Coquelin wrote:
On 09/06/2018 08:19 PM, Jens Freimann wrote:
vq->vq_free_cnt = vq->vq_nentries;
memset(vq->vq_descx, 0, sizeof(struct vq_desc_extra) * vq->vq_nentries);
+ vq->vq_used_cons_idx = 0;
+ vq->vq_avail_idx
On 09/06/2018 08:19 PM, Jens Freimann wrote:
Flush used descriptors in packed receive virtqueue. As descriptors
can be chained we need to look at the stored number of used descriptors
to find out the length of the chain.
Signed-off-by: Jens Freimann
---
drivers/net/virtio/virtqueue.c | 17
On 09/06/2018 08:19 PM, Jens Freimann wrote:
Add support to dump packed virtqueue data to the
VIRTQUEUE_DUMP() macro.
Signed-off-by: Jens Freimann
---
drivers/net/virtio/virtqueue.h | 6 ++
1 file changed, 6 insertions(+)
diff --git a/drivers/net/virtio/virtqueue.h b/drivers/net/virt
On 09/06/2018 08:19 PM, Jens Freimann wrote:
From: Yuanhan Liu
Add option to enable packed queue support for virtio-user
devices.
Signed-off-by: Yuanhan Liu
---
drivers/net/virtio/virtio_user/virtio_user_dev.c | 10 --
drivers/net/virtio/virtio_user/virtio_user_dev.h | 2 +-
d
On Wed, Sep 12, 2018 at 06:21:06AM +, Shahaf Shuler wrote:
> Friday, September 7, 2018 6:24 PM, Bruce Richardson:
> > Subject: Re: [dpdk-dev] Change in binary name w/ meson build
> >
> > On Fri, Sep 07, 2018 at 03:13:43PM +0100, Bruce Richardson wrote:
> > > On Wed, Sep 05, 2018 at 11:52:10AM
On Wed, 2018-09-12 at 10:30 +0100, Bruce Richardson wrote:
> On Wed, Sep 12, 2018 at 06:21:06AM +, Shahaf Shuler wrote:
> > Friday, September 7, 2018 6:24 PM, Bruce Richardson:
> > > Subject: Re: [dpdk-dev] Change in binary name w/ meson build
> > >
> > > On Fri, Sep 07, 2018 at 03:13:43PM +01
On Tue, Sep 11, 2018 at 10:47:58PM +0100, Luca Boccassi wrote:
> On Tue, 2018-09-11 at 21:36 +0100, Luca Boccassi wrote:
> > On Tue, 2018-09-11 at 17:13 +0100, Bruce Richardson wrote:
> > > Signed-off-by: Bruce Richardson
> > > ---
> > > NOTE: this patch depends upon:
> > > http://patches.dpdk.org
On Wed, 2018-09-12 at 10:36 +0100, Bruce Richardson wrote:
> On Tue, Sep 11, 2018 at 10:47:58PM +0100, Luca Boccassi wrote:
> > On Tue, 2018-09-11 at 21:36 +0100, Luca Boccassi wrote:
> > > On Tue, 2018-09-11 at 17:13 +0100, Bruce Richardson wrote:
> > > > Signed-off-by: Bruce Richardson
> > > > -
On Wed, Sep 12, 2018 at 11:12:50AM +0200, Maxime Coquelin wrote:
On 09/06/2018 08:19 PM, Jens Freimann wrote:
[...]
+ if (vtpci_packed_queue(vq->hw)) {
+ i = vq->vq_used_cons_idx;
+ while (desc_is_used(&descs[i], &vq->vq_ring) &&
+ i < vq-
On Wed, Sep 12, 2018 at 10:48:15AM +0100, Luca Boccassi wrote:
> On Wed, 2018-09-12 at 10:36 +0100, Bruce Richardson wrote:
> > On Tue, Sep 11, 2018 at 10:47:58PM +0100, Luca Boccassi wrote:
> > > On Tue, 2018-09-11 at 21:36 +0100, Luca Boccassi wrote:
> > > > On Tue, 2018-09-11 at 17:13 +0100, Bru
> -Original Message-
> From: phil.y...@arm.com [mailto:phil.y...@arm.com]
> Sent: Wednesday, September 12, 2018 2:54 AM
> To: dev@dpdk.org
> Cc: Iremonger, Bernard ; gavin...@arm.com;
> sta...@dpdk.org; phil.y...@arm.com
> Subject: [PATCH v2] app/testpmd: optimize membuf pool allocation
>
Right now, vector path is limited to only use on later platform.
This patch adds a devarg use-latest-vec to allow the users to
use the latest vector path that the platform supported. Namely,
using AVX2 vector path on broadwell is possible.
Signed-off-by: Xiaoyun Li
---
v5:
* Simpify the rx set f
Hi Stephen,
On 30/8/2018 5:59 PM, Stephen Hemminger wrote:
On Thu, 30 Aug 2018 11:54:17 +0100
David Hunt wrote:
Signed-off-by: David Hunt
---
lib/librte_power/channel_commands.h | 4
1 file changed, 4 insertions(+)
diff --git a/lib/librte_power/channel_commands.h
b/lib/librte_power
Hi Stephen,
On 30/8/2018 5:59 PM, Stephen Hemminger wrote:
On Thu, 30 Aug 2018 11:54:16 +0100
David Hunt wrote:
Minor nits
+static unsigned int global_hypervisor_available;
Please use bool for boolean values.
Will change in next revision.
/*
* Represents a single Virtual Machine
Hi Stephen,
On 30/8/2018 6:00 PM, Stephen Hemminger wrote:
On Thu, 30 Aug 2018 11:54:20 +0100
David Hunt wrote:
Add JSON string handling to vm_power_manager for JSON strings received
through the fifo. The format of the JSON strings are detailed in the
next patch, the vm_power_manager user gu
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Prabakar Prabakar
> Sent: Wednesday, September 12, 2018 10:01 AM
> To: dev@dpdk.org
> Subject: [dpdk-dev] Reg: "Query in DPDK HQOS "
>
> Hi
> i have query with respect to HQos.
>
> why number of queues in traffi
Hi Lei,
On 4/9/2018 6:17 AM, Yao, Lei A wrote:
-Original Message-
From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of David Hunt
Sent: Thursday, August 30, 2018 6:54 PM
To: dev@dpdk.org
Cc: Mcnamara, John ; Hunt, David
Subject: [dpdk-dev] [PATCH v1 6/7] doc/vm_power_manager: add JSO
On 11.09.2018 20:02, Stephen Hemminger wrote:
> On Fri, 7 Sep 2018 18:21:39 +0300
> Igor Russkikh wrote:
>
>> +#CFLAGS_BASE_DRIVER = -Wno-unused-parameter -Wno-unused-value
>> +CFLAGS_BASE_DRIVER += -Wno-strict-aliasing -Wno-format-extra-args
>
> Can't you fix your code to get rid of these e
Hi Lei,
On 4/9/2018 8:31 AM, Yao, Lei A wrote:
-Original Message-
From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of David Hunt
Sent: Thursday, August 30, 2018 6:54 PM
To: dev@dpdk.org
Cc: Mcnamara, John ; Hunt, David
Subject: [dpdk-dev] [PATCH v1 4/7] examples/power: add host chan
On Wed, 2018-09-12 at 11:13 +0100, Bruce Richardson wrote:
> On Wed, Sep 12, 2018 at 10:48:15AM +0100, Luca Boccassi wrote:
> > On Wed, 2018-09-12 at 10:36 +0100, Bruce Richardson wrote:
> > > On Tue, Sep 11, 2018 at 10:47:58PM +0100, Luca Boccassi wrote:
> > > > On Tue, 2018-09-11 at 21:36 +0100,
On 9/11/2018 4:00 PM, Gaetan Rivet wrote:
> The strncpy function has long been deemed unsafe for use,
> in favor of strlcpy or snprintf.
>
> While snprintf is standard and strlcpy is still largely available,
> they both have issues regarding error checking and performance.
>
> Both will force rea
Patch v2:
* Fixed review comments from Stephen Hemminger and Lei A Yao.
* Added a check in the Makefile for libjansson-dev. Will Warn user and build
without JSON functionality if not present, will build including JSON
functionality if it is present.
The current vm_power_manager example
Allow vm_power_manager to run without requiring qemu to be present
on the machine. This will be required for instances where the JSON
interface is used for commands and polices, without any VMs present.
A use case for this is a container enviromnent.
Signed-off-by: David Hunt
---
examples/vm_pow
The changes here are minimal, as the guest app functionality is not
changing at all, but there is a new element in the channel_packet
struct that needs to have a default set (channel_packet->core_type).
Signed-off-by: David Hunt
---
examples/vm_power_manager/guest_cli/vm_power_cli_guest.c | 1 +
Signed-off-by: David Hunt
---
lib/librte_power/channel_commands.h | 5 +
1 file changed, 5 insertions(+)
diff --git a/lib/librte_power/channel_commands.h
b/lib/librte_power/channel_commands.h
index ee638eefa..e7b93a797 100644
--- a/lib/librte_power/channel_commands.h
+++ b/lib/librte_power/
This patch adds a fifo channel to the vm_power_manager app through which
we can send commands and polices. Intended for sending JSON strings.
The fifo is at /tmp/powermonitor/fifo.0
Signed-off-by: David Hunt
---
examples/vm_power_manager/channel_manager.c | 108 +++
examples/vm_power
Add JSON string handling to vm_power_manager for JSON strings received
through the fifo. The format of the JSON strings are detailed in the
next patch, the vm_power_manager user guide documentation updates.
This patch introduces a new dependency on Jansson, a C library for
encoding, decoding and m
Signed-off-by: David Hunt
---
.../sample_app_ug/vm_power_management.rst | 236 ++
1 file changed, 236 insertions(+)
diff --git a/doc/guides/sample_app_ug/vm_power_management.rst
b/doc/guides/sample_app_ug/vm_power_management.rst
index 855570d6b..b5b0179d2 100644
--- a/doc/gu
This patch provides some example files in the json_examples sub-directory
for sending to the fifo.
Signed-off-by: David Hunt
---
examples/vm_power_manager/json_examples/README| 6 ++
examples/vm_power_manager/json_examples/create.json | 8
examples/vm_power_manager
10/09/2018 10:54, Andrew Rybchenko:
> On 09/10/2018 11:42 AM, Thomas Monjalon wrote:
> > 10/09/2018 10:03, Andrew Rybchenko:
> >> On 09/08/2018 02:39 AM, Thomas Monjalon wrote:
> >>> After closing a port, it cannot be restarted.
> >>> So there is no reason to not free all associated resources.
> >>
On 09/06/2018 08:19 PM, Jens Freimann wrote:
This implements the transmit path for devices with
support for packed virtqueues.
Add the feature bit and enable code to
add buffers to vring and mark descriptors as available.
Signed-off-by: Jens Freiman
---
drivers/net/virtio/virtio_ethdev.c
Hi Robert,
> -Original Message-
> From: robertshear...@gmail.com [mailto:robertshear...@gmail.com]
> Sent: Friday, August 24, 2018 5:35 PM
> To: dev@dpdk.org
> Cc: Lu, Wenzhuo ; Ananyev, Konstantin
> ; Robert Shearman
>
> Subject: [PATCH] net/ixgbe: Strip SR-IOV transparent VLANs in VF
>
12/09/2018 10:06, Raslan Darawsheh:
> verbosity for the received/sent packets is needed in all of the
> forwarding engines so moving it to be in a separate function.
>
> Signed-off-by: Raslan Darawsheh
> ---
> app/test-pmd/Makefile | 1 +
> app/test-pmd/testpmd.h | 2 +
> app/test-pmd/util.
> From: Elo, Matias (Nokia - FI/Espoo) [mailto:matias@nokia.com]
> Sent: Wednesday, September 5, 2018 8:49 AM
> To: Van Haaren, Harry
> Cc: Jerin Jacob ; dev@dpdk.org
> Subject: Re: [dpdk-dev] eventdev: method for finding out unlink status
>
>
> >>
> >> I'm not sure I understand the issue he
Hello Maxime,
I'll rebase and fix Ilya's comments. Thanks for the reviews.
regards,
Nikolay Nikolaev
On Tue, Sep 11, 2018 at 12:38 PM Maxime Coquelin
wrote:
> Hi Nikolay,
>
> On 07/19/2018 09:13 PM, Nikolay Nikolaev wrote:
> > vhost: vhost_user.c code cleanup
> >
> > This patchesries introduce
On 09/12/2018 05:57 PM, Thomas Monjalon wrote:
10/09/2018 10:54, Andrew Rybchenko:
On 09/10/2018 11:42 AM, Thomas Monjalon wrote:
10/09/2018 10:03, Andrew Rybchenko:
On 09/08/2018 02:39 AM, Thomas Monjalon wrote:
After closing a port, it cannot be restarted.
So there is no reason to not free
This commit introduces a new function in the eventdev API,
which allows applications to read the number of unlink requests
in progress on a particular port of an eventdev instance.
This information allows applications to verify when no more packets
from a particular queue (or any queue) will arriv
This commit adds a unit test that checks the behaviour
of the unlinks_in_progress() function, ensuring that the
returned values are the number of unlinks requested,
until the scheduler runs and "acks" the requests, after
which the count should be zero again.
Signed-off-by: Harry van Haaren
---
d
This commit adds a counter to each port, which counts the
number of unlinks that have been performed. When the scheduler
thread starts its scheduling routine, it "acks" all unlinks that
have been requested, and the application is gauranteed that no
more events will be scheduled to the port from the
Enable metering and policing support for softnic.
Signed-off-by: Jasvinder Singh
---
drivers/net/softnic/Makefile| 1 +
drivers/net/softnic/meson.build | 1 +
drivers/net/softnic/rte_eth_softnic.c | 10
drivers/net/softnic/rte_eth_softnic_
This patchset adds the metering and policing API support for the
softnic. The metering and policing action can be enabled through the
flow rules.
This series is prepared on top of following patchset;
https://mails.dpdk.org/archives/dev/2018-September/111379.html
v2 changes:
- fix copyright year f
Implement meter profile add function.
Signed-off-by: Jasvinder Singh
---
drivers/net/softnic/rte_eth_softnic.c | 3 +
drivers/net/softnic/rte_eth_softnic_internals.h | 31 ++
drivers/net/softnic/rte_eth_softnic_meter.c | 122 +++-
3 files changed, 155 ins
Implement meter profile delete function.
Signed-off-by: Jasvinder Singh
---
drivers/net/softnic/rte_eth_softnic_meter.c | 35 -
1 file changed, 34 insertions(+), 1 deletion(-)
diff --git a/drivers/net/softnic/rte_eth_softnic_meter.c
b/drivers/net/softnic/rte_eth_sof
implement meter object create function.
Signed-off-by: Jasvinder Singh
---
drivers/net/softnic/rte_eth_softnic_internals.h | 15 +++
drivers/net/softnic/rte_eth_softnic_meter.c | 123 +++-
2 files changed, 137 insertions(+), 1 deletion(-)
diff --git a/drivers/net/softni
Implement meter object destroy function.
Signed-off-by: Jasvinder Singh
---
drivers/net/softnic/rte_eth_softnic_meter.c | 49 -
1 file changed, 48 insertions(+), 1 deletion(-)
diff --git a/drivers/net/softnic/rte_eth_softnic_meter.c
b/drivers/net/softnic/rte_eth_sof
Implement meter profile update function
Signed-off-by: Jasvinder Singh
---
drivers/net/softnic/rte_eth_softnic_internals.h | 14
drivers/net/softnic/rte_eth_softnic_meter.c | 104 +++-
drivers/net/softnic/rte_eth_softnic_pipeline.c | 12 +++
3 files changed, 129 i
Implement flow rules with meter action.
Signed-off-by: Jasvinder Singh
---
drivers/net/softnic/rte_eth_softnic_flow.c | 153 +
1 file changed, 153 insertions(+)
diff --git a/drivers/net/softnic/rte_eth_softnic_flow.c
b/drivers/net/softnic/rte_eth_softnic_flow.c
inde
Implement meter object dscp table update.
Signed-off-by: Jasvinder Singh
---
drivers/net/softnic/rte_eth_softnic_internals.h | 1 +
drivers/net/softnic/rte_eth_softnic_meter.c | 54 -
drivers/net/softnic/rte_eth_softnic_pipeline.c | 1 +
3 files changed, 55 inserti
Implement meter object stats read function.
Signed-off-by: Jasvinder Singh
---
drivers/net/softnic/rte_eth_softnic_meter.c | 115 +++-
1 file changed, 114 insertions(+), 1 deletion(-)
diff --git a/drivers/net/softnic/rte_eth_softnic_meter.c
b/drivers/net/softnic/rte_eth
Implement meter object policer actions function.
Signed-off-by: Jasvinder Singh
---
drivers/net/softnic/rte_eth_softnic_meter.c | 96 -
1 file changed, 95 insertions(+), 1 deletion(-)
diff --git a/drivers/net/softnic/rte_eth_softnic_meter.c
b/drivers/net/softnic/rte
On 9/12/2018 9:33 AM, Andrew Rybchenko wrote:
> On 09/12/2018 11:28 AM, Dekel Peled wrote:
>> Patch 5355f443 added two definitions of DEV_TX_OFFLOAD_xxx.
>> If new Tx offload capabilities are defined, they also must be mentioned
>> in rte_tx_offload_names in rte_ethdev.c file.
>>
>> This patch adds
Add -r option to ln, otherwise the link will be absolute and contain
the build path and break packaging among other things:
lrwxrwxrwx 1 bluca bluca 99 Sep 11 22:17 librte_mempool_dpaa.so.1.1
-> /home/bluca/git/dpdk/testt4//usr/local/lib/x86_64-linux-gnu/dpdk/
drivers/librte_mempool_dpa
On Wed, 12 Sep 2018 18:21:34 +0100
Luca Boccassi wrote:
> Add -r option to ln, otherwise the link will be absolute and contain
> the build path and break packaging among other things:
>
> lrwxrwxrwx 1 bluca bluca 99 Sep 11 22:17
> librte_mempool_dpaa.so.1.1
> -> /home/bluca/git/dpdk/testt4//
Hi Anoob,
>
> Hi Konstantin,
> Please see inline.
>
>
> This RFC introduces a new library within DPDK: librte_ipsec.
> The aim is to provide DPDK native high performance library for IPsec
> data-path processing.
> The library is supposed to utilize existing DPDK crypto-dev and
> security API to
Hi Konstantin,
I installed the clang version 4.0.1 to check for the issue you were facing with
-O2 compilation. I was able to compile with -O2 and -O0 optimization without
any errors. Please see the exact command I used and the following output for
your reference:
$ clang -O2 -target bpf -I /u
Hi Michel,
I applied your patch and tweaked the code to run few performance tests
on Arm (Cortex-A72, 1.3GHz) and x86 (Intel Xeon CPU E5-2660 v4 @ 2.00GHz). The
perf code looks as follows:
count_b = rte_rdtsc_precise();
int k = 0;
rte_hash_iterator_init(tbl_rw_tes
Hi, Christian
We've recently encountered a weird issue with Ubuntu 18.04 on the Skylake
server. I can always reproduce this crash and I could narrowed it down. I guess
it could be a GCC issue.
[1] How to reproduce
- ConnectX-4Lx/ConnectX-5 with mlx5 PMD in DPDK 18.02.1
- Ubuntu 18.04 on Intel Sk
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Thomas Monjalon
> Sent: Saturday, September 08, 2018 12:10 AM
> To: dev@dpdk.org
> Cc: gaetan.ri...@6wind.com
> Subject: [dpdk-dev] [RFC] eal: allow hotplug to skip an already probed
> device
>
> In the devargs
> On Sep 12, 2018, at 1:56 PM, Yongseok Koh wrote:
>
> Hi, Christian
>
> We've recently encountered a weird issue with Ubuntu 18.04 on the Skylake
> server. I can always reproduce this crash and I could narrowed it down. I
> guess
> it could be a GCC issue.
>
>
> [1] How to reproduce
> - Conn
> -Original Message-
> From: Li, Xiaoyun
> Sent: Wednesday, September 12, 2018 6:12 PM
> To: Xing, Beilei ; Zhang, Qi Z
> Cc: dev@dpdk.org; Yang, Zhiyong ; Li, Xiaoyun
>
> Subject: [PATCH v5] net/i40e: add interface to choose latest vector path
>
> Right now, vector path is limited to on
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Xiaoyun Li
> Sent: Tuesday, September 11, 2018 12:38 AM
> To: Lu, Wenzhuo ; dev@dpdk.org
> Cc: Li, Xiaoyun
> Subject: [dpdk-dev] [PATCH 0/8] update ixgbe base code
>
> Update the ixgbe base code to version cid-
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Xiaoyun Li
> Sent: Friday, September 7, 2018 11:01 PM
> To: Lu, Wenzhuo ; dev@dpdk.org; Zhang, Helin
> ; Wu, Jingjing
> Cc: Li, Xiaoyun
> Subject: [dpdk-dev] [PATCH] net/ixgbe: firmware status check
>
> Check
Hi, Xiao
On 09/10, Xiao Wang wrote:
>Fixes: a3f8150eac6d ("net/ifcvf: add ifcvf vDPA driver")
Could you help describe what problem is without this fix in commit log?
Thanks,
Xiaolong
>
>Signed-off-by: Xiao Wang
>---
> drivers/net/ifc/ifcvf_vdpa.c | 8
> 1 file changed, 4 insertions(+),
The caam_jr PMD provides poll mode crypto driver
support for NXP SEC 4.x+ (CAAM) hardware accelerator.
This patch has dependancy on below patches:
http://patchwork.dpdk.org/patch/43986/
http://patchwork.dpdk.org/patch/43964/
Hemant Agrawal (10):
doc: add caam jr cryptodev details
crypto/caam_
From: Hemant Agrawal
Signed-off-by: Hemant Agrawal
---
doc/guides/cryptodevs/caam_jr.rst | 159 ++
doc/guides/cryptodevs/index.rst | 1 +
2 files changed, 160 insertions(+)
create mode 100644 doc/guides/cryptodevs/caam_jr.rst
diff --git a/doc/guides/cryptodevs/
From: Hemant Agrawal
This patch introduces basic support for caam_jr crypto driver.
Signed-off-by: Gagandeep Singh
Signed-off-by: Hemant Agrawal
---
config/common_base| 8 +
config/common_linuxapp| 1 +
config/defconfig_arm64-dpaa-linuxa
From: Hemant Agrawal
Signed-off-by: Gagandeep Singh
Signed-off-by: Hemant Agrawal
---
drivers/crypto/caam_jr/Makefile | 6 +
drivers/crypto/caam_jr/caam_jr.c | 329 +++-
drivers/crypto/caam_jr/caam_jr_config.h | 207
drivers/crypto/caam_jr/caam_
From: Hemant Agrawal
Signed-off-by: Gagandeep Singh
Signed-off-by: Hemant Agrawal
---
drivers/crypto/caam_jr/caam_jr.c | 100 +++-
drivers/crypto/caam_jr/caam_jr.h | 257 +++
2 files changed, 356 insertions(+), 1 deletion(-)
create mode 100644 drivers/crypt
From: Hemant Agrawal
The current support is limited to crypto only.
Signed-off-by: Gagandeep Singh
Signed-off-by: Hemant Agrawal
---
drivers/crypto/caam_jr/caam_jr.c | 124 +++
1 file changed, 124 insertions(+)
diff --git a/drivers/crypto/caam_jr/caam_jr.c b/drive
From: Hemant Agrawal
Signed-off-by: Gagandeep Singh
Signed-off-by: Hemant Agrawal
---
drivers/crypto/caam_jr/caam_jr.c | 55
1 file changed, 55 insertions(+)
diff --git a/drivers/crypto/caam_jr/caam_jr.c b/drivers/crypto/caam_jr/caam_jr.c
index d582b2fcb..f51f
From: Hemant Agrawal
Signed-off-by: Gagandeep Singh
Signed-off-by: Hemant Agrawal
---
drivers/crypto/caam_jr/caam_jr.c | 64
1 file changed, 64 insertions(+)
diff --git a/drivers/crypto/caam_jr/caam_jr.c b/drivers/crypto/caam_jr/caam_jr.c
index 43fe5233b..f05e
From: Hemant Agrawal
Signed-off-by: Gagandeep Singh
Signed-off-by: Hemant Agrawal
---
drivers/crypto/caam_jr/caam_jr.c | 710 ++-
1 file changed, 707 insertions(+), 3 deletions(-)
diff --git a/drivers/crypto/caam_jr/caam_jr.c b/drivers/crypto/caam_jr/caam_jr.c
inde
From: Hemant Agrawal
Signed-off-by: Hemant Agrawal
---
drivers/crypto/caam_jr/caam_jr.c | 361 ++-
drivers/crypto/caam_jr/caam_jr_pvt.h | 3 +
2 files changed, 354 insertions(+), 10 deletions(-)
diff --git a/drivers/crypto/caam_jr/caam_jr.c b/drivers/crypto/caam_j
From: Hemant Agrawal
Signed-off-by: Gagandeep Singh
Signed-off-by: Hemant Agrawal
---
drivers/crypto/caam_jr/caam_jr.c | 621 +-
drivers/crypto/caam_jr/caam_jr_desc.h | 289
2 files changed, 908 insertions(+), 2 deletions(-)
create mode 100644 drivers
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Thomas Monjalon
> Sent: Saturday, September 08, 2018 2:10 AM
> To: dev@dpdk.org
> Cc: gaetan.ri...@6wind.com
> Subject: [dpdk-dev] [RFC] eal: allow hotplug to skip an already probed device
>
> In the devargs syn
Hello Yongseok,
On Tue, Sep 11, 2018 at 8:16 PM, Yongseok Koh wrote:
>
>> On Sep 9, 2018, at 10:45 PM, David Marchand wrote:
>>
>> Add some basic checks on the segments offset and length metadata:
>> always funny to have a < 0 tailroom cast to uint16_t ;-).
>>
>> Signed-off-by: David Marchand
>
94 matches
Mail list logo