> -Original Message-
> From: Pavan Nikhilesh Bhagavatula
> Sent: Thursday, January 2, 2020 11:52 AM
> To: Nipun Gupta ; Jerin Jacob Kollanukkaran
> ; Marko Kovacevic ; Ori
> Kam ; Bruce Richardson
> ; Radu Nicolau ;
> Akhil Goyal ; Tomasz Kantecki
> ; Sunil Kumar Kori ;
> Hemant Agrawal
On Thu, Jan 2, 2020 at 2:20 PM Nipun Gupta wrote:
>
>
>
> > -Original Message-
> > From: Pavan Nikhilesh Bhagavatula
> > Sent: Thursday, January 2, 2020 11:52 AM
> > To: Nipun Gupta ; Jerin Jacob Kollanukkaran
> > ; Marko Kovacevic ; Ori
> > Kam ; Bruce Richardson
> > ; Radu Nicolau ;
> >
From: Jerin Jacob
> On Thu, Dec 26, 2019 at 1:45 PM Matan Azrad
> wrote:
> >
> > Hi
> >
> > From: Jerin Jacob
> > > From: Jerin Jacob
> > >
> > > Introduce EAL typedef for structure 1B, 2B, 4B, 8B alignment marking
> > > and a generic marker for a point in a structure.
> > >
> > > Signed-off-b
On Mon, Dec 23, 2019 at 3:46 PM Gavin Hu wrote:
>
> Hi Jerin,
>
> > -Original Message-
> > From: Jerin Jacob
> > Sent: Monday, December 23, 2019 5:20 PM
> > To: Gavin Hu
> > Cc: dpdk-dev ; nd ; David Marchand
> > ; tho...@monjalon.net;
> > rasl...@mellanox.com; maxime.coque...@redhat.com
Hi Konstantin,
Thank you for your advice. Your advice is excellent. I have the same idea with
you to solve this problem.
First. Consider whether the fallback function of alamer can shorten the time.
But it seems difficult for the following reasons(If you have a good idea,
please let me know):
Hi Mahipal,
Could you make old versions 'Superseded' when you have new ones?
/Gavin
Hi Mahipal,
3 comments inline.
> -Original Message-
> From: dev On Behalf Of Mahipal Challa
> Sent: Friday, December 27, 2019 8:40 PM
> To: dev@dpdk.org
> Cc: jer...@marvell.com; pathr...@marvell.com; sni...@marvell.com;
> venk...@marvell.com
> Subject: [dpdk-dev] [dpdk-dev PATCH v2 2/6]
Hi Mahipal,
> -Original Message-
> From: dev On Behalf Of Mahipal Challa
> Sent: Friday, December 27, 2019 8:40 PM
> To: dev@dpdk.org
> Cc: jer...@marvell.com; pathr...@marvell.com; sni...@marvell.com;
> venk...@marvell.com
> Subject: [dpdk-dev] [dpdk-dev PATCH v2 6/6] raw/octeontx2_ep: a
Hi Mahipal,
> -Original Message-
> From: dev On Behalf Of Mahipal Challa
> Sent: Friday, December 27, 2019 8:40 PM
> To: dev@dpdk.org
> Cc: jer...@marvell.com; pathr...@marvell.com; sni...@marvell.com;
> venk...@marvell.com
> Subject: [dpdk-dev] [dpdk-dev PATCH v2 4/6] raw/octeontx2_ep: a
> > -Original Message-
> > From: Li, Xiaoyun
> > Sent: Thursday, December 26, 2019 2:46 PM
> > To: Zhang, Qi Z ; Xing, Beilei
> ;
> > Loftus, Ciara ; dev@dpdk.org
> > Cc: Li, Xiaoyun ; sta...@dpdk.org
> > Subject: [PATCH v3] net/i40e: fix TSO pkt exceeds allowed buf size issue
> >
> > Hard
Hi Olivier,
On 12/27/19 5:50 PM, Olivier Matz wrote:
> Hi,
>
> On Tue, Dec 24, 2019 at 12:53:21PM +0300, Andrew Rybchenko wrote:
>> On 12/24/19 6:16 AM, Somnath Kotur wrote:
>>> Given that we haven't heard any objection from anyone in a while on
>>> this ...can we get this in please?
>> I'm sorry,
Somnath,
On 12/31/19 5:15 AM, Somnath Kotur wrote:
> Andrew,
>
> On Tue, Dec 24, 2019 at 3:23 PM Andrew Rybchenko
> wrote:
>> On 12/24/19 6:16 AM, Somnath Kotur wrote:
>>> Given that we haven't heard any objection from anyone in a while on
>>> this ...can we get this in please?
>> I'm sorry, but
> -Original Message-
> From: dev On Behalf Of Haiyue Wang
> Sent: Thursday, January 2, 2020 3:15 PM
> To: dev@dpdk.org; Ye, Xiaolong
> Cc: Wang, Haiyue
> Subject: [dpdk-dev] [PATCH v1] net/ice: align with MAC address length
> definition
>
> Use the standand MAC address length definit
Hi Honnappa,
> Add basic infrastructure to test rte_ring_xxx_elem APIs. Add
> test cases for testing burst and bulk tests.
>
> Signed-off-by: Honnappa Nagarahalli
> Reviewed-by: Gavin Hu
> ---
> app/test/test_ring.c | 466 ---
> app/test/test_ring.h |
> diff --git a/lib/librte_ring/rte_ring_elem.h b/lib/librte_ring/rte_ring_elem.h
> new file mode 100644
> index 0..fc7fe127c
> --- /dev/null
> +++ b/lib/librte_ring/rte_ring_elem.h
> @@ -0,0 +1,1002 @@
> +/* SPDX-License-Identifier: BSD-3-Clause
> + *
> + * Copyright (c) 2019 Arm Limited
>
> Add test cases to test legacy and rte_ring_xxx_elem APIs for
> burst enqueue/dequeue test cases.
>
> Signed-off-by: Honnappa Nagarahalli
> Reviewed-by: Gavin Hu
> ---
> app/test/test_ring_perf.c | 78 ---
> 1 file changed, 40 insertions(+), 38 deletio
>
> Adjust run-on-all-cores test case to use legacy APIs.
>
> Signed-off-by: Honnappa Nagarahalli
> Reviewed-by: Gavin Hu
> ---
> app/test/test_ring_perf.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/app/test/test_ring_perf.c b/app/test/test_ring_perf.c
> in
>
> Add test cases to test rte_ring_xxx_elem APIs for single
> element enqueue/dequeue test cases.
>
> Signed-off-by: Honnappa Nagarahalli
> Reviewed-by: Gavin Hu
> ---
> app/test/test_ring_perf.c | 100 ++
> 1 file changed, 80 insertions(+), 20 deletions(-)
Our goal is to understand the how the DPDK QoS Framework works. In order to
understand its functioning, we ran the sample QoS application. Additionally
, we want to test how it works with and without the RED AQM enabled.
Despite two different configurations - one with RED enabled and the other
with
On Thu, 2 Jan 2020 15:14:57 +0800
Haiyue Wang wrote:
> Use the standand MAC address length definition in PMD's scope.
>
> Signed-off-by: Haiyue Wang
> ---
> drivers/net/ice/ice_ethdev.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/net/ice/ice_ethdev.
Replace 'typedef int bool' with 'stdbool.h'
Thus, avoid future compilation problems when 'stdbool.h'
gets included in these files.
---
v2:
- Remove 'typedef int bool' from other drivers
---
Dharmik Thakkar (7):
net/ixgbe: avoid multpile definitions of 'bool'
net/cxgbe: remove 'typedef int boo
Replace 'typedef int bool' with 'stdbool.h' to avoid possible
multiple definitions of 'bool'.
Signed-off-by: Dharmik Thakkar
Reviewed-by: Phil Yang
Reviewed-by: Ruifeng Wang
---
drivers/net/cxgbe/cxgbe_compat.h | 4 +---
drivers/net/cxgbe/cxgbe_main.c | 13 +++--
2 files changed, 8
Compilation issue arises due to multiple definitions of 'bool'
in 'ixgbe_ethdev.h'.
Error:
'/dpdk/drivers/net/ixgbe/ixgbe_ethdev.c: In function
‘ixgbe_dev_setup_link_alarm_handler’:
/dpdk/drivers/net/ixgbe/ixgbe_ethdev.c:4075:43:
error: passing argument 3 of ‘ixgbe_get_link_capabilities’ from
inco
Replace 'typedef int bool' with 'stdbool.h' to avoid possible
multiple definitions of 'bool'.
Remove 'typedef char Bool' and use 'bool' instead.
Signed-off-by: Dharmik Thakkar
Reviewed-by: Phil Yang
Reviewed-by: Ruifeng Wang
---
drivers/net/vmxnet3/base/vmxnet3_defs.h | 6 +++---
drivers/net/
Replace 'typedef int bool' with 'stdbool.h' to avoid possible
multiple definitions of 'bool'.
Signed-off-by: Dharmik Thakkar
Reviewed-by: Phil Yang
Reviewed-by: Ruifeng Wang
---
drivers/net/fm10k/base/fm10k_osdep.h | 8 +---
drivers/net/fm10k/fm10k_ethdev.c | 6 +++---
2 files changed,
Replace 'typedef int bool' with 'stdbool.h' to avoid possible
multiple definitions of 'bool'.
Signed-off-by: Dharmik Thakkar
Reviewed-by: Phil Yang
Reviewed-by: Ruifeng Wang
---
drivers/net/bnx2x/bnx2x_ethdev.h | 4 +--
drivers/net/bnx2x/ecore_sp.c | 46
2
Replace 'typedef int bool' with 'stdbool.h' to avoid possible
multiple definitions of 'bool'.
Signed-off-by: Dharmik Thakkar
Reviewed-by: Phil Yang
---
drivers/net/e1000/base/e1000_osdep.h | 5 +
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/drivers/net/e1000/base/e1000_osdep
Replace 'typedef int bool' with 'stdbool.h' to avoid possible
multiple definitions of 'bool'.
(Not sure if the previous code is checking for true/false condition.
Recommend careful review on this patch.)
Signed-off-by: Dharmik Thakkar
Reviewed-by: Phil Yang
Reviewed-by: Ruifeng Wang
---
drive
Use lightweight transmit handler which handles non-offloaded Tx data path.
We get CPU utilization improvement of ~8%.
Signed-off-by: Shahed Shaikh
---
drivers/net/qede/qede_ethdev.c | 15 +++-
drivers/net/qede/qede_rxtx.c | 125 +
drivers/net/qede/qede_rxtx.h
Use light weight receive packet handler for non-LRO and
non-scatter packets to improve CPU utilization in receive data path.
We achieved ~18% CPU cycles improvement using this handler.
Signed-off-by: Shahed Shaikh
---
drivers/net/qede/qede_ethdev.c | 36 --
drivers/net/qede/qede_rxtx.c |
On Thu, 26 Dec 2019 at 16:58, vijay mohan wrote:
>
> Hi All,
> I am trying to use pci vf device with secondary process in a multiple process
> mode and finding pci_dev->mem_resource[0].addr to be NULL. This happens when
> the pci device is attached to igb_uio.ko but with vfio_pci it works fine.
-Original Message-
From: Dharmik Thakkar
Date: Thursday, January 2, 2020 at 9:49 AM
To: Yong Wang
Cc: "dev@dpdk.org" , Dharmik Thakkar
Subject: [PATCH v2 3/7] net/vmxnet3: remove 'typedef int bool'
Replace 'typedef int bool' with 'stdbool.h' to avoid possible
multiple definitio
On Wed, Jan 1, 2020 at 5:05 PM Yi Yang (杨燚)-云服务集团 wrote:
>
> William, use the below option for your tap0
>
> sudo ovs-vsctl add-port br-int virtio_user0 -- set Interface virtio_user0
> type=dpdk
> options:dpdk-devargs=net_virtio_user0,iface=tap0,path=/dev/vhost-net,queue_size=1024
>
> vistio_use
> -Original Message-
> From: Stephen Hemminger
> Sent: Friday, January 3, 2020 01:37
> To: Wang, Haiyue
> Cc: dev@dpdk.org; Ye, Xiaolong
> Subject: Re: [dpdk-dev] [PATCH v1] net/ice: align with MAC address length
> definition
>
> On Thu, 2 Jan 2020 15:14:57 +0800
> Haiyue Wang wrote:
Hi,
> -Original Message-
> From: Dharmik Thakkar
> Sent: Friday, January 3, 2020 1:49 AM
> To: Zhang, Qi Z ; Wang, Xiao W
>
> Cc: dev@dpdk.org; Dharmik Thakkar
> Subject: [PATCH v2 6/7] net/fm10k: remove 'typedef int bool'
>
> Replace 'typedef int bool' with 'stdbool.h' to avoid possib
Use the fast copy an Ethernet address API to do MAC assignment, instead
of calling rte_memcpy function.
Signed-off-by: Haiyue Wang
---
v2: Update the commit title and message, use the rte_ether_addr_copy API
instead of just changing the length definition to make code style clean.
drivers/ne
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Haiyue Wang
> Sent: Friday, January 3, 2020 10:02 AM
> To: dev@dpdk.org; step...@networkplumber.org; Zhang, Qi Z
> ; Ye, Xiaolong
> Cc: Wang, Haiyue
> Subject: [dpdk-dev] [PATCH v2] net/ice: use the copy API to
> -Original Message-
> From: Yang, Qiming
> Sent: Friday, January 3, 2020 10:23
> To: Wang, Haiyue ; dev@dpdk.org;
> step...@networkplumber.org; Zhang, Qi Z
> ; Ye, Xiaolong
> Cc: Wang, Haiyue
> Subject: RE: [dpdk-dev] [PATCH v2] net/ice: use the copy API to do MAC
> assignment
>
>
>
Update supported Intel NIC driver version and firmware version for 19.11
Update supported Intel NIC driver version to 2.8.43 for 19.08 which is widely
tested
---
doc/guides/nics/i40e.rst | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/doc/guides/nics/i40e.rst b/doc/guides/
Update supported Intel NIC driver version and firmware version for 19.11
Update supported Intel NIC driver version to 2.8.43 for 19.08 which is
widely tested
---
doc/guides/nics/i40e.rst | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/doc/guides/nics/i40e.rst b/doc/guides/
Use the API rte_ether_addr_copy to do MAC assignment, instead of
calling rte_memcpy function directly.
Signed-off-by: Haiyue Wang
---
v3: Update the commit message
v2: Update the commit title and message, use the rte_ether_addr_copy API
instead of just changing the length definition to make
Update supported Intel NIC driver version and firmware version for 19.11
Update supported Intel NIC driver version to 2.8.43 for 19.08 which is
widely tested
Signed-off-by: Zhaoyan Chen
---
doc/guides/nics/i40e.rst | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/doc/guide
Hello Tonghao,
Could you please explain much detail about your issue scenario?
If I understand correctly, you are trying to create two flows with the two same
match criteria?
Example from testpmd just like that:
add port meter profile srtcm_rfc2697 0 24 65536 32768 0
create port meter 0 0 24 y
https://bugs.dpdk.org/show_bug.cgi?id=379
Bug ID: 379
Summary: Build fail using dpdk-setup.sh in RedHat version
3.10.0-862.rt56.804.el7.x86_64
Product: DPDK
Version: 17.11
Hardware: x86
OS: All
S
Hi Konstantin,
Please see inline.
Thanks,
Anoob
> -Original Message-
> From: dev On Behalf Of Ananyev, Konstantin
> Sent: Monday, December 23, 2019 9:47 PM
> To: Anoob Joseph ; Akhil Goyal
> ; Nicolau, Radu ; Thomas
> Monjalon
> Cc: Lukas Bartosik ; Jerin Jacob Kollanukkaran
> ; Naraya
Hi Gavin,
Please see inline.
From: Gavin Hu
Sent: Thursday, January 2, 2020 3:46 PM
To: Mahipal Challa ; dev@dpdk.org
Cc: Jerin Jacob Kollanukkaran ; Narayana Prasad Raju
Athreya ; Subrahmanyam Nilla ;
Venkateshwarlu Nalla ; nd
Subject: [EXT] RE: [dpdk-dev] [P
Hi Jerin,
> -Original Message-
> From: Jerin Jacob
> Sent: Thursday, January 2, 2020 5:52 PM
> To: Gavin Hu
> Cc: dpdk-dev ; nd ; David Marchand
> ; tho...@monjalon.net;
> rasl...@mellanox.com; maxime.coque...@redhat.com; tiwei@intel.com;
> hemant.agra...@nxp.com; jer...@marvell.com;
By default, a vhost socket is created without attaching VDPA device,
this patch fixes the initial value of vdpa_dev_id.
Fixes: b4953225cea4 ("vhost: add APIs for datapath configuration")
Cc: sta...@dpdk.org
Signed-off-by: Xiao Wang
---
lib/librte_vhost/socket.c | 1 +
1 file changed, 1 insertio
Fixes: aee3bc79cc34 ("examples/l3fwd-power: enable one-shot Rx interrupt and
polling switch")
Cc: sta...@dpdk.org
Signed-off-by: Xiao Wang
---
examples/l3fwd-power/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/l3fwd-power/main.c b/examples/l3fwd-power/main.
Since all related queues' intr is turned on before epoll, we need to turn
off all the queues' intr after wake up.
Fixes: b736d64787fc ("examples/l3fwd-power: disable Rx interrupt when waking
up")
Cc: sta...@dpdk.org
Signed-off-by: Xiao Wang
---
examples/l3fwd-power/main.c | 13 +++--
1
Hi Gavin,
Please see the response inline.
From: Gavin Hu
Sent: Thursday, January 2, 2020 3:48 PM
To: Mahipal Challa ; dev@dpdk.org
Cc: Jerin Jacob Kollanukkaran ; Narayana Prasad Raju
Athreya ; Subrahmanyam Nilla ;
Venkateshwarlu Nalla ; nd
Subject: [EXT] RE:
On Fri, Jan 3, 2020 at 12:00 PM Gavin Hu wrote:
>
> Hi Jerin,
Hi Gavin,
>
> > -Original Message-
> > From: Jerin Jacob
> > Sent: Thursday, January 2, 2020 5:52 PM
> > To: Gavin Hu
> > Cc: dpdk-dev ; nd ; David Marchand
> > ; tho...@monjalon.net;
> > rasl...@mellanox.com; maxime.coque..
On 12/30, Wu, Jingjing wrote:
>
>
>> -Original Message-
>> From: Xing, Beilei
>> Sent: Saturday, December 14, 2019 2:14 PM
>> To: Wu, Jingjing ; dev@dpdk.org; Zhang, Qi Z
>>
>> Cc: sta...@dpdk.org
>> Subject: [PATCH] net/ice: correct VSI context
>>
>> There'll always be a MDD event trig
On 12/31, Andy Pei wrote:
>To read line side statistics register, eth_group_sel
>args in function ipn3ke_indirect_mac_read should be 0.
>When eth_group_sel is 1, the nic side register is read.
>
>Fixes: 5a6d883878db ("net/ipn3ke: implement statistics")
>Cc: andy@intel.com
>Cc: sta...@dpdk.org
>
54 matches
Mail list logo