Re: [dpdk-dev] [RFC PATCH 5/5] mk/windows: add virtio-net PMD

2021-08-15 Thread William Tu
On Sat, Aug 14, 2021 at 10:01 AM Dmitry Kozlyuk wrote: > > 2021-08-14 08:55 (UTC-0700), William Tu: > > Hi Dmitry, > > > > I'm looking at this patch and have some questions. > > > > On Thu, Feb 27, 2020 at 10:08 PM Dmitry Kozlyuk > > wrote: > > > > > > Signed-off-by: Dmitry Kozlyuk > > > --- > >

[dpdk-dev] [PATCH RFC] net/virtio: Add virtio support for Windows.

2021-08-15 Thread William Tu
I looked at Dmitry's patch [1] a while ago and found that now it's not much work to enable the virtio support. Pass build, but I haven't tested it yet. I plan to try it on GCP. [1] http://inbox.dpdk.org/dev/20200228060727.192491-1-dmitry.kozl...@gmail.com/ Signed-off-by: William Tu --- drivers/

Re: [dpdk-dev] [PATCH RFC] net/virtio: Add virtio support for Windows.

2021-08-15 Thread Dmitry Kozlyuk
2021-08-15 14:56 (UTC+), William Tu: > I looked at Dmitry's patch [1] a while ago and found > that now it's not much work to enable the virtio support. > Pass build, but I haven't tested it yet. I plan to try it on GCP. 1. Build fails, the reason is `__rte_weak`: there are no weak symbols on W

Re: [dpdk-dev] [PATCH v13 09/10] eal: add EAL argument for setting thread priority

2021-08-15 Thread Dmitry Kozlyuk
2021-08-03 12:01 (UTC-0700), Narcisa Ana Maria Vasile: > From: Narcisa Vasile > > Allow the user to choose the thread priority through an EAL > command line argument. EAL options documentation update is needed. With current wording the user may ask: the priority of which thread? > The user can

[dpdk-dev] [PATCH 0/3] support reading NPA/SSO PF function

2021-08-15 Thread Tomasz Duszynski
This series adds support for retrieving NPA/SSO PF function which is then used by a baseband PSM job scheduler block to access NPA/SSO. While at it also push out some device removal fix. Tomasz Duszynski (3): raw/cnxk_bphy: fix device lookup common/cnxk: support reading NPA/SSO PF function

[dpdk-dev] [PATCH 1/3] raw/cnxk_bphy: fix device lookup

2021-08-15 Thread Tomasz Duszynski
Name needs to be prepared before the lookup otherwise PMD will not be released. Fixes: 24d9c5d59d5d ("raw/cnxk_bphy: add baseband PHY skeleton driver") Signed-off-by: Tomasz Duszynski Reviewed-by: Jerin Jacob Kollanukkaran --- drivers/raw/cnxk_bphy/cnxk_bphy.c | 3 +-- 1 file changed, 1 insert

[dpdk-dev] [PATCH 3/3] raw/cnxk_bphy: support reading NPA/SSO PF function

2021-08-15 Thread Tomasz Duszynski
Add support for reading NPA/SSO pf_func which will be used by a PSM to access NPA/SSO. PSM is a hardware block capable of dispatching jobs to different blocks within a baseband module. Signed-off-by: Tomasz Duszynski Reviewed-by: Jerin Jacob Kollanukkaran --- drivers/raw/cnxk_bphy/cnxk_bphy.c

[dpdk-dev] [PATCH 2/3] common/cnxk: support reading NPA/SSO PF function

2021-08-15 Thread Tomasz Duszynski
Add support for reading NPA/SSO pf_func which will be used by a PSM to access NPA/SSO. PSM is a hardware block capable of dispatching jobs to different blocks within a baseband module. Signed-off-by: Tomasz Duszynski Reviewed-by: Jerin Jacob Kollanukkaran --- drivers/common/cnxk/roc_bphy.c | 1

Re: [dpdk-dev] [PATCH 01/10] vdpa/sfc: introduce Xilinx vDPA driver

2021-08-15 Thread Xia, Chenbo
Hi Andrew, > -Original Message- > From: Andrew Rybchenko > Sent: Friday, August 13, 2021 5:31 PM > To: Xia, Chenbo ; Vijay Srivastava > ; dev@dpdk.org > Cc: maxime.coque...@redhat.com; Vijay Kumar Srivastava > Subject: Re: [PATCH 01/10] vdpa/sfc: introduce Xilinx vDPA driver > > On 8/13

[dpdk-dev] [PATCH v2] app/crypto-perf: add throughput test for asymmetric crypto

2021-08-15 Thread kirankumark
From: Kiran Kumar K Adding support for asymmetric crypto perf test. Only modex is supported for now. Signed-off-by: Kiran Kumar K --- app/test-crypto-perf/cperf_ops.c | 59 ++- app/test-crypto-perf/cperf_options.h | 3 +- app/test-crypto-perf/cperf_options_parsin

[dpdk-dev] [PATCH 0/3] Add user specified IV with lookaside IPsec

2021-08-15 Thread Anoob Joseph
Add support for using user provided IV with lookaside protocol (IPsec). Using this option, application can provide IV to be used per operation. This option can be used for knownn vector tests (which is otherwise impossible due to random nature of IV) as well as if application wishes to use its own

[dpdk-dev] [PATCH 1/3] security: support user specified IV

2021-08-15 Thread Anoob Joseph
Enable user to provide IV to be used per security operation. This would be used with lookaside protocol offload for comparing against known vectors. By default, PMD would generate IV internally and would be random. Signed-off-by: Anoob Joseph Signed-off-by: Tejasree Kondoj --- lib/security/rte

[dpdk-dev] [PATCH 2/3] crypto/cnxk: add IV in SA in lookaside IPsec debug mode

2021-08-15 Thread Anoob Joseph
From: Tejasree Kondoj Adding IV in SA in lookaside IPsec debug mode. It helps to verify lookaside PMD using known outbound vectors in lookaside autotest. Signed-off-by: Anoob Joseph Signed-off-by: Tejasree Kondoj --- drivers/crypto/cnxk/cn10k_ipsec.c | 16 +++ driv

[dpdk-dev] [PATCH 3/3] test/crypto: add outbound known vector tests

2021-08-15 Thread Anoob Joseph
Add outbound known vector tests. The tests would be skipped on PMDs which do not support IV provided by application. Signed-off-by: Anoob Joseph Signed-off-by: Tejasree Kondoj --- app/test/test_cryptodev.c| 44 app/test/test_cryptodev_security_ip

Re: [dpdk-dev] [PATCH] vhost: fix crash on port deletion

2021-08-15 Thread Xia, Chenbo
Hi Gaoxiang, > -Original Message- > From: Gaoxiang Liu > Sent: Friday, August 13, 2021 10:23 PM > To: maxime.coque...@redhat.com; Xia, Chenbo > Cc: dev@dpdk.org; liugaoxi...@huawei.com; Gaoxiang Liu > Subject: [PATCH] vhost: fix crash on port deletion > > The rte_vhost_driver_unregiste