RE: [PATCH v2] build: increase minimum meson version to 0.53.2

2022-10-13 Thread Tu, Lijuan
> -Original Message- > From: David Marchand > Sent: Monday, October 10, 2022 3:48 PM > To: Tu, Lijuan > Cc: Richardson, Bruce ; Thomas Monjalon > ; dev@dpdk.org; c...@dpdk.org; Lincoln Lavoie > ; Chen, Zhaoyan ; Mcnamara, > John > Subject: Re: [PATCH v2] bu

RE: [PATCH v5 1/9] eal: annotate spinlock, rwlock and seqlock

2023-02-05 Thread Tu, Lijuan
> -Original Message- > From: David Marchand > Sent: Wednesday, February 1, 2023 8:33 PM > To: Chen, Zhaoyan ; Tu, Lijuan > ; sys_stv > Cc: dev@dpdk.org; Coquelin, Maxime ; > step...@networkplumber.org; Xia, Chenbo ; Hu, Jiayu > ; Wang, YuanX ; Ding, Xuan > ;

Re: [dpdk-dev] DTS improvement WG - Debate/triag inputs - Extending for next 5 weeks

2021-07-04 Thread Tu, Lijuan
Hi Honnappa, Shall we cancel this week as I have to leave for urgent family affairs? thanks -Original Appointment- From: Honnappa Nagarahalli Sent: 2021年5月18日 12:37 To: Honnappa Nagarahalli; Chen, Zhaoyan; Buckley, Daniel M; juraj.lin...@pantheon.tech; Tu, Lijuan; jer...@marvell.com

Re: [dpdk-dev] [PATCH] ring: fix size of name array in ring structure

2021-10-19 Thread Tu, Lijuan
; andrew.rybche...@oktetlabs.ru; Ananyev, Konstantin > > Cc: nd ; zoltan.k...@schaman.hu; Tu, Lijuan > ; nd > Subject: RE: [PATCH] ring: fix size of name array in ring structure > > This patch has a CI failure in DTS in test_scatter_mbuf_2048 for > Fortville_Spirit > NIC. I am not

Re: [dpdk-dev] [PATCH] net/ice: add ability to reduce the Rx latency

2021-09-15 Thread Tu, Lijuan
> -Original Message- > From: dev On Behalf Of Alvin Zhang > Sent: 2021年9月14日 9:31 > To: Zhang, Qi Z ; Guo, Junfeng > Cc: dev@dpdk.org; Zhang, AlvinX > Subject: [dpdk-dev] [PATCH] net/ice: add ability to reduce the Rx latency > > This patch adds a devarg parameter to enable/disable reduc

Re: [dpdk-dev] [PATCH v5 0/9] ethdev: support SubFunction representor

2021-01-20 Thread Tu, Lijuan
> dedicated queues(txq, rxq). A SF netdev supports E-Switch representation > offload similar to existing PF and VF representors. A SF shares PCI level > resources with other SFs and/or with its parent PCI function. > > From SmartNIC perspective, when PCI device is shared for multi-host, > represen

RE: [PATCH v5] build: prevent accidentally building without NUMA support

2023-06-27 Thread Tu, Lijuan
> -Original Message- > From: Thomas Monjalon > Sent: Tuesday, June 27, 2023 9:27 PM > To: Richardson, Bruce > Cc: dev@dpdk.org; David Marchand > Subject: Re: [PATCH v5] build: prevent accidentally building without NUMA > support > > 15/06/2023 16:38, Bruce Richardson: > > When libnum

RE: [PATCH v4 2/9] dts: add developer tools

2022-09-20 Thread Tu, Lijuan
> -Original Message- > From: Juraj Linkeš > Sent: Tuesday, September 20, 2022 8:14 PM > To: Honnappa Nagarahalli ; > tho...@monjalon.net; Richardson, Bruce > Cc: david.march...@redhat.com; Randles, Ronan ; > ohily...@iol.unh.edu; Tu, Lijuan ; dev@dpdk.org; nd

RE: [PATCH v4 4/9] dts: add ssh pexpect library

2022-09-20 Thread Tu, Lijuan
> > > > On Fri, Jul 29, 2022 at 10:55:45AM +, Juraj Linkeš wrote: > > > > > +self.session = pxssh.pxssh(encoding="utf-8") > > > +self.session.login( > > > +self.node, > > > +self.username, >

RE: [PATCH v2] build: increase minimum meson version to 0.53.2

2022-10-09 Thread Tu, Lijuan
> -Original Message- > From: David Marchand > Sent: Saturday, October 8, 2022 3:13 AM > To: Richardson, Bruce ; Thomas Monjalon > > Cc: dev@dpdk.org; c...@dpdk.org; Lincoln Lavoie ; Tu, > Lijuan ; Chen, Zhaoyan ; > Mcnamara, John > Subject: Re: [PATCH v2] bu

Re: [dpdk-dev] [PATCH] net/ice: fix performance with writeback policy

2021-09-05 Thread Tu, Lijuan
> Apply the same fix that for iavf to DCF > commit: ead06572bd8f ("net/iavf: fix performance with writeback policy") > > Fixes: 4b0d391f0eab ("net/ice: add queue config in DCF") > Cc: sta...@dpdk.org > > Signed-off-by: Qi Zhang Tested-by: Lijuan Tu

Re: [dpdk-dev] [PATCH 3/3] app/testpmd: use of Rx/Tx in testpmd

2021-03-23 Thread Tu, Lijuan
> -Original Message- > From: Andrew Rybchenko > Sent: 2021年3月23日 15:25 > To: Li, Xiaoyun ; Lijun Ou ; Yigit, > Ferruh ; Tu, Lijuan > Cc: dev@dpdk.org; linux...@openeuler.org > Subject: Re: [dpdk-dev] [PATCH 3/3] app/testpmd: use of Rx/Tx in testpmd > > On 3

Re: [dpdk-dev] [PATCH 3/3] app/testpmd: use of Rx/Tx in testpmd

2021-03-23 Thread Tu, Lijuan
> -Original Message- > From: oulijun > Sent: 2021年3月23日 15:52 > To: Tu, Lijuan ; Andrew Rybchenko > ; Li, Xiaoyun ; Yigit, > Ferruh > Cc: dev@dpdk.org; linux...@openeuler.org > Subject: Re: [dpdk-dev] [PATCH 3/3] app/testpmd: use of Rx/Tx in testpmd > &g

RE: [PATCH v4 1/9] dts: add project tools config

2022-08-09 Thread Tu, Lijuan
> -Original Message- > From: Juraj Linkeš > Sent: Friday, July 29, 2022 6:56 PM > To: tho...@monjalon.net; david.march...@redhat.com; Randles, Ronan > ; honnappa.nagaraha...@arm.com; > ohily...@iol.unh.edu; Tu, Lijuan > Cc: dev@dpdk.org; Juraj Linkeš > Subject:

RE: [PATCH v4 2/9] dts: add developer tools

2022-08-09 Thread Tu, Lijuan
> -Original Message- > From: Juraj Linkeš > Sent: Friday, July 29, 2022 6:56 PM > To: tho...@monjalon.net; david.march...@redhat.com; Randles, Ronan > ; honnappa.nagaraha...@arm.com; > ohily...@iol.unh.edu; Tu, Lijuan > Cc: dev@dpdk.org; Juraj Linkeš > Subject:

RE: [PATCH v4 3/9] dts: add basic logging facility

2022-08-09 Thread Tu, Lijuan
> -Original Message- > From: Juraj Linkeš > Sent: Friday, July 29, 2022 6:56 PM > To: tho...@monjalon.net; david.march...@redhat.com; Randles, Ronan > ; honnappa.nagaraha...@arm.com; > ohily...@iol.unh.edu; Tu, Lijuan > Cc: dev@dpdk.org; Juraj Linkeš > Subject:

RE: [PATCH v4 4/9] dts: add ssh pexpect library

2022-08-09 Thread Tu, Lijuan
> -Original Message- > From: Juraj Linkeš > Sent: Friday, July 29, 2022 6:56 PM > To: tho...@monjalon.net; david.march...@redhat.com; Randles, Ronan > ; honnappa.nagaraha...@arm.com; > ohily...@iol.unh.edu; Tu, Lijuan > Cc: dev@dpdk.org; Juraj Linkeš > Subject:

RE: [PATCH v4 5/9] dts: add ssh connection extension

2022-08-09 Thread Tu, Lijuan
> -Original Message- > From: Juraj Linkeš > Sent: Friday, July 29, 2022 6:56 PM > To: tho...@monjalon.net; david.march...@redhat.com; Randles, Ronan > ; honnappa.nagaraha...@arm.com; > ohily...@iol.unh.edu; Tu, Lijuan > Cc: dev@dpdk.org; Juraj Linkeš > Subject:

RE: [PATCH v4 6/9] dts: add config parser module

2022-08-09 Thread Tu, Lijuan
> -Original Message- > From: Juraj Linkeš > Sent: Friday, July 29, 2022 6:56 PM > To: tho...@monjalon.net; david.march...@redhat.com; Randles, Ronan > ; honnappa.nagaraha...@arm.com; > ohily...@iol.unh.edu; Tu, Lijuan > Cc: dev@dpdk.org; Juraj Linkeš > Subject:

RE: [PATCH v4 7/9] dts: add Node base class

2022-08-09 Thread Tu, Lijuan
> -Original Message- > From: Juraj Linkeš > Sent: Friday, July 29, 2022 6:56 PM > To: tho...@monjalon.net; david.march...@redhat.com; Randles, Ronan > ; honnappa.nagaraha...@arm.com; > ohily...@iol.unh.edu; Tu, Lijuan > Cc: dev@dpdk.org; Juraj Linkeš > Subject:

RE: [PATCH v4 8/9] dts: add dts workflow module

2022-08-09 Thread Tu, Lijuan
> -Original Message- > From: Juraj Linkeš > Sent: Friday, July 29, 2022 6:56 PM > To: tho...@monjalon.net; david.march...@redhat.com; Randles, Ronan > ; honnappa.nagaraha...@arm.com; > ohily...@iol.unh.edu; Tu, Lijuan > Cc: dev@dpdk.org; Juraj Linkeš > Subject:

RE: [PATCH v4 9/9] dts: add dts executable script

2022-08-09 Thread Tu, Lijuan
> -Original Message- > From: Juraj Linkeš > Sent: Friday, July 29, 2022 6:56 PM > To: tho...@monjalon.net; david.march...@redhat.com; Randles, Ronan > ; honnappa.nagaraha...@arm.com; > ohily...@iol.unh.edu; Tu, Lijuan > Cc: dev@dpdk.org; Juraj Linkeš > Subject:

RE: [PATCH] examples/distributor: one Tx queue is enough

2022-03-08 Thread Tu, Lijuan
> Do we know why DTS is making this change? Does having more TX queues than > necessary cause problems? DTS is to reduce tx queues to enable many workers for performance testing. Distributor application creates one Tx queue per core, and total (lcore-1) queues, Which make it only 1 worker, but i

Re: [dpdk-dev] DTS Workgroup: MoM 06/09/2021

2021-06-15 Thread Tu, Lijuan
Hi Honnappa, I can't edit the file "DTS DPDK modifications", could you give me access? > -Original Message- > From: Honnappa Nagarahalli > Sent: 2021年6月16日 13:30 > To: Aaron Conole ; Tu, Lijuan ; > Lincoln Lavoie ; Owen Hilyard > ; dev@dpdk.org;

Re: [dpdk-dev] [PATCH] net-i40e-Match-on-outer-and-inner-headers-for-tunnel

2018-12-06 Thread Tu, Lijuan
Hi Subarna, This patch cause a big performance drop , ~30% with single core performance test case. > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Zhang, Qi Z > Sent: Thursday, December 6, 2018 7:45 PM > To: Kar, Subarna ; dev@dpdk.org > Cc: Wu, Jingjing ; Gas

Re: [dpdk-dev] [PATCH] net-i40e-Match-on-outer-and-inner-headers-for-tunnel

2018-12-06 Thread Tu, Lijuan
General ipv4 packets, scapy sample packet like this : Ether(src="52:00:00:00:00:00")/IP(src="1.2.3.4",dst="1.1.1.1")/("X"*26)] > -Original Message- > From: Kar, Subarna > Sent: Friday, December 7, 2018 12:58 PM > To: Tu, Liju

Re: [dpdk-dev] [PATCH v3 1/6] mem: add function for checking memsegs IOVAs addresses

2018-10-10 Thread Tu, Lijuan
Hi > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Alejandro Lucero > Sent: Friday, October 5, 2018 8:45 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v3 1/6] mem: add function for checking > memsegs IOVAs addresses > > A device can suffer addressing limi

Re: [dpdk-dev] DTS Config NIC | Test Nic Single Core Perf ISSUE

2020-04-06 Thread Tu, Lijuan
plist return plist.PacketList(res,name = os.path.basename(self.filename)) From: David Liu [mailto:d...@iol.unh.edu] Sent: Friday, April 3, 2020 3:53 AM To: Tu, Lijuan Cc: dev@dpdk.org Subject: DTS Config NIC | Test Nic Single Core Perf ISSUE Hi Lijuan, We are currently having issues

Re: [dpdk-dev] DTS Error / can not find cores

2020-03-24 Thread Tu, Lijuan
: https://mails.dpdk.org/archives/dts/2020-March/009084.html https://mails.dpdk.org/archives/dts/2020-March/009085.html thanks Lijuan From: David Liu [mailto:d...@iol.unh.edu] Sent: Tuesday, March 24, 2020 11:40 PM To: Tu, Lijuan Cc: dev@dpdk.org Subject: Re: DTS Error / can not

Re: [dpdk-dev] DTS Test Nic Single Core Perf Scapy Naming Conflict

2020-11-17 Thread Tu, Lijuan
rules Signed-off-by: Chen, BoX C From: David Liu Sent: 2020年11月18日 4:24 To: Tu, Lijuan Cc: dpdk-dev Subject: DTS Test Nic Single Core Perf Scapy Naming Conflict Hi Lijuan, I currently have issues with running the Nic Single-Core Perf Test. I believe this is the scapy naming conflict issue,

Re: [dpdk-dev] DTS Test Nic Single Core Perf Scapy Naming Conflict

2020-11-19 Thread Tu, Lijuan
s and NIC are in the same socket. § Simply what you want trex to do, complicated computer will cause performance drop. From: David Liu Sent: 2020年11月20日 3:34 To: Tu, Lijuan Cc: dpdk-dev Subject: Re: DTS Test Nic Single Core Perf Scapy Naming Conflict Hi Lijuan, The DTS started without erro

Re: [dpdk-dev] DTS Test Nic Single Core Perf Scapy Naming Conflict

2020-11-26 Thread Tu, Lijuan
月25日 4:08 To: Tu, Lijuan Cc: dpdk-dev Subject: Re: DTS Test Nic Single Core Perf Scapy Naming Conflict Hi Lijuan, Thank you for the suggestions. After that is resolved we encounter another issue. Currently, the kernel version we have is 5.4.0-53 and has a vfio-pci built in. But we can not use

Re: [dpdk-dev] [dts] [PATCH] speed-capabilities: added Speed Capabilities test case

2020-07-20 Thread Tu, Lijuan
Applied, thanks > -Original Message- > From: dts On Behalf Of dkiric...@iol.unh.edu > Sent: 2020年7月7日 21:41 > To: d...@dpdk.org > Cc: m...@smartsharesystems.com; lylav...@iol.unh.edu; tho...@monjalon.net; > dev@dpdk.org; david.march...@redhat.com; Yigit, Ferruh > ; arybche...@solarflare.c

Re: [dpdk-dev] [PATCH] EEPROM Dump Feature

2020-10-12 Thread Tu, Lijuan
> add test case and test plan for eeprom dump compare output result from > ethtool and testpmd > > Signed-off-by: David Liu Applied