Re: [PATCH] telemetry: lower log level on socket error

2024-06-06 Thread Christian Ehrhardt
Lower this log to debug level. I agree, it is useful info in rare occasions, but not a "please consider having a panic" error level. Thank you for polishing all edges of this one issue that I raised originally! Signed-off-by: Christian Ehrhardt > Fixes: e14bb5f10509 ("telem

Re: [PATCH v2] eal/linux: force iova-mode va without pa available

2023-11-30 Thread Christian Ehrhardt
This change effectively makes "--no-huge" the same as > > "--no-huge --iova-mode=va". > > > > When --no-huge is used (or any other condition making physical > > addresses unavailable) setting --iova-mode=pa will have no effect. > > > >

[PATCH] test: set iova=va mode on ppc64 with --no-huge

2023-11-28 Thread christian . ehrhardt
From: Christian Ehrhardt On ppc64, without huge pages, pa would be the default but fails like: EAL: Cannot use IOVA as 'PA' since physical addresses are not available On a normal system setup we'd expect an admin to set up huge pages and for the unlikely case that they do not d

Re: [PATCH v2] eal/linux: force iova-mode va without pa available

2023-11-28 Thread Christian Ehrhardt
gt; rte_eal_get_configuration()->iova_mode = iova_mode; > } else { > rte_eal_get_configuration()->iova_mode = > internal_conf->iova_mode; > } > // verify rte_eal_get_configuration()->iova_mode > > Note: the logic should be consistent across OS when possible. > > -- Christian Ehrhardt Director of Engineering, Ubuntu Server Canonical Ltd

[PATCH v2] eal/linux: force iova-mode va without pa available

2023-11-24 Thread christian . ehrhardt
tting --iova-mode=pa will have no effect. Signed-off-by: Christian Ehrhardt --- doc/guides/prog_guide/env_abstraction_layer.rst | 9 ++--- lib/eal/linux/eal.c | 16 ++-- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/d

Re: [PATCH 1/1] eal/linux: force iova-mode va without pa available

2023-11-23 Thread Christian Ehrhardt
-no-huge is used (or any other condition making physical > addresses unavailable) setting --iova-mode=pa will have no effect. > > Signed-off-by: Christian Ehrhardt > --- > doc/guides/prog_guide/env_abstraction_layer.rst | 9 ++--- > lib/eal/linux/eal.c

[PATCH 1/1] eal/linux: force iova-mode va without pa available

2023-11-23 Thread christian . ehrhardt
tting --iova-mode=pa will have no effect. Signed-off-by: Christian Ehrhardt --- doc/guides/prog_guide/env_abstraction_layer.rst | 9 ++--- lib/eal/linux/eal.c | 14 -- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/d

[PATCH 0/1] rebase iova fixes

2023-11-23 Thread christian . ehrhardt
From: Christian Ehrhardt Testing 23.11 has shown that [1] is still needed, all tests on ppc64 with no-huge still fail due to iova=pa breaking without pa being available. This is the rebase of [1] to 23.11 and I've added the matching change to the documentation as well. David Wilder (1):

[PATCH] build: riscv is not a valid -march value

2023-11-21 Thread christian . ehrhardt
From: Christian Ehrhardt If building riscv natively with -Dplatform=generic config/meson.build will select cpu_instruction_set=riscv. That was fine because config/riscv/meson.build did override it to valid values later, but since b7676fcccab4 ("config: verify machine arch flag") it

Re: [PATCH] doc: ensure sphinx output is reproducible

2023-07-06 Thread Christian Ehrhardt
On Mon, Jul 3, 2023 at 5:29 PM Thomas Monjalon wrote: > > 29/06/2023 14:58, christian.ehrha...@canonical.com: > > From: Christian Ehrhardt > > > > By adding -j we build in parallel, to make building on multiprocessor > > machines more effective. While

Re: [PATCH] doc: ensure sphinx output is reproducible

2023-06-29 Thread Christian Ehrhardt
On Thu, Jun 29, 2023 at 2:58 PM wrote: > > From: Christian Ehrhardt > > By adding -j we build in parallel, to make building on multiprocessor > machines more effective. While that works it does also break > reproducible builds as the order of the sphinx generated searchindex.js

[PATCH] doc: ensure sphinx output is reproducible

2023-06-29 Thread christian . ehrhardt
From: Christian Ehrhardt By adding -j we build in parallel, to make building on multiprocessor machines more effective. While that works it does also break reproducible builds as the order of the sphinx generated searchindex.js is depending on execution speed of the individual processes. Signed

Should we try to be more graceful in library init on old Hardware?

2023-03-30 Thread Christian Ehrhardt
crash. Due to that only real-users of DPDK would be required to have sufficiently new hardware. And OTOH users of software that links, but in the current config would not use DPDK would suffer less. WDYT? Maybe it has been already discussed and I did neither remember nor find it? -- Christian Eh

DPDK 19.11.14 released

2022-12-15 Thread christian . ehrhardt
Hi all, Here is a new stable release: https://fast.dpdk.org/rel/dpdk-19.11.14.tar.xz The git tree is at: https://dpdk.org/browse/dpdk-stable/?h=19.11 Christian Ehrhardt --- VERSION| 2 +- app/test-pmd/meson.build

Re: 21.11.3 patches review and test

2022-12-13 Thread Christian Ehrhardt
Thomas Monjalon (2): > drivers: remove unused build variable > doc: add Rx buffer split capability for mlx5 > > Ting Xu (1): > net/ice/base: fix inner symmetric RSS hash in raw flow > > Tomasz Jonak (1): > net/ice: fix null function pointer call > > Vanshika Shukla (1): > net/dpaa2: fix DPDMUX error behaviour > > Viacheslav Ovsiienko (3): > net/mlx5: fix check for orphan wait descriptor > net/mlx5: fix single not inline packet storing > net/mlx5: fix inline length exceeding descriptor limit > > Vladimir Medvedkin (2): > test/hash: remove dead code in extendable bucket test > test/hash: fix bulk lookup check > > Volodymyr Fialko (3): > cryptodev: fix missing SHA3 algorithm strings > eventdev: fix name of Rx conf type in documentation > app/eventdev: fix limits in error message > > Wenwu Ma (1): > examples/vhost: fix use after free > > Wenzhuo Lu (1): > net/iavf: fix VLAN offload > > Yi Li (1): > doc: fix maximum packet size of virtio driver > > Yiding Zhou (4): > net/iavf: fix VLAN insertion > net/iavf: revert VLAN insertion fix > net/ice/base: fix duplicate flow rules > net/iavf: add thread for event callbacks > > Yunjian Wang (2): > net/bonding: fix array overflow in Rx burst > net/bonding: fix double slave link status query > > Zhichao Zeng (3): > net/ice: fix RSS hash update > net/iavf: fix processing VLAN TCI in SSE path > net/iavf: fix outer checksum flags > > Zhirun Yan (1): > graph: fix node objects allocation > -- Christian Ehrhardt Senior Staff Engineer, Ubuntu Server Canonical Ltd

Re: 19.11.14 patches review and test

2022-12-13 Thread Christian Ehrhardt
e release notes. > > > > A release candidate tarball can be found at: > > > > https://dpdk.org/browse/dpdk-stable/tag/?id=v19.11.14-rc1 > > > > These patches are located at branch 19.11 of dpdk-stable repo: > > https://dpdk.org/browse/dpdk-stable/ >

Re: 19.11.14 patches review and test

2022-12-13 Thread Christian Ehrhardt
sults with reply-all to this mail. For the final release the fixes > > and > > reported validations will be added to the release notes. > > > > A release candidate tarball can be found at: > > > > https://dpdk.org/browse/dpdk-stable/tag/?id=v19.11.14-rc1 > > > > These patches are located at branch 19.11 of dpdk-stable repo: > > https://dpdk.org/browse/dpdk-stable/ > > > > Thanks. > > > > Christian Ehrhardt > > > > --- -- Christian Ehrhardt Senior Staff Engineer, Ubuntu Server Canonical Ltd

Re: 19.11.14 patches review and test

2022-12-13 Thread Christian Ehrhardt
with reply-all to this mail. For the final release > > the fixes and reported validations will be added to the release notes. > > > > A release candidate tarball can be found at: > > > > https://dpdk.org/browse/dpdk-stable/tag/?id=v19.11.14-rc1 > > > > These pat

19.11.14 patches review and test

2022-11-28 Thread christian . ehrhardt
reported validations will be added to the release notes. A release candidate tarball can be found at: https://dpdk.org/browse/dpdk-stable/tag/?id=v19.11.14-rc1 These patches are located at branch 19.11 of dpdk-stable repo: https://dpdk.org/browse/dpdk-stable/ Thanks. Christian Ehrhardt

Re: 19.11.13 patches review and test

2022-08-11 Thread Christian Ehrhardt
on of your use cases and report any > > issues/results with reply-all to this mail. For the final release the fixes > > and > > reported validations will be added to the release notes. > > > > A release candidate tarball can be found at: > > > > htt

19.11.13 patches review and test

2022-08-04 Thread christian . ehrhardt
=v19.11.13-rc3 These patches are located at branch 19.11 of dpdk-stable repo: https://dpdk.org/browse/dpdk-stable/ Thanks. Christian Ehrhardt --- Abdullah Ömer Yamaç (1): examples/distributor: fix distributor on Rx core Andy Pei (1): vdpa/ifc/base: fix null pointer dereference Ankur

19.11.13 patches review and test

2022-08-03 Thread christian . ehrhardt
reported validations will be added to the release notes. A release candidate tarball can be found at: https://dpdk.org/browse/dpdk-stable/tag/?id=v19.11.13-rc2 These patches are located at branch 19.11 of dpdk-stable repo: https://dpdk.org/browse/dpdk-stable/ Thanks. Christian Ehrhardt

Re: 19.11.13 patches review and test

2022-08-03 Thread Christian Ehrhardt
; > Versions: > > kernel 4.18 > qemu 6.2 > dpdk: git://dpdk.org/dpdk-stable (remotes/origin/19.11) > > # git log > Author: Christian Ehrhardt > Date: Mon Jul 18 11:14:00 2022 +0200 > version: 19.11.13-rc1 > Signed-off-by: Christian Ehrhardt > > NICs: X540-A

Re: 19.11.13 patches review and test

2022-08-03 Thread Christian Ehrhardt
t; > > https://dpdk.org/browse/dpdk-stable/tag/?id=v19.11.13-rc1 > > > > These patches are located at branch 19.11 of dpdk-stable repo: > > https://dpdk.org/browse/dpdk-stable/ > > > > Thanks. > > > > Christian Ehrhardt > > > > --- &g

Re: 19.11.13 patches review and test

2022-07-18 Thread Christian Ehrhardt
he final release >> the fixes and reported validations will be added to the release notes. >> >> A release candidate tarball can be found at: >> >> https://dpdk.org/browse/dpdk-stable/tag/?id=v19.11.13-rc1 >> >> These patches are located at branch 19.11

19.11.13 patches review and test

2022-07-18 Thread christian . ehrhardt
validations will be added to the release notes. A release candidate tarball can be found at: https://dpdk.org/browse/dpdk-stable/tag/?id=v19.11.13-rc1 These patches are located at branch 19.11 of dpdk-stable repo: https://dpdk.org/browse/dpdk-stable/ Thanks. Christian Ehrhardt --- Abdullah

Re: 21.11.1 patches review and test

2022-04-19 Thread Christian Ehrhardt
e null check > net/iavf: fix null pointer dereference > vdpa/sfc: fix null dereference during config > vdpa/sfc: fix null dereference during removal > compress/octeontx: fix null pointer dereference > eventdev/eth_rx: fix parameters parsing memory leak > net/sfc: fix memory allocation size for cache > net/txgbe: fix queue statistics mapping > sched: remove useless malloc in PIE data init > net/bnxt: fix null dereference in session cleanup > > Wenwu Ma (1): > examples/vhost: fix launch with physical port > > Wenxuan Wu (1): > eal/linux: fix device monitor stop return > > Xiaoyu Min (1): > net/mlx5: reject jump to root table > > Xuan Ding (2): > vhost: fix field naming in guest page struct > vhost: fix physical address mapping > > Xueming Li (1): > net/virtio: fix Tx queue 0 overriden by queue 128 > > Yajun Wu (1): > common/mlx5: fix queue pair ack timeout configuration > > Yiding Zhou (1): > net/ice: fix build with 16-byte Rx descriptor > > Yu Wenjun (1): > net/bonding: fix RSS with early configure > > Yuan Wang (1): > vhost: fix guest to host physical address mapping > > Yunjian Wang (12): > net/bonding: fix mode type mismatch > ethdev: fix Rx queue telemetry memory leak on failure > net/ice: fix link up when starting device > net/virtio-user: check FD flags getting failure > net/virtio: fix uninitialized RSS key > ring: fix error code when creating ring > net/ixgbe: check filter init failure > mem: check allocation in dynamic hugepage init > ethdev: remove unnecessary null check > net/ixgbe: reset security context pointer on close > net/txgbe: reset security context pointer on close > net/iavf: reset security context pointer on stop > > Yuying Zhang (1): > net/ice/base: add profile validation on switch filter > > Zhihong Wang (1): > ring: fix overflow in memory size calculation > -- Christian Ehrhardt Staff Engineer, Ubuntu Server Canonical Ltd

Re: 21.11.1 patches review and test

2022-04-13 Thread Christian Ehrhardt
On Wed, Apr 13, 2022 at 12:06 PM Kevin Traynor wrote: > > Hi Christian/Thomas/Ori, > > On 11/04/2022 07:58, Christian Ehrhardt wrote: > > On Fri, Apr 1, 2022 at 12:22 PM Kevin Traynor wrote: > >> Hi all, > >> > >> Here is a list of patches targ

Re: 21.11.1 patches review and test

2022-04-13 Thread Christian Ehrhardt
On Mon, Apr 11, 2022 at 8:58 AM Christian Ehrhardt wrote: > > On Fri, Apr 1, 2022 at 12:22 PM Kevin Traynor wrote: > > > > Hi all, > > > > Here is a list of patches targeted for stable release 21.11.1. > > Hi Kevin, > this breaks on me at build time due t

Re: 21.11.1 patches review and test

2022-04-10 Thread Christian Ehrhardt
gt; net/dpaa2: fix null pointer dereference > regex/mlx5: fix memory allocation check > net/memif: remove pointer deference before null check > net/iavf: fix null pointer dereference > vdpa/sfc: fix null dereference during config > vdpa/sfc: fix nu

DPDK 19.11.12 released

2022-04-07 Thread christian . ehrhardt
compressdev: fix missing space in log macro cryptodev: fix clang C++ include Chenbo Xia (1): vhost: fix queue number check when setting inflight FD Christian Ehrhardt (3): version: 19.11.12-rc1 Revert "common/qat: fix queue pairs number" version: 19.11.12

Re: 19.11.12 patches review and test

2022-04-06 Thread Christian Ehrhardt
On Wed, Apr 6, 2022 at 9:05 AM Jiang, YuX wrote: > *From:* Christian Ehrhardt > *Sent:* Wednesday, April 6, 2022 2:49 PM > *To:* Jiang, YuX > *Cc:* sta...@dpdk.org; dev@dpdk.org; Abhishek Marathe < > abhishek.mara...@microsoft.com>; Ali Alnubani ; > Walker, Benjamin ;

Re: 19.11.12 patches review and test

2022-04-05 Thread Christian Ehrhardt
On Thu, Mar 31, 2022 at 12:00 PM Christian Ehrhardt < christian.ehrha...@canonical.com> wrote: > > > On Wed, Mar 30, 2022 at 1:04 PM Jiang, YuX wrote: > >> > -Original Message- >> > From: christian.ehrha...@canonical.com < >> christian.ehrha.

Re: 19.11.12 patches review and test

2022-04-05 Thread Christian Ehrhardt
t; # git log -1 > commit c511bb77879a5084231e322d9d20bec51cf4fe0f (HEAD, tag: v19.11.12-rc1) > Author: Christian Ehrhardt > Date: Mon Mar 21 12:38:48 2022 +0100 > > version: 19.11.12-rc1 > > Signed-off-by: Christian Ehrhardt > > NICs: X540-AT2 NIC(ixgbe,

Re: 19.11.12 patches review and test

2022-04-04 Thread Christian Ehrhardt
> - OpenSUSE Leap 15.3 with rdma-core v31.0. > > Build failures: > - Bug 912 - [19.11.11-rc1] net/qede build failure with make and clang 13 ( > https://bugs.dpdk.org/show_bug.cgi?id=912) > - Bug 985 - [19.11] librte_eal build error with gcc 12 ( > https://bugs.dpdk.org/show_bug.cgi?id=985) > - Bug 991 - [19.11] net/ena build failure with gcc 12 ( > https://bugs.dpdk.org/show_bug.cgi?id=991) > > We don't see any other new issues in this release. > > Thanks, > Ali > -- Christian Ehrhardt Staff Engineer, Ubuntu Server Canonical Ltd

Re: 19.11.12 patches review and test

2022-04-03 Thread Christian Ehrhardt
orted validations will be added to the release notes. > > A release candidate tarball can be found at: > > https://dpdk.org/browse/dpdk-stable/tag/?id=v19.11.12-rc1 > > These patches are located at branch 19.11 of dpdk-stable repo: > https://dpdk.org/browse/dpdk-stab

Re: 19.11.12 patches review and test

2022-04-03 Thread Christian Ehrhardt
ll be added to the release notes. >> >> A release candidate tarball can be found at: >> >> https://dpdk.org/browse/dpdk-stable/tag/?id=v19.11.12-rc1 >> >> These patches are located at branch 19.11 of dpdk-stable repo: >> https://dpdk.org/browse/dpdk-stab

Re: 19.11.12 patches review and test

2022-03-31 Thread Christian Ehrhardt
branch 19.11 of dpdk-stable repo: > https://dpdk.org/browse/dpdk-stable/ > > Thanks. > > Christian Ehrhardt > > --- > Adham Masarwah (1): > app/testpmd: fix show RSS RETA on Windows > > Alexander Kozyrev (2): > net/mlx5: fix maximum packet head

Re: 20.11.5 patches review and test

2022-03-31 Thread Christian Ehrhardt
On Mon, Mar 28, 2022 at 5:29 PM Luca Boccassi wrote: > On Mon, 2022-03-28 at 14:55 +0200, Christian Ehrhardt wrote: > > > > > > On Mon, Mar 28, 2022 at 1:50 PM Luca Boccassi > > wrote: > > > On Mon, 2022-03-28 at 09:40 +0200, Christian Ehrhardt wrote: >

Re: 19.11.12 patches review and test

2022-03-31 Thread Christian Ehrhardt
lease candidate tarball can be found at: > > > > https://dpdk.org/browse/dpdk-stable/tag/?id=v19.11.12-rc1 > > > > These patches are located at branch 19.11 of dpdk-stable repo: > > https://dpdk.org/browse/dpdk-stable/ > > > > Thanks. > > > > Christ

Re: 20.11.5 patches review and test

2022-03-28 Thread Christian Ehrhardt
On Mon, Mar 28, 2022 at 1:50 PM Luca Boccassi wrote: > On Mon, 2022-03-28 at 09:40 +0200, Christian Ehrhardt wrote: > > On Fri, Mar 18, 2022 at 4:21 PM wrote: > > > > > > Hi all, > > > > > > Here is a list of patches targeted for stable releas

Re: 20.11.5 patches review and test

2022-03-28 Thread Christian Ehrhardt
ard > net/enic: fix dereference before null check > regex/mlx5: fix memory allocation check > net/memif: remove pointer deference before null check > compress/octeontx: fix null pointer dereference > net/txgbe: fix queue statistics mapping > net/bnxt: fix null dereference in session cleanup > > Wenwu Ma (1): > examples/vhost: fix launch with physical port > > Xiaoyu Min (1): > net/mlx5: reject jump to root table > > Xuan Ding (1): > vhost: fix field naming in guest page struct > > Xueming Li (1): > net/virtio: fix Tx queue 0 overriden by queue 128 > > Yajun Wu (1): > common/mlx5: fix queue pair ack timeout configuration > > Yiding Zhou (1): > net/ice: fix build with 16-byte Rx descriptor > > Yu Wenjun (1): > net/bonding: fix RSS with early configure > > Yuan Wang (1): > vhost: fix guest to host physical address mapping > > Yunjian Wang (7): > net/bonding: fix mode type mismatch > net/ice: fix link up when starting device > net/virtio-user: check FD flags getting failure > ring: fix error code when creating ring > net/ixgbe: check filter init failure > mem: check allocation in dynamic hugepage init > net/ixgbe: reset security context pointer on close > > Yuying Zhang (1): > net/ice/base: add profile validation on switch filter > > Zhihong Wang (1): > ring: fix overflow in memory size calculation -- Christian Ehrhardt Staff Engineer, Ubuntu Server Canonical Ltd

19.11.12 patches review and test

2022-03-21 Thread christian . ehrhardt
validations will be added to the release notes. A release candidate tarball can be found at: https://dpdk.org/browse/dpdk-stable/tag/?id=v19.11.12-rc1 These patches are located at branch 19.11 of dpdk-stable repo: https://dpdk.org/browse/dpdk-stable/ Thanks. Christian Ehrhardt --- Adham

DPDK 19.11.11 released

2022-01-07 Thread christian . ehrhardt
: check error code of allmulticast mode switch Christian Ehrhardt (5): version: 19.11.11-rc1 kni: fix build for SLES15-SP3 (Make) cryptodev: fix stringop-overflow build failure with gcc 10 version: 19.11.11-rc2 version: 19.11.11 Cian Ferriter (1): ring: fix Doxygen

Re: 19.11.11 (RC2) patches review and test

2022-01-04 Thread Christian Ehrhardt
Done my own testing as well, for the logs; Canonical(R) Testing * Build tests of DPDK & OVS 2.13.3 on Ubuntu 20.04 (meson based) * Functional and performance tests based on OVS-DPDK on x86_64 * Autopkgtests for DPDK and OpenvSwitch The former other use case of 19.11 was Ubuntu 20.10 but

19.11.11 (RC2) patches review and test

2021-12-20 Thread christian . ehrhardt
lease candidate tarball can be found at: https://dpdk.org/browse/dpdk-stable/tag/?id=v19.11.11-rc2 These patches are located at branch 19.11 of dpdk-stable repo: https://dpdk.org/browse/dpdk-stable/ Thanks. Christian Ehrhardt --- Ajit Khaparde (3): net/bnxt: fix Tx queue startup

Re: 19.11.11 patches review and test

2021-12-16 Thread Christian Ehrhardt
> > Here is a list of patches targeted for stable release 19.11.11. > > > > > > > > The planned date for the final release is 7th January 2021. > > > > > > > > Please help with testing and validation of your use cases and report > > > > any issues

Re: 19.11.11 patches review and test

2021-12-15 Thread Christian Ehrhardt
On Wed, Dec 15, 2021 at 3:44 PM Ferruh Yigit wrote: > > On 12/15/2021 1:17 PM, Christian Ehrhardt wrote: > > On Tue, Dec 14, 2021 at 3:52 PM Ferruh Yigit wrote: > >> > >> On 12/14/2021 2:46 PM, Christian Ehrhardt wrote: > >>> On Tue, Dec 14, 2021

Re: 19.11.11 patches review and test

2021-12-15 Thread Christian Ehrhardt
On Tue, Dec 14, 2021 at 3:52 PM Ferruh Yigit wrote: > > On 12/14/2021 2:46 PM, Christian Ehrhardt wrote: > > On Tue, Dec 14, 2021 at 2:58 PM Christian Ehrhardt > > wrote: > >> > >> On Tue, Dec 14, 2021 at 2:10 PM Ferruh Yigit > >> wrote: > >

Re: 19.11.11 patches review and test

2021-12-15 Thread Christian Ehrhardt
or the final release is 7th January 2021. > > > > > > Please help with testing and validation of your use cases and report > > > any issues/results with reply-all to this mail. For the final release > > > the fixes and reported validations will be added to the

Re: 19.11.11 patches review and test

2021-12-14 Thread Christian Ehrhardt
On Tue, Dec 14, 2021 at 2:58 PM Christian Ehrhardt wrote: > > On Tue, Dec 14, 2021 at 2:10 PM Ferruh Yigit wrote: > > > > On 12/14/2021 11:39 AM, Christian Ehrhardt wrote: > > > On Tue, Dec 14, 2021 at 11:13 AM Ferruh Yigit > > > wrote: > > >>

Re: 19.11.11 patches review and test

2021-12-14 Thread Christian Ehrhardt
On Tue, Dec 14, 2021 at 2:10 PM Ferruh Yigit wrote: > > On 12/14/2021 11:39 AM, Christian Ehrhardt wrote: > > On Tue, Dec 14, 2021 at 11:13 AM Ferruh Yigit > > wrote: > >> > >> On 12/14/2021 7:44 AM, Christian Ehrhardt wrote: > >>> On Tue

Re: 19.11.11 patches review and test

2021-12-14 Thread Christian Ehrhardt
On Tue, Dec 14, 2021 at 1:08 PM Ferruh Yigit wrote: > > On 12/14/2021 11:39 AM, Christian Ehrhardt wrote: > > On Tue, Dec 14, 2021 at 11:13 AM Ferruh Yigit > > wrote: > >> > >> On 12/14/2021 7:44 AM, Christian Ehrhardt wrote: > >>> On Tue

Re: 19.11.11 patches review and test

2021-12-14 Thread Christian Ehrhardt
g -1 > commit 928100dd6d30e733be411380fdb78c68a061936c (HEAD, tag: v19.11.11-rc1, > origin/19.11) > Author: Christian Ehrhardt > Date: Thu Dec 9 15:33:57 2021 +0100 > > version: 19.11.11-rc1 > > Signed-off-by: Christian Ehrhardt > > > NICs: X540-AT2 N

Re: Call for help - fixes for 19.11.x in regard to new toolchains, kernels ...

2021-12-14 Thread Christian Ehrhardt
On Tue, Dec 14, 2021 at 1:11 PM Wang, Haiyue wrote: > > Hi Christian, > > > -Original Message- > > From: Christian Ehrhardt > > Sent: Tuesday, December 14, 2021 16:12 > > To: dev > > Cc: aron Conole ; Gujjar, Abhinandan S > > ; Ajit >

Re: 19.11.11 patches review and test

2021-12-14 Thread Christian Ehrhardt
On Tue, Dec 14, 2021 at 11:13 AM Ferruh Yigit wrote: > > On 12/14/2021 7:44 AM, Christian Ehrhardt wrote: > > On Tue, Dec 14, 2021 at 6:49 AM Kalesh Anakkur Purayil > > wrote: > > > > [snip] > > > >>>> [Kalesh] Yes, i am seeing the same error. I

Re: Call for help - fixes for 19.11.x in regard to new toolchains, kernels ...

2021-12-14 Thread Christian Ehrhardt
On Mon, Jul 19, 2021 at 9:38 AM Christian Ehrhardt wrote: > > Hello everyone and maintainers in particular, > > I wanted to use this chance for an extra call for help before we later > on this year call 19.11 > EOL and done. There have been a bunch of issues found in the 19.

Re: 19.11.11 patches review and test

2021-12-14 Thread Christian Ehrhardt
On Tue, Dec 14, 2021 at 8:45 AM Christian Ehrhardt wrote: > > On Tue, Dec 14, 2021 at 8:14 AM Jiang, YuX wrote: > > > > > -Original Message- > > > From: christian.ehrha...@canonical.com > > > Sent: Thursday, December 9, 2021 10:43 PM > >

Re: 19.11.11 patches review and test

2021-12-13 Thread Christian Ehrhardt
he release notes. > > > > A release candidate tarball can be found at: > > > > https://dpdk.org/browse/dpdk-stable/tag/?id=v19.11.11-rc1 > > > > These patches are located at branch 19.11 of dpdk-stable repo: > > https://dpdk.org/browse/dpdk-stable/ &

Re: 19.11.11 patches review and test

2021-12-13 Thread Christian Ehrhardt
hose, no current ongoing tests will have to be restarted. Whoever was able to build, can continue the current tests. Whoever was blocked by SLES15SP3 or clang-13 had no tests other than a failing build and can work with -rc2 then. I'll explain the same in the mail about -rc2. > -include /etc/lsb-release > > ifeq ($(DISTRIB_ID),Ubuntu) > > Regards, > Kalesh [snip] -- Christian Ehrhardt Staff Engineer, Ubuntu Server Canonical Ltd

Re: 19.11.11 patches review and test

2021-12-13 Thread Christian Ehrhardt
On Mon, Dec 13, 2021 at 1:59 PM Ferruh Yigit wrote: > > On 12/13/2021 12:39 PM, Christian Ehrhardt wrote: > > On Mon, Dec 13, 2021 at 12:06 PM Ferruh Yigit > > wrote: > >> > >> On 12/13/2021 4:14 AM, Kalesh Anakkur Purayil wrote: > >>> Hi Christia

Re: 19.11.11 patches review and test

2021-12-13 Thread Christian Ehrhardt
/?id=v19.11.11-rc1 > > <https://dpdk.org/browse/dpdk-stable/tag/?id=v19.11.11-rc1> > > > > These patches are located at branch 19.11 of dpdk-stable repo: > > https://dpdk.org/browse/dpdk-stable/ > > <https://dpdk.org/browse/dpdk-stable/> > >

19.11.11 patches review and test

2021-12-09 Thread christian . ehrhardt
validations will be added to the release notes. A release candidate tarball can be found at: https://dpdk.org/browse/dpdk-stable/tag/?id=v19.11.11-rc1 These patches are located at branch 19.11 of dpdk-stable repo: https://dpdk.org/browse/dpdk-stable/ Thanks. Christian Ehrhardt --- Ajit

[PATCH v2 2/2] devtools: report commit id on partial fixes

2021-12-02 Thread christian . ehrhardt
From: Christian Ehrhardt The candidate list for backports lists partial fixes like: "(21.02 (partially fixed in 21.08))" That is useful to identify fixes menat for later releases, but indirectly applying to older ones as well. While the devscript has no access to the stable tree to f

[PATCH v2 1/2] devtools: don't include headline "fix" in backports

2021-12-02 Thread christian . ehrhardt
From: Christian Ehrhardt It was important in the past to select anything with "fix" in the headline, but recently more often created false positives and work to sort tihngs out than identifying many helpful patches. The community and processes aroudn DPDK matured enough that

Re: please help backporting some patches to stable release 19.11.11

2021-12-02 Thread Christian Ehrhardt
On Thu, Dec 2, 2021 at 9:18 PM Maxime Coquelin wrote: > > Hi Christian, > > On 12/2/21 14:45, Christian Ehrhardt wrote: > > On Tue, Nov 30, 2021 at 5:56 PM wrote: > >> > >> Hi commit authors (and maintainers), > >> > >> Despite being selected

Re: [dpdk-dev] Probing the expected state/support of DPDK@armhf

2021-11-09 Thread Christian Ehrhardt
On Tue, Nov 9, 2021 at 8:17 AM Ruifeng Wang wrote: > > > -Original Message- > > From: Christian Ehrhardt > > Sent: Monday, November 8, 2021 8:32 PM > > To: Jan Viktorin ; Ruifeng Wang > > ; dev > > Cc: Luca Boccassi > > Subject: Pro

[dpdk-dev] Probing the expected state/support of DPDK@armhf

2021-11-08 Thread Christian Ehrhardt
https://patches.dpdk.org/project/dpdk/patch/20210610111839.7481-1-s.chandrak...@globaledgesoft.com/ -- Christian Ehrhardt Staff Engineer, Ubuntu Server Canonical Ltd

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

2021-09-06 Thread christian . ehrhardt
right but not urgent enough to spin another release candidate are already enqueued for 19.11.11 later this year. Christian Ehrhardt --- VERSION | 2 +- app/test-crypto-perf/cperf_test_common.c | 2 +- app/test-pmd/cmdline.c

Re: [dpdk-dev] 19.11.10 patches review and test

2021-09-06 Thread Christian Ehrhardt
e > > usually can wait without much of a problem. > > > > In addition that also gives the two Teams that I'm still missing the > > -RC1 results a few more days to complete those. > > > > A release candidate tarball can be found at: > > > > htt

[dpdk-dev] 19.11.10 patches review and test

2021-09-01 Thread christian . ehrhardt
can be found at: https://dpdk.org/browse/dpdk-stable/tag/?id=v19.11.10-rc2 These patches are located at branch 19.11 of dpdk-stable repo: https://dpdk.org/browse/dpdk-stable/ Thanks. Christian Ehrhardt --- Abhinandan Gujjar (1): test/crypto: fix mempool size for session-less A

Re: [dpdk-dev] 19.11.10 patches review and test

2021-08-30 Thread Christian Ehrhardt
ZLIB PMD Testing/FIPS, etc. Listed but not all. -- All passed. > - Performance test: test scenarios including Thoughput Performance /Cryptodev > Latency, etc. Listed but not all. -- No big data drop. > > > Best regards, > Yu Jiang > > > -Original Message- >

Re: [dpdk-dev] 19.11.10 patches review and test

2021-08-26 Thread Christian Ehrhardt
> https://dpdk.org/browse/dpdk-stable/ > > Thanks. > > Christian Ehrhardt > > --- > Abhinandan Gujjar (1): > test/crypto: fix mempool size for session-less > > Ajit Khaparde (2): > doc: fix default burst size in testpmd > net/bnxt: fi

Re: [dpdk-dev] 20.11.3 patches review and test

2021-08-26 Thread Christian Ehrhardt
for the .rst file * Canonical(R) Testing * Build tests of DPDK & OVS 2.15.0 on Ubuntu 21.04 (meson based) * Functional and performance tests based on OVS-DPDK on x86_64 * Autopkgtests for DPDK and OpenvSwitch > The release of 20.11.3 is postponed to September the 6th to allow more > time for regression tests to complete. Apologies for any issues this > delay will cause. > > -- > Kind regards, > Luca Boccassi -- Christian Ehrhardt Staff Engineer, Ubuntu Server Canonical Ltd

[dpdk-dev] 19.11.10 patches review and test

2021-08-18 Thread christian . ehrhardt
fixes and reported validations will be added to the release notes. A release candidate tarball can be found at: https://dpdk.org/browse/dpdk-stable/tag/?id=v19.11.10-rc1 These patches are located at branch 19.11 of dpdk-stable repo: https://dpdk.org/browse/dpdk-stable/ Thanks. Christian

[dpdk-dev] Call for help - fixes for 19.11.x in regard to new toolchains, kernels ...

2021-07-19 Thread Christian Ehrhardt
here. P.P.S. I've submitted this to everyone listed in the current Maintainers file, sorry if that hits a few people more than needed, but better that way than being missed. -- Christian Ehrhardt Staff Engineer, Ubuntu Server Canonical Ltd

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

2021-07-19 Thread Christian Ehrhardt
everyone for so much testing especially on the re-spins that we needed this time to ensure that 19.11.x is not getting worse while growing old. Christian Ehrhardt --- VERSION| 2 +- app/meson.build| 3 - app/test

[dpdk-dev] 19.11.9 patches review and test

2021-07-05 Thread Christian Ehrhardt
12 issue] A release candidate tarball can be found at: https://dpdk.org/browse/dpdk-stable/tag/?id=v19.11.9-rc4 These patches are located at branch 19.11 of dpdk-stable repo: https://dpdk.org/browse/dpdk-stable/ Thanks. Christian Ehrhardt --- Adam Dybkowski (3): common/qat

Re: [dpdk-dev] 19.11.9 patches review and test

2021-07-05 Thread Christian Ehrhardt
On Mon, Jul 5, 2021 at 12:44 PM Ali Alnubani wrote: > > > -Original Message- > > From: Ali Alnubani > > Sent: Monday, July 5, 2021 9:35 AM > > To: Christian Ehrhardt > > Cc: sta...@dpdk.org; dev@dpdk.org; Abhishek Marathe > > ; Akhil Goyal

Re: [dpdk-dev] 19.11.9 patches review and test

2021-07-04 Thread Christian Ehrhardt
> (15)Host PF + DPDK testing: PASS > (16)Host VF + DPDK testing: PASS > > Versions: > > kernel 4.18 > qemu 6.0 > > dpdk: git://dpdk.org/dpdk-stable > # git log -1 > commit e5f56f22a82a1df49c224a8af13e769ff4b04cd8 (HEAD, tag: v19.11.9-rc3, > origin/19.11) > Aut

Re: [dpdk-dev] 19.11.9 patches review and test

2021-07-02 Thread Christian Ehrhardt
On Thu, Jul 1, 2021 at 5:50 PM Ali Alnubani wrote: > > Hi, > > > -Original Message- > > From: Christian Ehrhardt > > Sent: Thursday, June 17, 2021 9:38 AM > > To: sta...@dpdk.org > > Cc: dev@dpdk.org; Abhishek Marathe ; > > Akhil Goyal ;

Re: [dpdk-dev] 19.11.9 patches review and test

2021-07-01 Thread Christian Ehrhardt
On Thu, Jul 1, 2021 at 5:50 PM Ali Alnubani wrote: > > Hi, > > > -Original Message- > > From: Christian Ehrhardt > > Sent: Thursday, June 17, 2021 9:38 AM > > To: sta...@dpdk.org > > Cc: dev@dpdk.org; Abhishek Marathe ; > > Akhil Goyal ;

Re: [dpdk-dev] [PATCH] kni: fix compilation on SLES15-SP3

2021-07-01 Thread Christian Ehrhardt
On Thu, Jul 1, 2021 at 10:23 AM Christian Ehrhardt wrote: > > On Thu, Jun 17, 2021 at 10:25 AM Marco Varlese wrote: > > > > Hello, > > > > On 6/17/21 8:41 AM, Thomas Monjalon wrote: > > > 17/06/2021 08:14, Christian Ehrhardt: > > >>

Re: [dpdk-dev] [PATCH] kni: fix compilation on SLES15-SP3

2021-07-01 Thread Christian Ehrhardt
On Thu, Jun 17, 2021 at 10:25 AM Marco Varlese wrote: > > Hello, > > On 6/17/21 8:41 AM, Thomas Monjalon wrote: > > 17/06/2021 08:14, Christian Ehrhardt: > >> On Thu, Jun 10, 2021 at 12:30 PM Christian Ehrhardt > >> wrote: > >>> On Thu, Jun 10,

[dpdk-dev] 19.11.9 patches review and test

2021-06-16 Thread Christian Ehrhardt
validations will be added to the release notes. A renewed release candidate tarball can be found at: https://dpdk.org/browse/dpdk-stable/tag/?id=v19.11.9-rc3 These patches are located at branch 19.11 of dpdk-stable repo: https://dpdk.org/browse/dpdk-stable/ Thanks. Christian Ehrhardt --- Adam

Re: [dpdk-dev] [PATCH] kni: fix compilation on SLES15-SP3

2021-06-16 Thread Christian Ehrhardt
On Thu, Jun 10, 2021 at 12:30 PM Christian Ehrhardt wrote: > > On Thu, Jun 10, 2021 at 10:39 AM Christian Ehrhardt > wrote: > > > > On Tue, Jun 8, 2021 at 1:17 PM Ferruh Yigit wrote: > > > > > > On 6/2/2021 3:33 PM, Christian Ehrhardt wrote: > >

Re: [dpdk-dev] 19.11.9 patches review and test - V2

2021-06-15 Thread Christian Ehrhardt
/origin/19.11 > > # git log -1 > commit bb144e7a1c5e7709c74b3096179f6296e77923da (HEAD, tag: v19.11.9-rc2, > origin/19.11) > Author: Christian Ehrhardt > Date: Fri Jun 4 07:46:13 2021 +0200 > > version: 19.11.9-rc2 > > Signed-off-by: Christian Ehrhardt > &g

Re: [dpdk-dev] [PATCH 2/2] devtools: auto detect branch to search fix patches

2021-06-14 Thread Christian Ehrhardt
reference > - local refbranch=$(git rev-parse --abbrev-ref HEAD) > local tag=$( (git tag -l $VER --contains $1 --sort=creatordate > --merged $refbranch 2>&- || > # tag --merged option has been introduced in git 2.7.0 > # below is a fallback in case of old git version > -- > 2.25.1 > -- Christian Ehrhardt Staff Engineer, Ubuntu Server Canonical Ltd

Re: [dpdk-dev] [PATCH 1/2] devtools: fix version pattern for fix search

2021-06-14 Thread Christian Ehrhardt
below is a fallback in case of old git version > - for t in $(git tag -l --contains $1) ; do > + for t in $(git tag -l $VER --contains $1) ; do > git branch $refbranch --contains $t | > sed "s,.\+,$t,"

Re: [dpdk-dev] 19.11.9 patches review and test - V2

2021-06-13 Thread Christian Ehrhardt
Testing/FIPS, etc. Listed but not all. > - All passed. > - Performance test: test scenarios including Thoughput Performance > /Cryptodev Latency, etc. Listed but not all. - No big data drop. > > Best regards, > Yu Jiang > > >-Original Message- > &

Re: [dpdk-dev] 19.11.9 patches review and test - V2

2021-06-10 Thread Christian Ehrhardt
On Thu, Jun 10, 2021 at 1:03 PM Kevin Traynor wrote: > > On 10/06/2021 11:29, Kevin Traynor wrote: > > On 10/06/2021 11:05, Christian Ehrhardt wrote: > >> On Thu, Jun 10, 2021 at 11:05 AM Ali Alnubani wrote: > >>> > >>> Hi Christian, > >>>

Re: [dpdk-dev] 19.11.9 patches review and test - V2

2021-06-10 Thread Christian Ehrhardt
On Thu, Jun 10, 2021 at 10:48 AM Christian Ehrhardt wrote: > > On Fri, Jun 4, 2021 at 7:52 AM Christian Ehrhardt > wrote: > > > > Hi all, > > > > Here is version 2 of the list of patches targeted for stable release > > 19.11.9. > > Thanks to plent

Re: [dpdk-dev] 19.11.9 patches review and test - V2

2021-06-10 Thread Christian Ehrhardt
On Thu, Jun 10, 2021 at 12:30 PM Kevin Traynor wrote: > > On 10/06/2021 11:05, Christian Ehrhardt wrote: > > On Thu, Jun 10, 2021 at 11:05 AM Ali Alnubani wrote: > >> > >> Hi Christian, > >> > >>> -Original Message- > >>> F

Re: [dpdk-dev] [PATCH] kni: fix compilation on SLES15-SP3

2021-06-10 Thread Christian Ehrhardt
On Thu, Jun 10, 2021 at 10:39 AM Christian Ehrhardt wrote: > > On Tue, Jun 8, 2021 at 1:17 PM Ferruh Yigit wrote: > > > > On 6/2/2021 3:33 PM, Christian Ehrhardt wrote: > > > Like what was done for mainline kernel in commit 38ad54f3bc76 ("kni: fix > > >

Re: [dpdk-dev] 19.11.9 patches review and test - V2

2021-06-10 Thread Christian Ehrhardt
On Thu, Jun 10, 2021 at 11:05 AM Ali Alnubani wrote: > > Hi Christian, > > > -Original Message- > > From: Christian Ehrhardt > > Sent: Thursday, June 10, 2021 11:49 AM > > To: dpdk stable > > Cc: dev ; Abhishek Marathe > > ; Akhil Goyal ; &g

Re: [dpdk-dev] 20.11.2 patches review and test

2021-06-10 Thread Christian Ehrhardt
eal: fix comment of OS-specific header files > > buildtools: fix build with busybox > > build: detect execinfo library on Linux > > build: remove redundant _GNU_SOURCE definitions > > eal: fix build with musl > > net/igc: remove use of uint type > > event/dlb: fix header includes for musl > > examples/bbdev: fix header include for musl > > drivers: fix log level after loading > > app/regex: fix usage text > > app/testpmd: fix usage text > > doc: fix names of UIO drivers > > doc: fix build with Sphinx 4 > > bus/pci: support I/O port operations with musl > > app: fix exit messages > > > > Tyler Retzlaff (1): > > eal: add C++ include guard for reciprocal header > > > > Vadim Podovinnikov (1): > > net/bonding: fix LACP system address check > > > > Venkat Duvvuru (1): > > net/bnxt: fix queues per VNIC > > > > Viacheslav Ovsiienko (11): > > net/mlx5: fix external buffer pool registration for Rx queue > > net/mlx5: fix metadata item validation for ingress flows > > net/mlx5: fix hashed list size for tunnel flow groups > > net/mlx5: fix UAR allocation diagnostics messages > > common/mlx5: add timestamp format support to DevX > > vdpa/mlx5: support timestamp format > > net/mlx5: fix Rx metadata leftovers > > net/mlx5: fix drop action for Direct Rules/Verbs > > net/mlx4: fix RSS action with null hash key > > net/mlx5: support timestamp format > > regex/mlx5: support timestamp format > > > > Wenjun Wu (2): > > net/ice: check some functions return > > net/ice: fix RSS hash update > > > > Wenwu Ma (1): > > net/ice: fix illegal access when removing MAC filter > > > > Wenzhuo Lu (2): > > net/iavf: fix crash in AVX512 > > net/ice: fix crash in AVX512 > > > > Wisam Jaddo (1): > > app/flow-perf: fix encap/decap actions > > > > Xiao Wang (1): > > vdpa/ifc: check PCI config read > > > > Xiaoyu Min (4): > > net/mlx5: support RSS expansion for IPv6 GRE > > net/mlx5: fix shared inner RSS > > net/mlx5: fix missing shared RSS hash types > > net/mlx5: fix redundant flow after RSS expansion > > > > Xiaoyun Li (2): > > app/testpmd: remove unnecessary UDP tunnel check > > net/i40e: fix IPv4 fragment offload > > > > Youri Querry (1): > > bus/fslmc: fix random portal hangs with qbman 5.0 > > > > Yunjian Wang (3): > > vfio: fix API description > > net/mlx5: fix using flow tunnel before null check > > vfio: fix duplicated user mem map -- Christian Ehrhardt Staff Engineer, Ubuntu Server Canonical Ltd

Re: [dpdk-dev] 19.11.9 patches review and test - V2

2021-06-10 Thread Christian Ehrhardt
On Fri, Jun 4, 2021 at 7:52 AM Christian Ehrhardt wrote: > > Hi all, > > Here is version 2 of the list of patches targeted for stable release 19.11.9. > Thanks to plenty of helpful developers we've collected a few more backports > by now and sorted out a few rare compil

Re: [dpdk-dev] [PATCH] kni: fix compilation on SLES15-SP3

2021-06-10 Thread Christian Ehrhardt
On Tue, Jun 8, 2021 at 1:17 PM Ferruh Yigit wrote: > > On 6/2/2021 3:33 PM, Christian Ehrhardt wrote: > > Like what was done for mainline kernel in commit 38ad54f3bc76 ("kni: fix > > build with Linux 5.6"), a new parameter 'txqueue' has to be added to &

[dpdk-dev] 19.11.9 patches review and test - V2

2021-06-03 Thread Christian Ehrhardt
k.org/browse/dpdk-stable/tag/?id=v19.11.9-rc2 These patches are located at branch 19.11 of dpdk-stable repo: https://dpdk.org/browse/dpdk-stable/ Thanks. Christian Ehrhardt --- Adam Dybkowski (2): common/qat: increase IM buffer size for GEN3 compress/qat: enable compression on GEN3

Re: [dpdk-dev] 19.11.9 patches review and test

2021-06-02 Thread Christian Ehrhardt
On Wed, Jun 2, 2021 at 5:00 PM Christian Ehrhardt wrote: > > Hi all, > > Here is a list of patches targeted for stable release 19.11.9. > > The planned date for the final release is the 16th of June. > > Please help with testing and validation of your use cases and rep

  1   2   3   4   >