Hi, Bruce:
Thanks for your comments.
Reply inline.
Zhiyong
> -Original Message-
> From: Richardson, Bruce
> Sent: Monday, September 4, 2017 5:07 PM
> To: Yang, Zhiyong
> Cc: dev@dpdk.org; tho...@monjalon.net; Yigit, Ferruh
> ; Wiles, Keith ;
> step...@networkplumber.org
> Subject: Re: [
errno should be initialized to 0 before calling strtol
Fixes: f6cefe253cc8 ("app/crypto-perf: add range/list of sizes")
Cc: sta...@dpdk.org
Signed-off-by: Hemant Agrawal
Reviewed-by: Kirill Rybalchenko
---
app/test-crypto-perf/cperf_options_parsing.c | 2 ++
1 file changed, 2 insertions(+)
di
On 9/4/2017 8:26 PM, De Lara Guarch, Pablo wrote:
-Original Message-
From: Hemant Agrawal [mailto:hemant.agra...@nxp.com]
Sent: Wednesday, August 23, 2017 1:24 PM
To: dev@dpdk.org
Cc: Doherty, Declan ; De Lara Guarch, Pablo
; akhil.go...@nxp.com
Subject: [PATCH] app/crypto-perf: fix un
On Thu, Aug 31, 2017 at 11:50:09AM +0200, Maxime Coquelin wrote:
[...]
> +
> +#define IOTLB_CACHE_SIZE 1024
> +
> +static void vhost_user_iotlb_cache_remove_all(struct vhost_virtqueue *vq)
> +{
> + struct vhost_iotlb_entry *node, *temp_node;
> +
> + rte_rwlock_write_lock(&vq->iotlb_lock);
>
key and algo are added in the openssl ctx during
session initialization instead of adding it for
each packet.
This would give performance improvement.
Signed-off-by: Akhil Goyal
Reviewed-by: Pablo de Lara
changes in v3:
updated patch title
---
drivers/crypto/openssl/rte_openssl_pmd.c | 58 +
in case of HMAC the openssl APIs HMAC_XXX give
better performance for all HMAC cases as compared with
EVP_XXX
Signed-off-by: Akhil Goyal
Reviewed-by: Pablo de Lara
---
drivers/crypto/openssl/rte_openssl_pmd.c | 37 +---
drivers/crypto/openssl/rte_openssl_pmd_private.
Hi Pablo,
On 9/4/2017 8:18 PM, De Lara Guarch, Pablo wrote:
-Original Message-
From: Akhil Goyal [mailto:akhil.go...@nxp.com]
Sent: Friday, July 28, 2017 12:08 PM
To: dev@dpdk.org; Doherty, Declan
Cc: De Lara Guarch, Pablo ;
hemant.agra...@nxp.com; Akhil Goyal
Subject: [PATCH] config
Thanks Stephen for your review and suggestion, I will involve them in next
version.
Best regards,
Jeff Guo
-Original Message-
From: Stephen Hemminger [mailto:step...@networkplumber.org]
Sent: Monday, September 4, 2017 12:12 AM
To: Guo, Jia
Cc: Richardson, Bruce ; dev@dpdk.org;
gaetan.
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Zhiyong Yang
> Sent: Tuesday, September 5, 2017 1:13 PM
> To: dev@dpdk.org
> Cc: tho...@monjalon.net; Yigit, Ferruh; step...@networkplumber.org; Yang,
> Zhiyong
> Subject: [dpdk-dev] [PATCH v2] librte_mbuf: modify
In order to support more than 256 virtual ports, the field "port"
in rte_mbuf has been increased to 16 bits. The initialization/reset
value of the field "port" should be changed from 0xff to 0x
accordingly.
Signed-off-by: Zhiyong Yang
---
Changes in V2:
Introduce MBUF_INVALID_PORT as a const
On Thu, Aug 31, 2017 at 11:50:05AM +0200, Maxime Coquelin wrote:
> virtio_net device might be accessed while being reallocated
> in case of NUMA awareness. This case might be theoretical,
> but it will be needed anyway to protect vrings pages against
> invalidation.
>
> The virtio_net devs are now
Hi, Stephen:
> -Original Message-
> From: Stephen Hemminger [mailto:step...@networkplumber.org]
> Sent: Tuesday, September 5, 2017 11:40 AM
> To: Yang, Zhiyong
> Cc: dev@dpdk.org; tho...@monjalon.net; Yigit, Ferruh
> Subject: Re: [dpdk-dev] [PATCH] librte_mbuf: modify the port initializa
On Thu, Aug 31, 2017 at 11:50:07AM +0200, Maxime Coquelin wrote:
> Currently, only QEMU sends requests, the backend sends
> replies. In some cases, the backend may need to send
> requests to QEMU, like IOTLB miss events when IOMMU is
> supported.
>
> This patch introduces a new channel for such re
On Thu, Aug 31, 2017 at 11:50:14AM +0200, Maxime Coquelin wrote:
> This patch introduces vhost_iova_to_vva() function to translate
> guest's IO virtual addresses to backend's virtual addresses.
>
> When IOMMU is enabled, the IOTLB cache is queried to get the
> translation. If missing from the IOTL
> -Original Message-
> From: Richardson, Bruce
> Sent: Monday, September 4, 2017 10:49 PM
> To: Tan, Jianfeng
> Cc: dev@dpdk.org; xen-de...@lists.xenproject.org; tho...@monjalon.net;
> Mcnamara, John; joao.m.mart...@oracle.com;
> jerin.ja...@caviumnetworks.com; shah...@mellanox.com
> Subj
On Mon, 4 Sep 2017 14:55:32 +0800
Zhiyong Yang wrote:
> In order to support more than 256 virtual ports, the field "port" in
> rte_mbuf has been increased to 16 bits. The initialization/reset
> value of the field "port" should be changed from 0xff to 0x
> accordingly.
>
> Signed-off-by: Zhi
Hi Konstantin,
> -Original Message-
> From: Ananyev, Konstantin
> Sent: Monday, September 4, 2017 5:55 PM
> To: Hu, Jiayu
> Cc: dev@dpdk.org; Kavanagh, Mark B ; Tan,
> Jianfeng
> Subject: RE: [PATCH 2/5] gso/lib: add TCP/IPv4 GSO support
>
> Hi Jiayu,
>
> > -Original Message-
>
The script git-log-fixes.sh (used in check-git-log.sh) looks
for git tags to find the version where a bug is introduced.
In DPDK 17.08, the script has been fixed to ignore tags from
non current branch.
It was using the option --merged which was introduced in git 2.7.0.
As git 2.7.0 is not so old,
On 9/4/2017 7:17 PM, Markus Theil wrote:
> This patch adds MSI IRQ mode and in a way, that should
> also work on older kernel versions. The base for my patch
> was an attempt to do this in cf705bc36c which was later reverted in
> d8ee82745a. Compilation was tested on Linux 3.2, 4.10 and 4.12.
>
>
On 9/4/2017 7:17 PM, Markus Theil wrote:
> The patch which introduced the usage of pci_alloc_irq_vectors
> came after the patch which switched to non-threaded ISR (f0d1896fa1),
> but did not use non-threaded ISR, if pci_alloc_irq_vectors
> is used.
>
> Fixes: 99bb58f3adc7 ("igb_uio: switch to new
On 9/4/2017 7:17 PM, Markus Theil wrote:
> igb_uio already allocates irqs using pci_alloc_irq_vectors on
> recent kernels >= 4.8. The interrupt disable code was not
> using the corresponding pci_free_irq_vectors, but the also
> deprecated pci_disable_msix, before this fix.
>
> Fixes: 99bb58f3adc7
This patch adds MSI IRQ mode and in a way, that should
also work on older kernel versions. The base for my patch
was an attempt to do this in cf705bc36c which was later reverted in
d8ee82745a. Compilation was tested on Linux 3.2, 4.10 and 4.12.
Furthermore the custom MSI-X mask code is ommited and
For better readability throughout the module, the destruction
order is changed to the exact inverse construction order.
Signed-off-by: Markus Theil
---
lib/librte_eal/linuxapp/igb_uio/igb_uio.c | 7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/lib/librte_eal/linuxapp/igb
The patch which introduced the usage of pci_alloc_irq_vectors
came after the patch which switched to non-threaded ISR (f0d1896fa1),
but did not use non-threaded ISR, if pci_alloc_irq_vectors
is used.
Fixes: 99bb58f3adc7 ("igb_uio: switch to new irq function for
MSI-X")
Cc: nicolas.dich...@6wind.co
Interrupt setup code in igb_uio has to deal with multiple
types of interrupts and kernel versions. This patch moves
the setup and teardown code into own functions, to make
it more readable.
Signed-off-by: Markus Theil
---
lib/librte_eal/linuxapp/igb_uio/igb_uio.c | 112 +-
igb_uio already allocates irqs using pci_alloc_irq_vectors on
recent kernels >= 4.8. The interrupt disable code was not
using the corresponding pci_free_irq_vectors, but the also
deprecated pci_disable_msix, before this fix.
Fixes: 99bb58f3adc7 ("igb_uio: switch to new irq function for MSI-X")
Cc:
Hi Adrien,
> -Original Message-
> From: Adrien Mazarguil [mailto:adrien.mazarg...@6wind.com]
> Sent: Monday, September 4, 2017 6:33 PM
> To: Matan Azrad
> Cc: Nélio Laranjeiro ; dev@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH v3] net/mlx5: support device removal event
>
> Hi Matan,
>
> On
On Monday 04 September 2017 09:50 PM, Olivier MATZ wrote:
> On Tue, Aug 15, 2017 at 11:37:42AM +0530, Santosh Shukla wrote:
>> Some mempool hw like octeontx/fpa block, demands block size
>> (/total_elem_sz) aligned object start address.
>>
>> Introducing an MEMPOOL_F_POOL_BLK_SZ_ALIGNED flag.
>> I
Hi Kirill,
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Kirill Rybalchenko
> Sent: Friday, September 1, 2017 4:03 PM
> To: dev@dpdk.org
> Cc: Rybalchenko, Kirill ; Chilikin, Andrey
> ; Xing, Beilei ; Wu,
> Jingjing
> Subject: [dpdk-dev] [PATCH v2 3/4] app/te
Hi Kirill,
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Kirill Rybalchenko
> Sent: Friday, September 1, 2017 4:03 PM
> To: dev@dpdk.org
> Cc: Rybalchenko, Kirill ; Chilikin, Andrey
> ; Xing, Beilei ; Wu,
> Jingjing
> Subject: [dpdk-dev] [PATCH v2 2/4] net/i4
Hi Kirill,
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Kirill Rybalchenko
> Sent: Friday, September 1, 2017 4:03 PM
> To: dev@dpdk.org
> Cc: Rybalchenko, Kirill ; Chilikin, Andrey
> ; Xing, Beilei ; Wu,
> Jingjing
> Subject: [dpdk-dev] [PATCH v2 0/4] net/i4
On 9/4/2017 4:16 PM, Markus Theil wrote:
> On 04.09.2017 14:43, Ferruh Yigit wrote:
>> On 8/31/2017 10:46 PM, Markus Theil wrote:
>>> This patch substitutes the custom MSI/MSI-X mask code and uses
>>> already existing kernel APIs. Feedback/small corrections to the previous
>>> patch of this series
Hi Kirill,
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Kirill Rybalchenko
> Sent: Friday, September 1, 2017 4:03 PM
> To: dev@dpdk.org
> Cc: Rybalchenko, Kirill ; Chilikin, Andrey
> ; Xing, Beilei ;
> Wu, Jingjing
> Subject: [dpdk-dev] [PATCH v2 1/4] net/i
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Qiming Yang
> Sent: Tuesday, August 15, 2017 4:27 AM
> To: dev@dpdk.org
> Cc: Wu, Jingjing ; Xing, Beilei
> ; Yang, Qiming
> Subject: [dpdk-dev] [PATCH] doc: add i40e firmware upgrade guide
>
> This patch adds o
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Alejandro Lucero
> Sent: Friday, September 1, 2017 3:12 PM
> To: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH v2 18/18] doc: create different features files
> for NFP drivers
>
> NFP PMD implement now PF and VF driv
On Monday 04 September 2017 09:26 PM, Olivier MATZ wrote:
> On Mon, Sep 04, 2017 at 08:14:39PM +0530, santosh wrote:
>> Hi Olivier,
>>
>>
>> On Monday 04 September 2017 08:02 PM, Olivier MATZ wrote:
>>> On Tue, Aug 15, 2017 at 11:37:40AM +0530, Santosh Shukla wrote:
Allow mempool to advertise
On 7/14/2017 10:12 PM, Jan Blunck wrote:
> This removes the enum rte_devtype field ``type`` from struct rte_devargs.
>
> Signed-off-by: Jan Blunck
<...>
> --- a/lib/librte_eal/common/include/rte_devargs.h
> +++ b/lib/librte_eal/common/include/rte_devargs.h
> @@ -75,8 +75,6 @@ enum rte_devtype {
On 7/14/2017 10:12 PM, Jan Blunck wrote:
> Let the rte_eal_devargs_parse() function explicitly take a "busname"
> argument that is validated.
>
> Now that the busname is known and validated at parse time the validity of
> the device name is checked for all device types when they get probed.
>
> S
On 7/15/2017 3:48 PM, Gaëtan Rivet wrote:
> On Fri, Jul 14, 2017 at 05:12:11PM -0400, Jan Blunck wrote:
>> Let the rte_eal_devargs_parse() function explicitly take a "busname"
>> argument that is validated.
>>
>> Now that the busname is known and validated at parse time the validity of
>> the devic
On 7/14/2017 10:12 PM, Jan Blunck wrote:
> This fixes the newly introduces rte_eal_devargs_parse() to make use of:
> - snprintf() instead of open coding a while() loop
> - rte_eal_parse_devargs_str() instead of duplicating parsing code
> - RTE_LOG() instead of direct output to stderr
>
> Signed-of
On 7/14/2017 10:12 PM, Jan Blunck wrote:
> Signed-off-by: Jan Blunck
> ---
> lib/librte_eal/bsdapp/eal/rte_eal_version.map | 1 +
> lib/librte_eal/common/eal_common_bus.c | 16
> lib/librte_eal/common/include/rte_bus.h | 9 +
> lib/librte_eal/linuxapp
On 7/14/2017 10:12 PM, Jan Blunck wrote:
> When scanning/probing devices the bus doesn't need to look at the
> devargs->type field: if the bus is in blacklist probing mode and there is
> no devargs found for the device it is white-listed. Therefore it is enough
> to let the bus check for the scan_m
On Tue, Aug 15, 2017 at 11:37:42AM +0530, Santosh Shukla wrote:
> Some mempool hw like octeontx/fpa block, demands block size
> (/total_elem_sz) aligned object start address.
>
> Introducing an MEMPOOL_F_POOL_BLK_SZ_ALIGNED flag.
> If this flag is set:
> - Align object start address to a multiple
On Mon, Sep 04, 2017 at 05:03:47PM +0100, Bruce Richardson wrote:
> On Mon, Sep 04, 2017 at 05:00:21PM +0100, Bruce Richardson wrote:
> > On Wed, Aug 30, 2017 at 03:51:54PM +0200, Olivier Matz wrote:
> > > The intiatial version of the script had some limitations:
> > > - cannot work on a non-clean
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Alejandro Lucero
> Sent: Friday, September 1, 2017 3:12 PM
> To: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH v2 17/18] doc: update release notes with NFP PF
> support
>
> Signed-off-by: Alejandro Lucero
Acked-by:
On 7/14/2017 10:12 PM, Jan Blunck wrote:
> The enum rte_devtype will need to get extended every time we add a bus.
> Mark all related functions as deprecated for 17.11.
>
> Signed-off-by: Jan Blunck
> ---
> doc/guides/rel_notes/deprecation.rst| 7 +++
> lib/librte_eal/common/include/
On 7/14/2017 10:12 PM, Jan Blunck wrote:
> This is extending the existing unittest to also cover corner cases of
> rte_eal_devargs_parse().
>
> Signed-off-by: Jan Blunck
> ---
> test/test/test_devargs.c | 20
> 1 file changed, 20 insertions(+)
>
> diff --git a/test/test/tes
On 7/14/2017 10:11 PM, Jan Blunck wrote:
> This (partially) reverts commit
> bd279a79366f50a4893fb84db91bbf64b56f9fb1.
This seems already applied to 17.08:
http://dpdk.org/commit/bd279a79366f
On 7/14/2017 10:12 PM, Jan Blunck wrote:
> Since the scan-mode of the bus is now based on the bus configuration it
> isn't possible to have blacklisted and whitelisted devices existing for
> the same bus. This fixes the unittest to reflect that.
>
> Signed-off-by: Jan Blunck
> ---
> test/test/te
On 7/14/2017 10:11 PM, Jan Blunck wrote:
> The changes to enum rte_devtype that got merged into 17.08-rc1 are breaking
> API without prior notice. This series is reworking the rte_devargs changes
> in a way hopefully compliant to the new failover PMD and still keeping API
> compatible with earlier
On Mon, Sep 04, 2017 at 05:00:21PM +0100, Bruce Richardson wrote:
> On Wed, Aug 30, 2017 at 03:51:54PM +0200, Olivier Matz wrote:
> > The intiatial version of the script had some limitations:
> > - cannot work on a non-clean workspace
> > - environment variables are not documented
> > - no compilat
Hi John,
Thanks for your review. I will modify the doc in next patch set version.
I'll wait until Ferruh give me the green light for sending the new version.
On Mon, Sep 4, 2017 at 3:20 PM, Mcnamara, John
wrote:
>
>
> > -Original Message-
> > From: dev [mailto:dev-boun...@dpdk.org] On
On Mon, Sep 04, 2017 at 08:17:11PM +0530, santosh wrote:
>
> On Monday 04 September 2017 08:13 PM, Olivier MATZ wrote:
> > On Tue, Aug 15, 2017 at 11:37:41AM +0530, Santosh Shukla wrote:
> >> The memory area containing all the objects must be physically
> >> contiguous.
> >> Introducing MEMPOOL_F_
On Wed, Aug 30, 2017 at 03:51:54PM +0200, Olivier Matz wrote:
> The intiatial version of the script had some limitations:
> - cannot work on a non-clean workspace
> - environment variables are not documented
> - no compilation log in case of failure
> - return success even it abi is incompatible
>
On Mon, Sep 04, 2017 at 08:14:39PM +0530, santosh wrote:
> Hi Olivier,
>
>
> On Monday 04 September 2017 08:02 PM, Olivier MATZ wrote:
> > On Tue, Aug 15, 2017 at 11:37:40AM +0530, Santosh Shukla wrote:
> >> Allow mempool to advertise its capability.
> >> A handler been introduced called rte_memp
> -Original Message-
> From: Shahaf Shuler [mailto:shah...@mellanox.com]
> Sent: Monday, September 4, 2017 3:03 PM
> To: Ananyev, Konstantin ; Thomas Monjalon
>
> Cc: dev@dpdk.org
> Subject: RE: [dpdk-dev] [PATCH 4/4] ethdev: add helpers to move to the new
> offloads API
>
> Hi Konsta
On Monday 04 September 2017 08:53 PM, Olivier MATZ wrote:
> On Mon, Sep 04, 2017 at 08:28:36PM +0530, santosh wrote:
>> On Monday 04 September 2017 08:16 PM, Olivier MATZ wrote:
>>> On Mon, Sep 04, 2017 at 08:03:53PM +0530, santosh wrote:
On Monday 04 September 2017 07:52 PM, Olivier MATZ wro
> From: Richardson, Bruce
> Sent: Monday, September 4, 2017 2:43 PM
> To: Van Haaren, Harry
> Cc: dev@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH 00/17] build DPDK libs and some drivers with
> meson/ninja
>
> On Mon, Sep 04, 2017 at 02:23:13PM +0100, Van Haaren, Harry wrote:
> > > From: dev [mailt
Hi Remy,
On 09/04/2017 03:57 PM, Remy Horton wrote:
On 31/08/2017 10:50, Maxime Coquelin wrote:
[..]
+reset_vring_queue(struct virtio_net *dev, uint32_t vring_idx)
{
+struct vhost_virtqueue *vq = dev->virtqueue[vring_idx];
int callfd;
Probably ought to have a bounds check on vring_
> From: Santosh Shukla [mailto:santosh.shu...@caviumnetworks.com]
> Sent: Thursday, August 31, 2017 4:26 AM
> To: dev@dpdk.org
> Cc: tho...@monjalon.net; jerin.ja...@caviumnetworks.com;
> hemant.agra...@nxp.com; olivier.m...@6wind.com;
> maxime.coque...@redhat.com; Gonzalez Monroy, Sergio
> ; Richa
> From: Santosh Shukla [mailto:santosh.shu...@caviumnetworks.com]
> Sent: Thursday, August 31, 2017 4:26 AM
> To: dev@dpdk.org
> Cc: tho...@monjalon.net; jerin.ja...@caviumnetworks.com;
> hemant.agra...@nxp.com; olivier.m...@6wind.com;
> maxime.coque...@redhat.com; Gonzalez Monroy, Sergio
> ; Richa
> -Original Message-
> From: Akhil Goyal [mailto:akhil.go...@nxp.com]
> Sent: Tuesday, August 29, 2017 7:59 AM
> To: dev@dpdk.org; De Lara Guarch, Pablo
>
> Cc: hemant.agra...@nxp.com; Doherty, Declan
> ; Akhil Goyal
> Subject: [PATCH v2 2/2] crypto/openssl: performance improvements
>
> From: Santosh Shukla [mailto:santosh.shu...@caviumnetworks.com]
> Sent: Thursday, August 31, 2017 4:26 AM
> To: dev@dpdk.org
> Cc: tho...@monjalon.net; jerin.ja...@caviumnetworks.com;
> hemant.agra...@nxp.com; olivier.m...@6wind.com;
> maxime.coque...@redhat.com; Gonzalez Monroy, Sergio
> ; Richa
> -Original Message-
> From: Akhil Goyal [mailto:akhil.go...@nxp.com]
> Sent: Tuesday, August 29, 2017 7:59 AM
> To: dev@dpdk.org; De Lara Guarch, Pablo
>
> Cc: hemant.agra...@nxp.com; Doherty, Declan
> ; Akhil Goyal
> Subject: [PATCH v2 1/2] crypto/openssl: replace evp APIs with HMAC A
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Kumar, Ravi1
> Sent: Wednesday, August 30, 2017 7:25 AM
> To: dev@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH] crypto/ccp: Add support for AMD CCP
> Crypto poll mode driver
>
> Hi,
>
> Please do not consider this
> From: santosh [mailto:santosh.shu...@caviumnetworks.com]
> Sent: Monday, September 4, 2017 4:32 PM
> To: Burakov, Anatoly ; dev@dpdk.org
> Cc: tho...@monjalon.net; jerin.ja...@caviumnetworks.com;
> hemant.agra...@nxp.com; olivier.m...@6wind.com;
> maxime.coque...@redhat.com; Gonzalez Monroy, Serg
Hi Matan,
One comment I have is, while this patch adds support for RMV, it also
silently addresses a bug (see large comment you added to
priv_link_status_update()).
This should be split in two commits, with the fix part coming first and CC
sta...@dpdk.org, and a second commit adding RMV support p
> From: Santosh Shukla [mailto:santosh.shu...@caviumnetworks.com]
> Sent: Thursday, August 31, 2017 4:26 AM
> To: dev@dpdk.org
> Cc: tho...@monjalon.net; jerin.ja...@caviumnetworks.com;
> hemant.agra...@nxp.com; olivier.m...@6wind.com;
> maxime.coque...@redhat.com; Gonzalez Monroy, Sergio
> ; Richa
Hi Anatoly,
On Monday 04 September 2017 08:46 PM, Burakov, Anatoly wrote:
> Hi Santosh,
>
>> From: santosh [mailto:santosh.shu...@caviumnetworks.com]
>> Sent: Monday, September 4, 2017 4:14 PM
>> To: Burakov, Anatoly ; dev@dpdk.org
>> Cc: tho...@monjalon.net; jerin.ja...@caviumnetworks.com;
>> he
> From: Santosh Shukla [mailto:santosh.shu...@caviumnetworks.com]
> Sent: Thursday, August 31, 2017 4:26 AM
> To: dev@dpdk.org
> Cc: tho...@monjalon.net; jerin.ja...@caviumnetworks.com;
> hemant.agra...@nxp.com; olivier.m...@6wind.com;
> maxime.coque...@redhat.com; Gonzalez Monroy, Sergio
> ; Richa
> From: Santosh Shukla [mailto:santosh.shu...@caviumnetworks.com]
> Sent: Thursday, August 31, 2017 4:26 AM
> To: dev@dpdk.org
> Cc: tho...@monjalon.net; jerin.ja...@caviumnetworks.com;
> hemant.agra...@nxp.com; olivier.m...@6wind.com;
> maxime.coque...@redhat.com; Gonzalez Monroy, Sergio
> ; Richa
On Mon, Sep 04, 2017 at 11:48:47AM +, Shachar Beiser wrote:
> Fixes: 3c7d44af252a ("net/mlx5: support user space Rx interrupt event")
It should fix commit e1016cb733 ("net/mlx5: fix Rx interrupts management")
> Cc: sta...@dpdk.org
>
> Signed-off-by: Shachar Beiser
> ---
> drivers/net/mlx5/
On Mon, Sep 04, 2017 at 08:28:36PM +0530, santosh wrote:
>
> On Monday 04 September 2017 08:16 PM, Olivier MATZ wrote:
> > On Mon, Sep 04, 2017 at 08:03:53PM +0530, santosh wrote:
> >>
> >> On Monday 04 September 2017 07:52 PM, Olivier MATZ wrote:
> >>> On Tue, Aug 15, 2017 at 11:37:38AM +0530, Sa
Hi,
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Rongqiang XIE
> Sent: Tuesday 29 August 2017 06:09
> To: Wu, Jingjing ; Doherty, Declan
> ; tho...@monjalon.net
> Cc: dev@dpdk.org; Rongqiang XIE
> Subject: [dpdk-dev] [PATCH v4] app/testpmd:add bond type desc
Hi Santosh,
> From: santosh [mailto:santosh.shu...@caviumnetworks.com]
> Sent: Monday, September 4, 2017 4:14 PM
> To: Burakov, Anatoly ; dev@dpdk.org
> Cc: tho...@monjalon.net; jerin.ja...@caviumnetworks.com;
> hemant.agra...@nxp.com; olivier.m...@6wind.com;
> maxime.coque...@redhat.com; Gonzalez
On 04.09.2017 14:43, Ferruh Yigit wrote:
> On 8/31/2017 10:46 PM, Markus Theil wrote:
>> This patch substitutes the custom MSI/MSI-X mask code and uses
>> already existing kernel APIs. Feedback/small corrections to the previous
>> patch of this series are also incorporated.
>>
>> Signed-off-by: Mar
On Mon, Sep 04, 2017 at 11:48:46AM +, Shachar Beiser wrote:
> Fixes: 3cf87e68d97b ("net/mlx5: remove old MLNX OFED 3.3 verification")
> Cc: sta...@dpdk.org
>
> Signed-off-by: Shachar Beiser
> ---
> drivers/net/mlx5/mlx5_prm.h | 3 ---
> 1 file changed, 3 deletions(-)
>
> diff --git a/driver
The title is a little wrong, it also replace the host to network.
On Mon, Sep 04, 2017 at 11:48:45AM +, Shachar Beiser wrote:
> Fixes: 8bb5119634b7 ("net/mlx5: replace network byte order macro")
This commit does not exists, are you sure of it?
> Cc: shacha...@mellanox.com
>
> Signed-off-by:
Hi Anatoly,
On Monday 04 September 2017 08:23 PM, Burakov, Anatoly wrote:
>> From: Santosh Shukla [mailto:santosh.shu...@caviumnetworks.com]
>> Sent: Thursday, August 31, 2017 4:26 AM
>> To: dev@dpdk.org
>> Cc: tho...@monjalon.net; jerin.ja...@caviumnetworks.com;
>> hemant.agra...@nxp.com; olivie
updated nicvf feature file to mark support.
Signed-off-by: Jerin Jacob
---
v2:
* Rearranged ETH_LINK_SPEED_10M, ETH_LINK_SPEED_100M, ETH_LINK_SPEED_1G,
ETH_LINK_SPEED_10G to single line
---
doc/guides/nics/features/thunderx.ini | 1 +
drivers/net/thunderx/nicvf_ethdev.c | 7 +++
2 files ch
> From: Santosh Shukla [mailto:santosh.shu...@caviumnetworks.com]
> Sent: Thursday, August 31, 2017 4:26 AM
> To: dev@dpdk.org
> Cc: tho...@monjalon.net; jerin.ja...@caviumnetworks.com;
> hemant.agra...@nxp.com; olivier.m...@6wind.com;
> maxime.coque...@redhat.com; Gonzalez Monroy, Sergio
> ; Richa
On Mon, Sep 04, 2017 at 07:43:51PM +0800, Xueming Li wrote:
> PMD driver got random tunnel_en value on ConnextX-4LX NIC, depends on
> compile optimization level. The variable was not initialized and
> detection logic was absent.
>
> Fixes: 578ff15e ("net/mlx5: add hardware checksum offload for tun
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Bruce Richardson
> Sent: Friday, September 1, 2017 11:04 AM
> To: dev@dpdk.org
> Cc: Richardson, Bruce
> Subject: [dpdk-dev] [PATCH 14/17] app/test-pmd: add test-pmd to meson build
>
> Signed-off-by: Bruce Richardson
Reviewed-by: Harry van
Hi , Dave:
Thanks for your reminder.
It looks like that I don't cover the folder /test/, if needed, I will cover
them next version.
Thanks
Zhiyong
> -Original Message-
> From: Hunt, David
> Sent: Monday, September 4, 2017 10:16 PM
> To: Yang, Zhiyong ; dev@dpdk.org
> Cc: tho...@monjalo
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Bruce Richardson
> Sent: Friday, September 1, 2017 11:04 AM
> To: dev@dpdk.org
> Cc: Richardson, Bruce
> Subject: [dpdk-dev] [PATCH 15/17] usertools: add usertools installation to
> meson build
>
> Have the "usertools" scripts installed when
On Monday 04 September 2017 08:16 PM, Olivier MATZ wrote:
> On Mon, Sep 04, 2017 at 08:03:53PM +0530, santosh wrote:
>>
>> On Monday 04 September 2017 07:52 PM, Olivier MATZ wrote:
>>> On Tue, Aug 15, 2017 at 11:37:38AM +0530, Santosh Shukla wrote:
xmem_size and xmem_usage need to know the st
On Wed, Aug 30, 2017 at 10:07:07AM +0300, Shahaf Shuler wrote:
> vPMD Tx function assumes that after the scatter of the
> multi-segment packets the next packet will be a single segment packet.
>
> This is not current as the function can return due to lack of resources
> without sending all of the
On Wed, Aug 30, 2017 at 10:07:08AM +0300, Shahaf Shuler wrote:
> Mellanox NICs has a limitation on the number of mbuf segments a multi
> segment mbuf can have. The max number depends on the Tx offloads requested.
>
> The current code not enforce such limitation, which might cause
> malformed work
> -Original Message-
> From: Hemant Agrawal [mailto:hemant.agra...@nxp.com]
> Sent: Wednesday, August 23, 2017 1:24 PM
> To: dev@dpdk.org
> Cc: Doherty, Declan ; De Lara Guarch, Pablo
> ; akhil.go...@nxp.com
> Subject: [PATCH] app/crypto-perf: fix uninitialized errno value
>
> errno shou
On Mon, Sep 04, 2017 at 03:08:50PM +0100, Van Haaren, Harry wrote:
> > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Bruce Richardson
> > Sent: Friday, September 1, 2017 11:04 AM
> > To: dev@dpdk.org
> > Cc: Richardson, Bruce
> > Subject: [dpdk-dev] [PATCH 04/17] build: add DPDK libraries t
On Mon, Sep 04, 2017 at 02:34:49PM +, Burakov, Anatoly wrote:
> > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Pavan Nikhilesh
> > Sent: Sunday, September 3, 2017 1:36 PM
> > To: dev@dpdk.org
> > Cc: Dumitrescu, Cristian ;
> > step...@networkplumber.org; Pavan Nikhilesh
> >
> > Subject
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Hemant Agrawal
> Sent: Wednesday 23 August 2017 13:24
> To: dev@dpdk.org
> Cc: Doherty, Declan ; De Lara Guarch, Pablo
> ; akhil.go...@nxp.com
> Subject: [dpdk-dev] [PATCH] app/crypto-perf: fix uninitialized errno
> From: Santosh Shukla [mailto:santosh.shu...@caviumnetworks.com]
> Sent: Thursday, August 31, 2017 4:26 AM
> To: dev@dpdk.org
> Cc: tho...@monjalon.net; jerin.ja...@caviumnetworks.com;
> hemant.agra...@nxp.com; olivier.m...@6wind.com;
> maxime.coque...@redhat.com; Gonzalez Monroy, Sergio
> ; Richa
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Hemant Agrawal
> Sent: Wednesday 23 August 2017 13:24
> To: dev@dpdk.org
> Cc: Doherty, Declan ; De Lara Guarch, Pablo
> ; akhil.go...@nxp.com
> Subject: [dpdk-dev] [PATCH] examples/l2fwd-crypto: fix uninitialized
> -Original Message-
> From: Hemant Agrawal [mailto:hemant.agra...@nxp.com]
> Sent: Wednesday, August 23, 2017 1:24 PM
> To: dev@dpdk.org
> Cc: Doherty, Declan ; De Lara Guarch, Pablo
> ; akhil.go...@nxp.com
> Subject: [PATCH] examples/l2fwd-crypto: fix uninitialized errno value
>
> errn
Hi,
On 24/08/2016 23:17, amin.tootoonchian at intel.com (Tootoonchian, Amin)
wrote:
Sergio, could you please review this patch?
Thanks,
Amin
The patch status should be updated to 'Not Applicable' since similar
functionality has been implemented (commit d948f596).
Only Primary processes are
On Wed, Aug 30, 2017 at 06:10:34PM +, Jianfeng Tan wrote:
> Previously, to get MFN address in dom0, this API is a wrapper to
> obtain the "physical address".
>
> As we removed xen dom0 support, this API is not necessary.
>
> Signed-off-by: Jianfeng Tan
Acked-by: Bruce Richardson
On Wed, Aug 30, 2017 at 06:10:32PM +, Jianfeng Tan wrote:
> Signed-off-by: Jianfeng Tan
> ---
Acked-by: Bruce Richardson
On Wed, Aug 30, 2017 at 06:10:31PM +, Jianfeng Tan wrote:
> Signed-off-by: Jianfeng Tan
> ---
Acked-by: Bruce Richardson
On Mon, Sep 04, 2017 at 03:25:48PM +0100, Bruce Richardson wrote:
> On Wed, Aug 30, 2017 at 06:10:30PM +, Jianfeng Tan wrote:
> > Signed-off-by: Jianfeng Tan
> > ---
> > MAINTAINERS | 2 -
> > app/test-pmd/Makefile | 4 -
> > a
1 - 100 of 246 matches
Mail list logo