Re: [PATCH v6 1/5] ci: replace IPsec-mb package install

2024-03-15 Thread Patrick Robb
Recheck-request: iol-unit-arm64-testing Even though ipsec update is postponed to a later release, I'm putting in rechecks for all series that have fails for the arm crypto tests now that we are building from SECLIB-IPSEC-2024.03.12.

RE: [PATCH v6 1/5] ci: replace IPsec-mb package install

2024-03-12 Thread Power, Ciara
> -Original Message- > From: Dooley, Brian > Sent: Tuesday, March 12, 2024 1:50 PM > To: Aaron Conole ; Michael Santana > > Cc: dev@dpdk.org; gak...@marvell.com; De Lara Guarch, Pablo > ; pr...@iol.unh.edu; > wathsala.vithan...@arm.com; Power, Ciara >

RE: [PATCH v6 1/5] ci: replace IPsec-mb package install

2024-03-12 Thread Power, Ciara
er, Ciara > Subject: Re: [PATCH v6 1/5] ci: replace IPsec-mb package install > > On Tue, Mar 12, 2024 at 2:50 PM Brian Dooley > wrote: > > @@ -187,11 +193,18 @@ jobs: > >run: docker exec -i dpdk dnf update -y > > - name: Install packages > >if:

RE: [PATCH v6 1/5] ci: replace IPsec-mb package install

2024-03-12 Thread Power, Ciara
..@arm.com; Thomas Monjalon ; > Richardson, Bruce > Subject: Re: [PATCH v6 1/5] ci: replace IPsec-mb package install > > On Tue, Mar 12, 2024 at 4:26 PM Power, Ciara wrote: > > > From: David Marchand On Tue, Mar 12, > > > 2024 at 2:50 PM Brian Dooley > >

Re: [PATCH v6 1/5] ci: replace IPsec-mb package install

2024-03-12 Thread Jack Bond-Preston
Hi, On 08/03/2024 16:05, Power, Ciara wrote: I think, for basic compile to work for both repos, any functions in the ipsec_mb.h file need to be defined in a C file to avoid issues. But, I understand only SNOW3G + ZUC are the focus for the Arm ipsec-mb repo, so a HMAC related function like the on

Re: [PATCH v6 1/5] ci: replace IPsec-mb package install

2024-03-12 Thread David Marchand
On Tue, Mar 12, 2024 at 4:26 PM Power, Ciara wrote: > > From: David Marchand > > On Tue, Mar 12, 2024 at 2:50 PM Brian Dooley > > wrote: > > > > > > From: Ciara Power > > > > > > The IPsec-mb version that is available through current package > > > managers is 1.2. > > > This release moves the m

Re: [PATCH v6 1/5] ci: replace IPsec-mb package install

2024-03-12 Thread David Marchand
On Tue, Mar 12, 2024 at 2:50 PM Brian Dooley wrote: > @@ -187,11 +193,18 @@ jobs: >run: docker exec -i dpdk dnf update -y > - name: Install packages >if: steps.image_cache.outputs.cache-hit != 'true' > - run: docker exec -i dpdk dnf install -y ccache intel-ipsec-mb-devel

RE: [PATCH v6 1/5] ci: replace IPsec-mb package install

2024-03-12 Thread Power, Ciara
Power, Ciara > Subject: Re: [PATCH v6 1/5] ci: replace IPsec-mb package install > > Hello, > > On Tue, Mar 12, 2024 at 2:50 PM Brian Dooley > wrote: > > > > From: Ciara Power > > > > The IPsec-mb version that is available through current package >

Re: [PATCH v6 1/5] ci: replace IPsec-mb package install

2024-03-12 Thread David Marchand
Hello, On Tue, Mar 12, 2024 at 2:50 PM Brian Dooley wrote: > > From: Ciara Power > > The IPsec-mb version that is available through current package > managers is 1.2. > This release moves the minimum required IPsec-mb version for IPsec-mb > based SW PMDs to 1.4. > To compile these PMDs, a manual

[PATCH v6 1/5] ci: replace IPsec-mb package install

2024-03-12 Thread Brian Dooley
From: Ciara Power The IPsec-mb version that is available through current package managers is 1.2. This release moves the minimum required IPsec-mb version for IPsec-mb based SW PMDs to 1.4. To compile these PMDs, a manual step is added to install IPsec-mb v1.4 using dpkg. Signed-off-by: Ciara Po