Re: [dpdk-dev] [PATCH v2 04/11] examples/l3fwd: add ethdev setup based on eventdev

2020-01-02 Thread Nipun Gupta
> -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

Re: [dpdk-dev] [PATCH v2 04/11] examples/l3fwd: add ethdev setup based on eventdev

2020-01-02 Thread Jerin Jacob
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 ; > >

Re: [dpdk-dev] [PATCH v2 1/3] eal: introduce structure marker typedefs

2020-01-02 Thread Matan Azrad
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

Re: [dpdk-dev] [PATCH v2 1/3] eal/arm64: relax the io barrier for aarch64

2020-01-02 Thread Jerin Jacob
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

Re: [dpdk-dev] [PATCH] net/ixgbe: fix blocking system events

2020-01-02 Thread Zhu, TaoX
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):

Re: [dpdk-dev] [PATCH v2 0/6] OCTEON TX2 End Point Driver

2020-01-02 Thread Gavin Hu
Hi Mahipal, Could you make old versions 'Superseded' when you have new ones? /Gavin

Re: [dpdk-dev] [dpdk-dev PATCH v2 2/6] raw/octeontx2_ep: add device configuration

2020-01-02 Thread Gavin Hu
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]

Re: [dpdk-dev] [dpdk-dev PATCH v2 6/6] raw/octeontx2_ep: add driver self test

2020-01-02 Thread Gavin Hu
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

Re: [dpdk-dev] [dpdk-dev PATCH v2 4/6] raw/octeontx2_ep: add enqueue operation

2020-01-02 Thread Gavin Hu
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

Re: [dpdk-dev] [PATCH v3] net/i40e: fix TSO pkt exceeds allowed buf size issue

2020-01-02 Thread Loftus, Ciara
> > -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

Re: [dpdk-dev] [RFC PATCH] mbuf: fix to update documentation of PKT_RX_QINQ_STRIPPED

2020-01-02 Thread Andrew Rybchenko
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,

Re: [dpdk-dev] [RFC PATCH] mbuf: fix to update documentation of PKT_RX_QINQ_STRIPPED

2020-01-02 Thread Andrew Rybchenko
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

Re: [dpdk-dev] [PATCH v1] net/ice: align with MAC address length definition

2020-01-02 Thread Zhang, Qi Z
> -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

Re: [dpdk-dev] [PATCH v7 03/17] test/ring: add functional tests for rte_ring_xxx_elem APIs

2020-01-02 Thread Ananyev, Konstantin
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 |

Re: [dpdk-dev] [PATCH v7 02/17] lib/ring: apis to support configurable element size

2020-01-02 Thread Ananyev, Konstantin
> 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

Re: [dpdk-dev] [PATCH v7 11/17] test/ring: modify burst enq/deq perf test cases

2020-01-02 Thread Ananyev, Konstantin
> > 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

Re: [dpdk-dev] [PATCH v7 15/17] test/ring: adjust run-on-all-cores perf test cases

2020-01-02 Thread Ananyev, Konstantin
> > 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

Re: [dpdk-dev] [PATCH v7 10/17] test/ring: modify single element enq/deq perf test cases

2020-01-02 Thread Ananyev, Konstantin
> > 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(-)

[dpdk-dev] Testing the working of QoS with RED AQM enabled vs RED AQM disabled

2020-01-02 Thread Tarun Anand
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

Re: [dpdk-dev] [PATCH v1] net/ice: align with MAC address length definition

2020-01-02 Thread Stephen Hemminger
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.

[dpdk-dev] [PATCH v2 0/7] remove 'typedef int bool'

2020-01-02 Thread Dharmik Thakkar
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

[dpdk-dev] [PATCH v2 2/7] net/cxgbe: remove 'typedef int bool'

2020-01-02 Thread Dharmik Thakkar
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

[dpdk-dev] [PATCH v2 1/7] net/ixgbe: avoid multpile definitions of 'bool'

2020-01-02 Thread Dharmik Thakkar
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

[dpdk-dev] [PATCH v2 3/7] net/vmxnet3: remove 'typedef int bool'

2020-01-02 Thread Dharmik Thakkar
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/

[dpdk-dev] [PATCH v2 6/7] net/fm10k: remove 'typedef int bool'

2020-01-02 Thread Dharmik Thakkar
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,

[dpdk-dev] [PATCH v2 4/7] net/bnx2x: remove 'typedef int bool'

2020-01-02 Thread Dharmik Thakkar
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

[dpdk-dev] [PATCH v2 5/7] net/e1000: remove 'typedef int bool'

2020-01-02 Thread Dharmik Thakkar
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

[dpdk-dev] [PATCH v2 7/7] net/qede: remove 'typedef int bool'

2020-01-02 Thread Dharmik Thakkar
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

[dpdk-dev] [PATCH 2/2] net/qede: enhance transmit data path CPU utilization

2020-01-02 Thread Shahed Shaikh
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

[dpdk-dev] [PATCH 1/2] net/qede: enhance receive data path CPU utilization

2020-01-02 Thread Shahed Shaikh
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 |

Re: [dpdk-dev] pci device access from dpdk secondary process with igb_uio

2020-01-02 Thread vijay mohan
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.

Re: [dpdk-dev] [PATCH v2 3/7] net/vmxnet3: remove 'typedef int bool'

2020-01-02 Thread Yong Wang
-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

Re: [dpdk-dev] [dpdk.org代发] Question about using virtio_user in OVS-DPDK

2020-01-02 Thread William Tu
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

Re: [dpdk-dev] [PATCH v1] net/ice: align with MAC address length definition

2020-01-02 Thread Wang, Haiyue
> -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:

Re: [dpdk-dev] [PATCH v2 6/7] net/fm10k: remove 'typedef int bool'

2020-01-02 Thread Wang, Xiao W
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

[dpdk-dev] [PATCH v2] net/ice: use the copy API to do MAC assignment

2020-01-02 Thread Haiyue Wang
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

Re: [dpdk-dev] [PATCH v2] net/ice: use the copy API to do MAC assignment

2020-01-02 Thread Yang, Qiming
> -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

Re: [dpdk-dev] [PATCH v2] net/ice: use the copy API to do MAC assignment

2020-01-02 Thread Wang, Haiyue
> -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 > > >

[dpdk-dev] [PATCH V1] doc: update recommended kernel version for i40e

2020-01-02 Thread Chen, Zhaoyan
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/

[dpdk-dev] [PATCH V1] doc: update recommended kernel version for i40e

2020-01-02 Thread Chen, Zhaoyan
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/

[dpdk-dev] [PATCH v3] net/ice: use the copy API to do MAC assignment

2020-01-02 Thread Haiyue Wang
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

[dpdk-dev] [PATCH V1] doc: update recommended kernel version for i40e

2020-01-02 Thread Chen, Zhaoyan
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

Re: [dpdk-dev] [PATCH] net/mlx5: allow install more meter actions

2020-01-02 Thread Suanming Mou
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

[dpdk-dev] [Bug 379] Build fail using dpdk-setup.sh in RedHat version 3.10.0-862.rt56.804.el7.x86_64

2020-01-02 Thread bugzilla
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

Re: [dpdk-dev] [PATCH 14/14] examples/ipsec-secgw: add cmd line option for bufs

2020-01-02 Thread Anoob Joseph
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

Re: [dpdk-dev] [PATCH v2 0/6] OCTEON TX2 End Point Driver

2020-01-02 Thread Mahipal Challa
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

Re: [dpdk-dev] [PATCH v2 1/3] eal/arm64: relax the io barrier for aarch64

2020-01-02 Thread Gavin Hu
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;

[dpdk-dev] [PATCH] vhost: fix socket initial value

2020-01-02 Thread Xiao Wang
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

[dpdk-dev] [PATCH 1/2] l3fwd-power: fix a typo

2020-01-02 Thread Xiao Wang
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.

[dpdk-dev] [PATCH] l3fwd-power: fix intr disable

2020-01-02 Thread Xiao Wang
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

Re: [dpdk-dev] [dpdk-dev PATCH v2 6/6] raw/octeontx2_ep: add driver self test

2020-01-02 Thread Mahipal Challa
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:

Re: [dpdk-dev] [PATCH v2 1/3] eal/arm64: relax the io barrier for aarch64

2020-01-02 Thread Jerin Jacob
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..

Re: [dpdk-dev] [PATCH] net/ice: correct VSI context

2020-01-02 Thread Ye Xiaolong
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

Re: [dpdk-dev] [PATCH] net/ipn3ke: fix line side statistics register read

2020-01-02 Thread Ye Xiaolong
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 >