RE: [PATCH v3] vhost/crypto: fix build with GCC 12

2022-06-22 Thread Poczatek, Jakub
Hey David, The code change fixes the errors and the performance test completes. Kind Regards, Jakub Poczatek -Original Message- From: David Marchand Sent: Wednesday 22 June 2022 15:08 To: Poczatek, Jakub ; Zhang, Roy Fan Cc: Maxime Coquelin ; dev@dpdk.org; sta...@dpdk.org; Xia

RE: [PATCH v3] vhost/crypto: fix build with GCC 12

2022-06-22 Thread Poczatek, Jakub
Hey everyone, When running a Virtio performance test on a VM using VHost with this patch applied, VHost gives the following error message: > VHOST_CONFIG: (/tmp/vhost) read message VHOST_USER_SET_FEATURES > VHOST_CONFIG: (/tmp/vhost) negotiated Virtio features: 0x0 > VHOST_CONFIG: (/tmp/vhost)

RE: [v9, 00/10] Add JSON vector set support to fips validation

2022-05-31 Thread Poczatek, Jakub
Hey everyone, FIPS-140-2 tested and passed. Tested-by: Jakub Poczatek -Original Message- From: Gowrishankar Muthukrishnan Sent: Monday 30 May 2022 16:53 To: dev@dpdk.org Cc: Zhang, Roy Fan ; Dooley, Brian ; lylav...@iol.unh.edu; Anoob Joseph ; Archana Muniganti ; Jerin Jacob ; Go

RE: [dpdk-dev v1] crypto/qat: fix of cipher offset and length assignment

2022-05-23 Thread Poczatek, Jakub
Hey everyone, Tested-by: Jakub Poczatek -Original Message- From: Kai Ji Sent: Friday 25 March 2022 11:22 To: dev@dpdk.org Cc: gak...@marvell.com; Ji, Kai Subject: [dpdk-dev v1] crypto/qat: fix of cipher offset and length assignment This patch fix the cipher offset and length values

RE: [PATCH v4 00/10] app/test: add inline IPsec and reassembly cases

2022-04-25 Thread Poczatek, Jakub
Hi everyone, When running inline_ipsec_autotest, tests should be marked as "skipped" rather than "failed". Kind Regards, Jakub Poczatek -Original Message- From: Akhil Goyal Sent: Saturday 16 April 2022 20:25 To: dev@dpdk.org Cc: tho...@monjalon.net; david.march...@redhat.com; heman

RE: [PATCH v2] vhost: fix external message handlers

2022-03-08 Thread Poczatek, Jakub
Hi everyone, > Following a rework, external message handlers were receiving a pointer > to a vhost_user message (as stated in the API), but lost the ability > to interact with fds attached to the message. > Restore the original layout and put a build check and reminders. > > Bugzilla ID: 953 >