[dpdk-dev] kni interface does not transmit anything

2021-02-14 Thread mirzaei.reza
Hello, I've recently migrated from dpdk-18.05 to dpdk-20.11. I built "kni" example according to this tutorial [1 [1]], every thing is fine except that it has no output packet (no tx). have I ignored something? I would be grateful if anyone could help me. It may also be helpful to mention that a

Re: [dpdk-dev] [PATCH v6 1/9] ethdev: introduce representor type

2021-02-14 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: Xueming Li > Sent: Sunday, February 14, 2021 12:22 PM > Cc: dev@dpdk.org; Viacheslav Ovsiienko ; > xuemi...@nvidia.com; Asaf Penso ; Ajit Khaparde > ; Somnath Kotur > ; John Daley (johndale) > ; Hyong Youb Kim (hyonkim) ; > Beilei Xing ; Jeff Guo ; Haiyue > Wan

[dpdk-dev] [dpdk-announce] DPDK 21.02 released

2021-02-14 Thread Thomas Monjalon
A new release is available: https://fast.dpdk.org/rel/dpdk-21.02.tar.xz It was a light period as February releases of the 2 previous years: 941 commits from 140 authors 1208 files changed, 53571 insertions(+), 21946 deletions(-) It is not planned to start a maintenance bra

Re: [dpdk-dev] [dpdk-announce] release candidate 21.02-rc4

2021-02-14 Thread Ali Alnubani
Hi, > -Original Message- > From: announce On Behalf Of Thomas > Monjalon > Sent: Friday, February 12, 2021 1:22 AM > To: annou...@dpdk.org > Subject: [dpdk-announce] release candidate 21.02-rc4 > > A new DPDK release candidate is ready for testing: > https://git.dpdk.org/dpdk/tag/?

Re: [dpdk-dev] [dpdk-announce] release candidate 21.02-rc4

2021-02-14 Thread Thinh Tran
DPDK 21.02 on IBM Power result * DPDK: v21.02-rc3-16-ge3f15be4d and v21.02-rc4 * Build with gcc 9.3.0-1: no issue found * Basic PF on Mellanox: No new issues or regressions were seen. * Performance: not tested. System tested: - IBM Power9 Model 8335-101 CPU: 2.3 (pvr 004e 1203) Tested NICs:

Re: [dpdk-dev] [PATCH] net/mlx5: fix external buffer pool registration for Rx queue

2021-02-14 Thread Matan Azrad
From: Viacheslav Ovsiienko > On Rx queue creation the mlx5 PMD registers the data buffers of the specified > pools for DMA operations. It scans the mem_list of the pools and creates the > MRs (DMA related NIC objects) for the chunks found. > If the pool is created with rte_pktmbuf_pool_create_ex

Re: [dpdk-dev] [PATCH v1] doc: update release notes for 21.02

2021-02-14 Thread Thomas Monjalon
11/02/2021 13:04, John McNamara: > Fix grammar, spelling and formatting of DPDK 21.02 release notes. > > Signed-off-by: John McNamara Removed empty "known issues" and applied, thanks. The other comments about pyelftools were addressed in separate patches.

Re: [dpdk-dev] [PATCH v3] doc: add pmdinfogen rewrite to release notes

2021-02-14 Thread Thomas Monjalon
12/02/2021 16:15, Thomas Monjalon: > From: Dmitry Kozlyuk > > The build tool pmdinfogen was rewritten in DPDK 21.02, > adding Windows support. > There is a new build-time dependency: pyelftools. > > Fixes: f0f93a7adfee ("buildtools: use Python pmdinfogen") > Fixes: 6b19edcb663c ("build: enable p

Re: [dpdk-dev] [PATCH] doc: update info for pyelftools install

2021-02-14 Thread Thomas Monjalon
12/02/2021 16:05, Bruce Richardson: > On Fri, Feb 12, 2021 at 02:46:28PM +, Kevin Traynor wrote: > > python-pyelftools is not packaged for RHEL/CentOS with > > the exception of RHEL7 EPEL. > > > > Add command to install it with pip. > > > > Fixes: f0f93a7adfee ("buildtools: use Python pmdinfo