Re: [PATCH v6 1/2] dts: add methods for setting mac and multicast addresses

2024-10-09 Thread Patrick Robb
Actually, I do have one thought. On Tue, Oct 8, 2024 at 4:45 PM Nicholas Pratte wrote: > +def set_mac_addr(self, port_id: int, mac_address: str, add: bool, > verify: bool = True) -> None: > +"""Add or remove a mac address on a given port's Allowlist. > + > +Args: > +

Re: [PATCH v6 0/2] Mac Filter Port to New DTS

2024-10-09 Thread Patrick Robb
Series-reviewed-by: Patrick Robb

Re: [PATCH v6 1/2] dts: add methods for setting mac and multicast addresses

2024-10-09 Thread Patrick Robb
Reviewed-by: Patrick Robb

Re: [PATCH v6 2/2] dts: mac filter test suite refactored for new dts

2024-10-09 Thread Patrick Robb
and turn vlan filtering off > on the PMD. > +Send a packet with the fake multicast address and no vlan tag > to the PMD. > +(Should receive) > +Remove the fake multicast address from the PMDs multicast > address filter. > + Send

[PATCH v2] maintainers: update for dts

2024-10-09 Thread Patrick Robb
Paul and Patrick have been appointed as the new dts maintainers. Updating the MAINTAINERS file to reflect this. Signed-off-by: Patrick Robb Signed-off-by: Paul Szczepanek --- v2: added updated for Tree section MAINTAINERS | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git

Re: [PATCH 0/5] Increase minimum meson version

2024-10-09 Thread Patrick Robb
Hi Min Zhou, I think it makes sense for you to set your meson version to the minimum version supported for DPDK (so, .57 now I suppose) instead of .63. The principle that David described above regarding LTS is also true for main. So, for the main and next-* branch testing that Loongson lab does, w

Re: [OS-Team] [dpdklab] Re: [PATCH 0/5] Increase minimum meson version

2024-10-09 Thread Patrick Robb
On Tue, Oct 8, 2024 at 4:04 PM Bruce Richardson wrote: > > > UNH does not use it much > >as we opt to meet the meson dependency separately in the dpdk-ci > >project's container template engine. > > That's a bit of a pity, since we can't update the meson version > automatically as part of

Re: [PATCH] Increasing ci meson version to .57

2024-10-08 Thread Patrick Robb
Haha... I guess that serves as a lesson. Thanks Bruce.

Re: [OS-Team] [dpdklab] Re: [PATCH 0/5] Increase minimum meson version

2024-10-08 Thread Patrick Robb
On Tue, Oct 8, 2024 at 4:28 AM David Marchand wrote: > > This series can't be merged until the (UNH and LoongArch) CI are ready > for such a change. > > TL;DR: the meson minimum version is being changed from 0.53.2 to 0.57 > in the current release. > > @UNH @Min Zhou > How long would it take for

Re: [PATCH] Increasing ci meson version to .57

2024-10-08 Thread Patrick Robb
Oh, I guess I should have mentioned that I did "test" this for good measure, by spinning up a base ubuntu 20.04 container, running the linux-setup.sh with this change, and did a dpdk build. Tested-by: Patrick Robb On Tue, Oct 8, 2024 at 3:27 PM Patrick Robb wrote: > There

[PATCH] Increasing ci meson version to .57

2024-10-08 Thread Patrick Robb
There is a proposed increase in the minimum meson version to .57 This patch aligns the linux setup ci script with this change. Signed-off-by: Patrick Robb --- .ci/linux-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/linux-setup.sh b/.ci/linux-setup.sh index

[PATCH] maintainers: update for dts

2024-10-04 Thread Patrick Robb
Paul and Patrick have been appointed as the new dts maintainers. Updating the MAINTAINERS file to reflect this. Signed-off-by: Patrick Robb --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 812463fe9f..5c8402707a 100644 --- a

Re: [PATCH dpdk] mbuf: fix strict aliasing error in allocator

2024-09-26 Thread Patrick Robb
Recheck-request: iol-mellanox-Performance When I enabled this test on Monday I accidentally set the delta threshold to 1.5% instead of 5%. So the accepted results window was too small and led to this false positive test fail.

Re: [PATCH v1] dts: add send_packets to test_suite

2024-09-26 Thread Patrick Robb
Recheck-request: iol-mellanox-Performance When I enabled this test on Monday I accidentally set the delta threshold to 1.5% instead of 5%. So the accepted results window was too small and led to this false positive test fail.

Re: [PATCH v1] dts: add send_packets to test_suite

2024-09-26 Thread Patrick Robb
Reviewed-by: Patrick Robb

Re: [RFC PATCH v7] mempool: fix mempool cache size

2024-09-24 Thread Patrick Robb
Recheck-request: iol-intel-Performance On Tue, Sep 24, 2024 at 2:12 PM Morten Brørup wrote: > This patch refactors the mempool cache to fix two bugs: > 1. When a mempool is created with a cache size of N objects, the cache was > actually created with a size of 1.5 * N objects. > 2. The mempool c

Re: [PATCH v25 00/15] Logging enhancements for 24.11

2024-09-20 Thread Patrick Robb
Recheck-request: iol-marvell-Functional putting in a ci lab retest for the failures on this series.

Re: [PATCH v3] ethdev: optimize the activation of fast-path tracepoints

2024-09-20 Thread Patrick Robb
Recheck-request: iol-marvell-Functional putting in a ci lab retest for the failures on this series.

Re: [PATCH v2] dts: fix runner target in the Dockerfile

2024-09-17 Thread Patrick Robb
Dean actually just came down with an illness. Since the changes in his series are minimal (I see the only ones left are updating dts.rst and the devcontainer json) I think that one of us at UNH should submit a patch which is essentially a v2 of his series. It's probably not worth blocking a "critic

Re: [PATCH v2 00/14] Use RTE_LOG_LINE in drivers

2024-09-16 Thread Patrick Robb
Recheck-request: iol-intel-Functional Rerunning with David's DTS patch mentioned above.

DTS WG Meeting Minutes - September 12, 2024

2024-09-12 Thread Patrick Robb
# September 12, 2024 Attendees * Patrick Robb * Paul Szczepanek * Alex Chapman * Luca Vizzarro * Jeremey Spewock * Juraj Linkeš # Minutes

Re: [PATCH 1/1] dts: add binding to different drivers to TG node

2024-09-12 Thread Patrick Robb
Looks good to me, and I don't understand it as triggering a second compile on the TG node. I wonder whether the docstring for set_up_build_target() makes it sound like it does though? Reviewed-by: Patrick Robb

Re: [PATCH v1 1/1] dts: add send_packets to test suites and rework packet addressing

2024-09-12 Thread Patrick Robb
This looks good, except for the fact that a method for sending a list of packets has been added since you submitted this patch (which does return the packet list, not that it matters for your application). So, this will need to be resubmitted with your patch reformatted for _adjust_addresses() to

Re: [PATCH v2 1/1] dts: Remove XML-RPC server for Scapy TG and instead use PythonShell

2024-09-11 Thread Patrick Robb
Just noting in attempting to test the latest version of this patch I see it does not cleanly apply.

Re: [PATCH v3 1/2] dts: add dual_vlan testing suite

2024-09-11 Thread Patrick Robb
Looks good other than updating the testpmd_shell method names Reviewed-by: Patrick Robb On Wed, Jul 24, 2024 at 1:13 PM wrote: > +class TestDualVlan(TestSuite): > +"""DPDK Dual VLAN test suite. > + > +This suite tests the behavior of VLAN functions and prope

Re: [PATCH v1] dts: add VLAN methods to testpmd shell

2024-09-11 Thread Patrick Robb
A new version should be submitted which will apply onto next-dts. Mostly looks good barring 1 or 2 nits and some overlap with Luca's pktgen/testpmd series which was merged to next-dts the other day. On Wed, Sep 11, 2024 at 1:37 PM Dean Marx wrote: > > added the following methods to testpmd shell

Re: [PATCH v1] dts: fix runner target in the Dockerfile

2024-09-11 Thread Patrick Robb
Reviewed-by: Patrick Robb

Re: [PATCH 1/2] dts: add blocked ports to EalParams

2024-09-10 Thread Patrick Robb
Reviewed-by: Patrick Robb

Re: [PATCH 2/2] dts: add blocklist test suite

2024-09-10 Thread Patrick Robb
itted with these changes, in my opinion it makes sense to move this series to next-dts. Thanks! Reviewed-by: Patrick Robb Tested-by: Patrick Robb

Community CI Meeting Minutes - September 5, 2024

2024-09-10 Thread Patrick Robb
# September 5, 2024 Attendees 1. Patrick Robb 2. Ali Alnubani 3. Jeremy Spewock 4. Juraj Linkeš 5. Luca Vizzarro 6. Alex Chapman 7. Paul Szczepanek 8. Aaron Conole

DTS WG Meeting Minutes - August 29, 2024

2024-09-10 Thread Patrick Robb
# August 29, 2024 Attendees * Patrick Robb * Luca Vizzarro * Paul Szczepanek * Jeremy Spewock * Alex Chapman # Minutes

Re: [PATCH v3 1/5] dts: add ability to send/receive multiple packets

2024-09-09 Thread Patrick Robb
Reviewed-by: Patrick Robb The only thought I had from this was that with more methods being added to the framework for packet construction and validation (in this case, your random packets utils.py method and the testsuite.match_all_packets() strategy), and with multiple reference solutions

Re: [PATCH] dts: add l2fwd test suite

2024-09-09 Thread Patrick Robb
Reviewed-by: Patrick Robb Tested-by: Patrick Robb Ran on a Broadcom 57414 2x25G NIC on an Intel x86 server. I'll follow up with a review on the pktgen and testpmd changes series as obviously we want to move that to next-dts. Thanks! On Tue, Aug 6, 2024 at 8:53 AM Luca Vizzarro

Re: [PATCH v3 00/12] Align ICE shared code with Base driver

2024-08-26 Thread Patrick Robb
Recheck-request: iol-marvell-Functional On Fri, Aug 23, 2024 at 6:51 AM Soumyadeep Hore wrote: > > Updating the latest shared code patches to ICE base driver. > > --- > v3: > - Addressed comments givn by reviewer > --- > v2: > - Addressed comments given by reviewer > - Corrected errors in Camel C

Re: [PATCH v1] net/ice: fix incorrect reading of PHY timestamp

2024-08-26 Thread Patrick Robb
Recheck-request: iol-marvell-Functional On Fri, Aug 23, 2024 at 7:56 AM Soumyadeep Hore wrote: > > In E830 adapters, PHY timestamp for Tx packets should be read once > the ready status of PHY timestamp registers is 1. > > Fixes: 881169950d80 ("net/ice/base: implement initial PTP support for E830"

Community CI Meeting Minutes - August 22, 2024

2024-08-22 Thread Patrick Robb
# August 22, 2024 Attendees 1. Patrick Robb 2. Tomas Durovec 3. Dean Marx 4. Luca Vizzarro 5. Jeremy Spewock 6. Ali Alnubani 7. Juraj Linkeš 8. Paul Szczepanek

DTS WG Meeting Minutes - August 15, 2024

2024-08-15 Thread Patrick Robb
# August 15, 2024 Attendees * Patrick Robb * Jeremy Spewock * Alex Chapman * Juraj Linkeš * Tomas Durovec * Dean Marx * Luca Vizzarro * Paul Szczepanek * Nicholas Pratte

Re: [PATCH] net/bonding: add user callback for bond xmit policy

2024-08-15 Thread Patrick Robb
Recheck-request: iol-marvell-Functional Putting in a retest for this.

Community CI Meeting Minutes - August 8, 2024

2024-08-08 Thread Patrick Robb
# August 8, 2024 Attendees 1. Patrick Robb 2. Juraj Linkeš 3. Aaron Conole 4. Alex Chapman 5. Dean Marx 6. Jeremy Spewock 7. Luca Vizzarro 8. Nicholas Pratte 9. Paul Szczepanek 10. Manit Mahajan

Re: [OS-Team] [dpdklab] Re: [PATCH] version: 24.11-rc0

2024-08-08 Thread Patrick Robb
Thanks I will merge the change disabling ABI checks at UNH at start of day tomorrow. On Thu, Aug 8, 2024 at 8:56 AM David Marchand wrote: > > On Thu, Aug 8, 2024 at 2:00 PM Thomas Monjalon wrote: > > > > 08/08/2024 10:03, David Marchand: > > > Start a new release cycle with empty release notes.

Re: [PATCH v2 0/7] record and rework component dependencies

2024-08-02 Thread Patrick Robb
I saw there was one fail for this series for the Marvell MVNETA container. I thought I should also mention that the build did fail when our automation tried to run DTS on the Octeon CN10K DPU (which is also Marvell). So, that is why you won't get a report for the CN10K DTS results. Let me know if

DTS WG Meeting Minutes - August 1, 2024

2024-08-01 Thread Patrick Robb
August 1, 2024 # Attendees * Patrick Robb * Jeremy Spewock * Nicholas Pratte * Juraj Linkeš * Alex Chapman * Luca Vizzarro # Minutes

Re: How does CI system get updated?

2024-07-26 Thread Patrick Robb
this also raises the question of whether the DPDK docs for the windows mingw64 compile process should be updated to point to winlibs.com instead of sourceforge.net (only has the source code). https://doc.dpdk.org/guides/windows_gsg/build_dpdk.html#option-2-mingw-w64-toolchain On Thu, Jul 25, 202

Re: How does CI system get updated?

2024-07-25 Thread Patrick Robb
Hi Stephen, This is a UNH Lab system. We review our systems for updates once every 4 months. The idea is we do it early in each DPDK release's development cycle. So, we update Dockerfiles (for container environments), we apply updates where needed to persistent systems (for VMs, or baremetal serv

Community CI Meeting Minutes - July 25, 2024

2024-07-25 Thread Patrick Robb
# July 25, 2024 Attendees 1. Patrick Robb 2. Jeremy Spewock 3. Juraj Linkeš 4. Aaron Conole 5. Adam Hassick 6. Dean Marx 7. Luca Vizzarro 8. Manit Mahajan 9. Paul Szczepanek 10. Tomas Durovec

DTS WG Meeting Minutes - July 18, 2024

2024-07-23 Thread Patrick Robb
July 18, 2024 # Attendees * Patrick Robb * juraj.lin...@pantheon.tech * paul.szczepa...@arm.com * Jeremy Spewock * Dean Marx * Nicholas Pratte * Alex Chapman

Re: Community CI Meeting Minutes - June 27, 2024

2024-07-19 Thread Patrick Robb
On Thu, Jun 27, 2024 at 4:52 PM Patrick Robb wrote: > # > Minutes > > = > General Announcements > * DPDK Summit in Montreal will be Septem

Re: [PATCH] common/mlx5: remove unneeded field when modify RQ table

2024-07-17 Thread Patrick Robb
Rerunning the CI Test for Broadcom Performance, which appears to be a false failure.

Re: [PATCH v7 01/21] net/ntnic: add ethdev and makes PMD available

2024-07-17 Thread Patrick Robb
On Mon, Jul 15, 2024 at 10:38 PM zhoumin wrote: > > Hi Patrick, > > Thanks for giving the link of commit `a6c3ec342ee1`. > > However I cannot checkout this commit in the next-net repository because > the commit ID is not exist in the history of next-net repository. Could > you find it? > > It seem

Re: [PATCH V2] examples/pipeline: fix include path for rte_log.h

2024-07-16 Thread Patrick Robb
On Wed, Feb 14, 2024 at 3:17 PM Patrick Robb wrote: > > > > On Wed, Feb 14, 2024 at 3:00 PM Dumitrescu, Cristian > wrote: >> >> >> >> [Cristian] >> Yes, you are right, we do have a DTS test suite for the pipeline library. >> >> It would b

Re: [PATCH v7 01/21] net/ntnic: add ethdev and makes PMD available

2024-07-15 Thread Patrick Robb
Hi Min Zhou, I am seeing that commit for next-net: https://git.dpdk.org/next/dpdk-next-net/commit/?id=a6c3ec342ee105e322ffdb21e810cdfd38455c62 If you try to manually apply it on next-net, does it work? Pasting the logs from our apply process below for context: ``` Trying to checkout branch: o

Re: [PATCH v7 01/21] net/ntnic: add ethdev and makes PMD available

2024-07-12 Thread Patrick Robb
Hello Zhoumin, It looks like Loongarch CI failed to apply this patch, but it worked at the other labs and locally for Serhii when they were checked out to next-net. Maybe your CI did not choose next-net, the right branch? I remember you saying your CI is based on a fork of the dpdk-ci repo. Perha

Community CI Meeting Minutes - July 11, 2024

2024-07-11 Thread Patrick Robb
# July 11, 2024 Attendees 1. Patrick Robb 2. Juraj Linkeš 3. Alex Chapman 4. Tomas Durovec 5. Jeremy Spewock 6. Adam Hassick 7. Manit Mahajan 8. Dean Marx

Re: [PATCH v8] eal/x86: improve rte_memcpy const size 16 performance

2024-07-09 Thread Patrick Robb
On Tue, Jul 9, 2024 at 8:48 AM David Marchand wrote: > > On Tue, Jul 9, 2024 at 2:43 PM Morten Brørup > wrote: > > PS: The CI should catch this stuff. > > Restoring OVS tests in CI has been requested and I think it was being worked > on. > Not sure where we are atm, Patrick? > OvS and SPDK com

Re: [PATCH v10 3/3] dts: config schema

2024-07-05 Thread Patrick Robb
Recheck-request: iol-unit-amd64-testing

Re: [PATCH 0/2] provide toolchain abstracted __builtin_constant_p

2024-07-04 Thread Patrick Robb
On Wed, Jul 3, 2024 at 12:14 PM Thomas Monjalon wrote: > > > We had some doubts with CI. > It should be solved on the top of the main branch, let's see. > > Applied, thanks. > https://patchwork.dpdk.org/project/dpdk/patch/1710970416-27841-3-git-send-email-roret...@linux.microsoft.com/ Looks like

DTS WG Meeting Minutes - July 3, 2024

2024-07-03 Thread Patrick Robb
# Attendees * Patrick Robb * Nicholas Pratte * Dean Marx * Alex * Nicholas Pratte * Paul Szczepanek # Minutes

New DTS Meeting Schedule

2024-07-03 Thread Patrick Robb
Hello, There is interest in moving the DTS meeting from Wednesdays at 14:00 UTC to Thursdays at 13:00 UTC. This would mean the DTS meetings would happen at the same time as the CI testing meetings, but on the off weeks. Let me know if this doesn't work for you, and we can try to make a decision w

Re: [PATCH 2/2] mempool: use rte constant macro instead of GCC builtin

2024-07-03 Thread Patrick Robb
On Wed, Jul 3, 2024 at 10:22 AM David Marchand wrote: > > > > From the discussions on the retest mechanism, I understand we need to > ask for a rebase. > I sent a new retest. Let's see... > Hi, That makes sense that we need to re-apply on the latest mainline and retest. But, the "rebase" feature

Re: [PATCH v1] crypto/ipsec_mb: use new ipad/opad calculation API

2024-07-02 Thread Patrick Robb
Recheck-request: iol-unit-arm64-testing

Re: [PATCH v2] net/memif: fix buffer overflow in zero copy Rx

2024-06-30 Thread Patrick Robb
I see this patchseries had a CI testing fail, for coremask DTS test on Marvel CN10k. I don't think it could relate to the contents of your patch though. It had a timeout: TestCoremask: Test Case test_individual_coremask Result FAILED: TIMEOUT on ./arm64-native-linuxapp-gcc/app/test/dpdk-test -c

Community CI Meeting Minutes - June 27, 2024

2024-06-27 Thread Patrick Robb
# Attendees 1. Patrick Robb 2. Paul Szczepanek 3. Luca Vizzarro 4. Nicholas Pratte 5. Aaron Conole 6. Dean Marx 7. Jeremy Spewock 8. Juraj Linkeš 9. Manit Mahajan 10. Tomas Durovec 11. Adam Hassick

Testpmd usage in new DTS

2024-06-27 Thread Patrick Robb
Hi Thomas, Last November when we chatted in tech board about 2024 DTS goals, you said testpmd should be the primary tool used to drive the testsuites, and that if testpmd was missing some support for any DPDK features we want to test in DTS, then the support should be added into testpmd. So, we h

Re: DTS WG Meeting Minutes - June 20, 2024

2024-06-25 Thread Patrick Robb
On Fri, Jun 21, 2024 at 3:00 AM David Marchand wrote: > > Hello guys, > > On Thu, Jun 20, 2024 at 6:32 PM Patrick Robb wrote: > > * DPDK Summit Montreal > >* Possible CFP topics for DTS: > > * How to write a testsuite. This could be a simple lightning >

Re: [PATCH] vhost: Fix the crash caused by accessing the released memory

2024-06-25 Thread Patrick Robb
rerunning the failing performance test in CI testing as it was a false failure. On Tue, Jun 25, 2024 at 2:39 AM zhaoxinxin <15957197...@163.com> wrote: > > The rte_vhost_driver_unregister() vhost_user_read_cb() > vhost_user_client_reconnect() can be called at the same time by 3 threads. > when mem

Re: [PATCH v4 3/3] dts: Improve logging for interactive shells

2024-06-21 Thread Patrick Robb
Recheck-request: iol-intel-Functional

Community CI Meeting Minutes - June 13, 2024

2024-06-20 Thread Patrick Robb
# Attendees 1. Patrick Robb 2. Juraj Linkeš 3. Aaron Conole 4. Dean Marx 5. Jeremy Spewock 6. Manit Mahajan 7. Nicholas Pratte 8. Paul Szczepanek 9. Tomas Durovec

DTS WG Meeting Minutes - June 20, 2024

2024-06-20 Thread Patrick Robb
# Attendees * Patrick Robb * Juraj Linkeš * Paul Szczepanek * Jeremy Spewock * Nicholas Pratte * Dean Marx * Luca Vizzarro # Minutes

Re: [PATCH v3 0/3] VLAN Test Suite

2024-06-17 Thread Patrick Robb
For CI Testing: re-applying to main and retesting because main was in a bad state (now fixed by Maxime), causing a virtio_smoke fail on this series. https://git.dpdk.org/dpdk/commit/?id=6bdc14606724bc7fb3834d5ec59b1cccf98adf28

Re: [PATCH] examples/fips_validation: fix coverity issues

2024-06-17 Thread Patrick Robb
For CI Testing: re-applying to main and retesting because main was in a bad state (now fixed by Maxime), causing a virtio_smoke fail on this series. https://git.dpdk.org/dpdk/commit/?id=6bdc14606724bc7fb3834d5ec59b1cccf98adf28

Re: [PATCH v2 0/3] malloc related cleanups

2024-06-17 Thread Patrick Robb
For CI Testing: re-applying to main and retesting because main was in a bad state (now fixed by Maxime), causing a virtio_smoke fail on this series. https://git.dpdk.org/dpdk/commit/?id=6bdc14606724bc7fb3834d5ec59b1cccf98adf28 On Sat, Jun 15, 2024 at 12:02 PM Stephen Hemminger wrote: > > The typ

Re: [PATCH v3 1/3] Added VLAN commands to testpmd_shell class

2024-06-14 Thread Patrick Robb
On Fri, Jun 14, 2024 at 4:29 PM Jeremy Spewock wrote: > > I wonder whether, when convenient, we want to name the methods more or > > less 1:1 according to the actual testpmd text command they send? I.e. > > in this case should the method be named vlan_set_filter_on instead of > > vlan_filter_set_

Re: [PATCH v3 2/3] Initial implementation for VLAN test suite

2024-06-14 Thread Patrick Robb
Looks promising thanks - some comments below. On Fri, Jun 14, 2024 at 11:03 AM Dean Marx wrote: > +class TestVlan(TestSuite): > +"""DPDK VLAN test suite. > + > +Ensures VLAN packet reception on the Poll Mode Driver when certain > conditions are met. > +If one or more of these conditi

Re: [PATCH v3 1/3] Added VLAN commands to testpmd_shell class

2024-06-14 Thread Patrick Robb
On Fri, Jun 14, 2024 at 11:03 AM Dean Marx wrote: > +def vlan_filter_set_on(self, port: int = 0, verify: bool = True): > +"""Set vlan filter on. > + > +Args: > +port: The port number to use, should be within 0-32. > +verify: If :data:`True`, the output o

DTS Meeting Rescheduled

2024-06-13 Thread Patrick Robb
event should already be moved. -- Patrick Robb Technical Service Manager UNH InterOperability Laboratory 21 Madbury Rd, Suite 100, Durham, NH 03824 www.iol.unh.edu

Re: [PATCH v1] dts: Initial vlan test suite implementation

2024-06-10 Thread Patrick Robb
Thanks Dean. I see there is some personal configuration you have included from the conf.yaml. You can drop that and resubmit the patch. Also if you can add a cover letter which briefly explains the vlan functions the testsuite aims to provide coverage for, I think that will help give people on th

DTS WG Meeting Minutes - June 5, 2024

2024-06-05 Thread Patrick Robb
# June 5, 2024 Attendees * Patrick Robb * Nicholas Pratte * Dean Marx * Luca Vizzarro * Juraj Linkeš * Paul Szczepanek * Tomas Durovec * Jeremy Spewock # Minutes

Re: [RFC PATCH v2] dts: skip test cases based on capabilities

2024-06-05 Thread Patrick Robb
On Fri, May 31, 2024 at 12:44 PM Luca Vizzarro wrote: > > In my testing of Jeremy's patches which depend on this one ("Add second > scatter test case"), I've discovered that the Intel E810-C NIC I am > using to test does not automatically show "RX scattered packets: on". > But I've noticed it doe

Re: Depends-on

2024-05-31 Thread Patrick Robb
Hi all, Found my way to this thread based on the CI testing call yesterday, as I am about to put together the blurb for the dpdk website testing page that documents support (or lack thereof) for depends-on in CI. On Wed, May 29, 2024 at 10:40 AM Morten Brørup wrote: > > From: Aaron Conole [mail

Community CI Meeting Minutes - May 30, 2024

2024-05-30 Thread Patrick Robb
May 30, 2024 # Attendees 1. Patrick Robb 2. Adam Hassick 3. Nicholas Pratte 4. Paul Szczepanek 5. Jeremy Spewock 6. Dean Marx 7. Aaron Conole 8. Juraj Linkeš

Re: [PATCH v2 0/2] dts: update mypy and clean up

2024-05-24 Thread Patrick Robb
Series-reviewed-by: Patrick Robb As a reminder, once this is merged, UNH will add a CI job which runs mypy and reports its results to PW (only runs for patches with changes in dpdk/dts). Luca, I assume what you had in mind was we will run dts-check-format.sh, so including isort and pylama, as

Re: [PATCH v2 2/2] dts: clean up config types

2024-05-24 Thread Patrick Robb
Looks good to me. Reviewed-by: Patrick Robb Tested-by: Patrick Robb

Re: [PATCH v2 1/2] dts: update mypy static checker

2024-05-24 Thread Patrick Robb
nodes up as DTSRunner attributes. I like preserving the type hint, but it also might just be cluttering the code to do this... up to you. But overall I think it is good and I ran the mypy type check from this patch. Reviewed-by: Patrick Robb Tested-by: Patrick Robb

Re: [PATCH v1 3/4] dts: add methods for modifying MTU to testpmd shell

2024-05-22 Thread Patrick Robb
Reviewed-by: Patrick Robb

Re: [PATCH v1 2/4] dts: add context manager for interactive shells

2024-05-22 Thread Patrick Robb
Reviewed-by: Patrick Robb I don't have any comments beyond Luca's suggestions, but saw the typo below. On Tue, May 14, 2024 at 4:15 PM wrote: > +def __exit__(self, type: BaseException, value: BaseException, traceback: > TracebackType) -> None: > +&qu

Re: [PATCH v1 1/4] dts: improve starting and stopping interactive shells

2024-05-22 Thread Patrick Robb
Reviewed-by: Patrick Robb

Re: [PATCH v13 00/11] net/tap: make RSS work again

2024-05-21 Thread Patrick Robb
On Tue, May 21, 2024 at 10:38 AM Ferruh Yigit wrote: > > > Hi Patric, > > I guess './devtools/check-meson.py' checks are missing in the CI, I > don't remember seeing any complain about it in the CI. > > Is it possible to add this task to the CI task-list backlog? > Correct, this script is not run

Re: [PATCH v12 07/12] net/tap: use libbpf to load new BPF program

2024-05-21 Thread Patrick Robb
On Tue, May 21, 2024 at 9:47 AM Ferruh Yigit wrote: > > > If we can have an Ubuntu 24.04 environment, this addresses the libbpf > testing concern. > > @Christian can comment better, but as far as I can see although upgrade > from previous LTS is not supported yet, it is possible to install Ubuntu

Re: [PATCH v12 07/12] net/tap: use libbpf to load new BPF program

2024-05-20 Thread Patrick Robb
On Mon, May 20, 2024 at 1:49 PM Ferruh Yigit wrote: > > @Patric, I assume test environment also doesn't have 'libbpf', version: > '>= 1.0' which we need to test this feature. > Is it possible to update test environment to justify this dependency? > Hi, the libbpf version on our Ubuntu 22.04 conta

Community CI Meeting Minutes - May 16, 2024

2024-05-16 Thread Patrick Robb
# May 16, 2024 Attendees 1. Patrick Robb 2. Ali Alnubani 3. Paul Szczepanek 4. Aaron Conole # Minutes

Updated DTS 24.07 Roadmap

2024-05-14 Thread Patrick Robb
When we sent this out originally we missed some patches Luca Vizzarro has been working on for this release, so here is an updated version. Thanks Luca. 1) Write ethdev testsuites: Jumboframes: https://git.dpdk.org/tools/dts/tree/test_plans/jumboframes_test_plan.rst Mac Filter: https://git.dpdk.

Re: [PATCH v5 00/45] use stdatomic API

2024-05-06 Thread Patrick Robb
Recheck-request: iol-broadcom-Performance On Mon, May 6, 2024 at 1:58 PM Tyler Retzlaff wrote: > > This series converts all non-generic built atomics to use the rte_atomic > macros that allow optional enablement of standard C11 atomics. > > Use of generic atomics for non-scalar types are not conv

DPDK code coverage reports dashboard page

2024-05-02 Thread Patrick Robb
Hi DPDK Developers, I wanted to announce to the mailing lists that the UNH Community Lab recently rolled out a new page on our dashboard where you can find code coverage reports for DPDK unit tests. https://lab.dpdk.org/results/dashboard/code-coverage It provides some unit test code coverage rep

Community CI Meeting Minutes - May 2, 2024

2024-05-02 Thread Patrick Robb
# May 2, 2024 Attendees 1. Patrick Robb 2. Juraj Linkeš 3. Aaron Conole 4. Paul Szczepanek 5. Luca Vizzarro # Minutes

Re: Run unit tests with C++ too

2024-04-30 Thread Patrick Robb
On Tue, Apr 30, 2024 at 4:13 PM Mattias Rönnblom wrote: > On 2024-04-30 15:52, Patrick Robb wrote: > > > > > > On Sun, Apr 28, 2024 at 3:46 AM Mattias Rönnblom > <mailto:hof...@lysator.liu.se>> wrote: > > > > It would be great if the uni

Re: Run unit tests with C++ too

2024-04-30 Thread Patrick Robb
On Sun, Apr 28, 2024 at 3:46 AM Mattias Rönnblom wrote: > It would be great if the unit test suite (app/test/*) was compiled (and > run) using a C++ (C++11) compiler as well. At least, if such is available. > Sure, the UNH Lab can try this. > > With the current state of affairs, header file ma

Re: [PATCH v4 0/3] dts: API docs generation

2024-04-29 Thread Patrick Robb
On Mon, Apr 29, 2024 at 9:49 AM Jeremy Spewock wrote: > > > The patchset contains the .rst sources which Sphinx uses to generate the > > html pages. These were first generated with the sphinx-apidoc utility > > and modified to provide a better look. The documentation just doesn't > > look that g

Re: [PATCH] bus/pci: fix build with musl 1.2.4 / Alpine 3.19

2024-04-29 Thread Patrick Robb
On Mon, Apr 29, 2024 at 6:01 AM David Marchand wrote: > Following an upgrade of musl, pread64/pwrite64 wrappers are not provided > anymore. Switch to POSIX pread/pwrite. > > Bugzilla ID: 1422 > Cc: sta...@dpdk.org > > Signed-off-by: David Marchand > > Tested-by: Patri

Re: [RFC v2 0/6] Improve EAL bit operations API

2024-04-26 Thread Patrick Robb
Recheck-request: iol-compile-amd64-testing The DPDK Community Lab updated to the latest Alpine image yesterday, which resulted in all Alpine builds failing. The failure is unrelated to your patch, and this recheck should remove the fail on Patchwork, as we have disabled Alpine testing for now.

Re: [v1 1/1] MAINTAINERS: add another AF_XDP maintainer

2024-04-26 Thread Patrick Robb
Recheck-request: iol-compile-amd64-testing The DPDK Community Lab updated to the latest Alpine image yesterday, which resulted in all Alpine builds failing. The failure is unrelated to your patch, and this recheck should remove the fail on Patchwork, as we have disabled Alpine testing for now.

  1   2   3   >