Re: [dpdk-dev] [PATCH] doc: update the OS versions

2020-11-19 Thread Ajit Khaparde
On Thu, Nov 19, 2020 at 9:12 AM Ferruh Yigit wrote: > > On 11/17/2020 5:10 AM, Ajit Khaparde wrote: > > Update the OS versions. Remove some old OS versions. > > > > Signed-off-by: Ajit Khaparde > > --- > > doc/guides/nics/bnxt.rst | 8 +++- > > 1 file changed, 3 insertions(+), 5 deletions(

Re: [dpdk-dev] [PATCH] raw/ifpga/base: fix uninitialized variables gcc warning

2020-11-19 Thread Xu, Rosen
Hi, > -Original Message- > From: Walsh, Conor > Sent: Thursday, November 19, 2020 23:00 > To: Xu, Rosen ; Zhang, Tianfei > ; Pei, Andy > Cc: dev@dpdk.org; sta...@dpdk.org; Chen, LingliX ; > Walsh, Conor > Subject: [PATCH] raw/ifpga/base: fix uninitialized variables gcc warning > > On

Re: [dpdk-dev] [PATCH] app/testpmd: revert setting MTU explicitly after configure

2020-11-19 Thread Chen, BoX C
Tested-by: Chen, BoX C Thanks. Regards, Chen Bo > -Original Message- > From: dev On Behalf Of Ferruh Yigit > Sent: November 17, 2020 3:04 > To: Lu, Wenzhuo ; Xing, Beilei > ; Iremonger, Bernard > ; Zhang, Qi Z ; > Andrew Rybchenko > Cc: Yigit, Ferruh ; dev@dpdk.org; sta...@dpdk.org > S

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

2020-11-19 Thread Tu, Lijuan
It seems Trex server is not launched successfully. So DTS as a client can’t connect it. Here are some tips to make sure Trex can work before integrating into DTS. ·Simple manual test for trex o Go to $TREX/scripts: cd ./scripts o Launch dpdk application, e.g. testpmd on dut. Testpmd

[dpdk-dev] [PATCH v4] usertools/devbind: fix binding for built-in kernel drivers

2020-11-19 Thread Yongxin Liu
A driver can be loaded as a dynamic module or a built-in module. In commit 681a67288655 ("usertools: check if module is loaded before binding"), script only checks modules in /sys/module/. However, for built-in kernel driver, it only shows up in /sys/module/, if it has a version or at least one pa

Re: [dpdk-dev] [PATCH v3] usertools/devbind: fix binding for built-in kernel drivers

2020-11-19 Thread Liu, Yongxin
> -Original Message- > From: Burakov, Anatoly > Sent: Thursday, November 19, 2020 20:19 > To: Liu, Yongxin ; dev@dpdk.org; > tho...@monjalon.net > Subject: Re: [dpdk-dev] [PATCH v3] usertools/devbind: fix binding for > built-in kernel drivers > > > On 19-Nov-20 7:16 AM, Yongxin Liu wrote

Re: [dpdk-dev] [PATCH v3 2/2] net/bnxt: fix format characters for unsigned values

2020-11-19 Thread Ajit Khaparde
On Thu, Nov 19, 2020 at 2:17 AM Conor Walsh wrote: > > &device requires the %u format specifer not the %d specifier, as > &device is unsigned. > > Fixes: a46bbb57605b ("net/bnxt: update multi device design") > Cc: michael.wi...@broadcom.com > > Signed-off-by: Conor Walsh Acked-by: Ajit Khaparde

[dpdk-dev] [PATCH v1 0/1] fix the problem of hugepage memory leaks

2020-11-19 Thread Guoyang Zhou
The nic_io memory sets to NULL before free it, this is wrong, and the freeing of some private port resources should be moved from the ".remove(device)" function to the ".dev_close(port)" function. -- v1: - fix the problem of hugepage memory leaks Guoyang Zhou (1): net/hinic: fix the problem o

[dpdk-dev] [PATCH v1 1/1] net/hinic: fix the problem of hugepage memory leaks

2020-11-19 Thread Guoyang Zhou
The nic_io memory sets to NULL before free it, this is wrong, and the freeing of some private port resources should be moved from the ".remove(device)" function to the ".dev_close(port)" function. Fixes: f30e69b41f94 ("ethdev: add device flag to bypass auto-filled queue xstats") Cc: sta...@dpdk.o

Re: [dpdk-dev] [PATCH v12 09/14] build: optional NUMA and cpu counts detection

2020-11-19 Thread Honnappa Nagarahalli
> > > > > 18/11/2020 15:19, Juraj Linkeš: > > > > > > From: Thomas Monjalon > > > > > > > 16/11/2020 10:13, Bruce Richardson: > > > > > > > > On Mon, Nov 16, 2020 at 08:24:48AM +0100, Thomas Monjalon > wrote: > > > > > > > > > 13/11/2020 15:31, Juraj Linkeš: > > > > > > > > > > +option('max_lcor

Re: [dpdk-dev] [PATCH v1] net/axgbe: add support for device reset

2020-11-19 Thread Somalapuram, Amaranath
[AMD Official Use Only - Internal Distribution Only] -Original Message- From: Sebastian, Selwin Sent: Thursday, November 19, 2020 6:52 PM To: dev@dpdk.org Cc: Somalapuram, Amaranath Subject: [PATCH v1] net/axgbe: add support for device reset From: Selwin Sebastian Added support for de

[dpdk-dev] [PATCH][v3] net/af_xdp: optimize RX path by removing the unneeded allocation mbuf

2020-11-19 Thread Li RongQing
when receive packets, the max bunch number of mbuf are allocated if hardware does not receive the max bunch number packets, it will free redundancy mbuf, this is low performance so optimize rx performance, by allocating number of mbuf based on result of xsk_ring_cons__peek, to avoid to redundancy

Re: [dpdk-dev] [PATCH v3 1/2] build: fix gcc compile warnings by adding wformat

2020-11-19 Thread Chen, LingliX
Tested-by: Chen, LingliX Regards, Chen, LingliX > -Original Message- > From: Walsh, Conor > Sent: Thursday, November 19, 2020 6:17 PM > To: Richardson, Bruce ; > ajit.khapa...@broadcom.com; somnath.ko...@broadcom.com; > bl...@debian.org; stuart.schac...@broadcom.com; > venkatkumar.duvv.

Re: [dpdk-dev] [PATCH] raw/ifpga/base: fix uninitialized variables gcc warning

2020-11-19 Thread Chen, LingliX
Tested-by: Chen, LingliX Regards, Chen, LingliX > -Original Message- > From: Walsh, Conor > Sent: Thursday, November 19, 2020 11:00 PM > To: Xu, Rosen ; Zhang, Tianfei > ; Pei, Andy > Cc: dev@dpdk.org; sta...@dpdk.org; Chen, LingliX ; > Walsh, Conor > Subject: [PATCH] raw/ifpga/base:

<    1   2