Re: [dpdk-users] Queue pairs in C626 QAT Card

2020-12-02 Thread Trahe, Fiona
> -Original Message- > From: users On Behalf Of Joshi, Venkatesh > Sent: Tuesday, December 1, 2020 10:46 AM > To: users@dpdk.org > Subject: [dpdk-users] Queue pairs in C626 QAT Card > > Hi, > > What is the maximum number of queue pairs in C626 QAT card? [Fiona] I'm not familiar with t

Re: [dpdk-users] DPDK-19.11 : IPSEC-SECGW tests not successful

2020-07-22 Thread Trahe, Fiona
not being exercised. > -Original Message- > From: Joshi, Venkatesh > Sent: Wednesday, July 22, 2020 6:24 PM > To: Trahe, Fiona ; users@dpdk.org > Subject: RE: DPDK-19.11 : IPSEC-SECGW tests not successful > > Hi Fiona, > > Could you elaborate on this? > >

Re: [dpdk-users] DPDK-19.11 : IPSEC-SECGW tests not successful

2020-07-22 Thread Trahe, Fiona
Maybe just a typo - but you're using the same bdf on both boards - should be 68.01.0 on board 2 ? > -Original Message- > From: Joshi, Venkatesh > Sent: Wednesday, July 22, 2020 5:05 PM > To: Trahe, Fiona ; users@dpdk.org > Subject: RE: DPDK-19.11 : IPSEC-SECGW

Re: [dpdk-users] DPDK-19.11 : IPSEC-SECGW tests not successful

2020-07-22 Thread Trahe, Fiona
Have you tried using --log-level=8 (or ="qat,8") on your process commandline? In conjunction with rebuilding with CONFIG_RTE_LOG_DP_LEVEL=RTE_LOG_DEBUG this should show if any cryptodev ops are being sent to QAT PMD. Something else to try would be - can you run either dpdk-test-crypto-perf or

Re: [dpdk-users] Can't compile QAT driver on Fedora30

2020-05-19 Thread Trahe, Fiona
Hi Michal, The driver below isn't the DPDK QAT driver, it's the one from 01.org, so the support from that is on the 01.org forum. Release notes https://01.org/sites/default/files/downloads/336211-014-qatforlinux-releasenotes-hwv1.7_0.pdf give this link for support: https://premier.intel.com Tha

Re: [dpdk-users] 答?: igb_uio.ko is not generated via make/dpdk-setup.sh

2020-04-20 Thread Trahe, Fiona
ita > Sent: Monday, April 20, 2020 11:03 AM > To: Trahe, Fiona > Cc: 宋捷 ; users@dpdk.org > Subject: Re: [dpdk-users] 答?: igb_uio.ko is not generated via > make/dpdk-setup.sh > > Hello Fiona, > > Thanks for your response. > In short, > you are absolutely correct

Re: [dpdk-users] 答?: igb_uio.ko is not generated via make/dpdk-setup.sh

2020-04-17 Thread Trahe, Fiona
Hi Have you tried setting CONFIG_RTE_EAL_IGB_UIO=y in the config file. The default has changed from y to n in some recent release. as it is more advisable to use vfio-pci instead. Fiona > -Original Message- > From: users On Behalf Of Hideyuki Yamashita > Sent: Friday, April 17, 2020 9:

Re: [dpdk-users] EAL: Unable to parse device 'crypto_openssl'

2019-11-11 Thread Trahe, Fiona
Hi Eric, Please post the full command line and the error you're getting. Fiona > -Original Message- > From: users On Behalf Of Eric Kuha > Sent: Sunday, November 10, 2019 7:29 PM > To: users@dpdk.org > Subject: [dpdk-users] EAL: Unable to parse device 'crypto_openssl' > > Hello, > > Try

Re: [dpdk-users] Cryptodev asymmetric encryption

2019-11-04 Thread Trahe, Fiona
Hi Eric, > -Original Message- > From: users On Behalf Of Eric Kuha > Sent: Friday, November 1, 2019 4:21 PM > To: users@dpdk.org > Subject: [dpdk-users] Cryptodev asymmetric encryption > > Hello, > > I am working with a team at U of MN on a DPDK-based project. We are using DPDK > 18.11,

Re: [dpdk-users] QAT PMD in multi-process mode

2019-10-24 Thread Trahe, Fiona
Hi Pravin, > -Original Message- > From: users On Behalf Of Pathak, Pravin > Sent: Thursday, October 24, 2019 5:12 PM > To: users@dpdk.org > Subject: [dpdk-users] QAT PMD in multi-process mode > > Hi - > In multi-process model, if same QAT VF is shared between two processes which > are s

Re: [dpdk-users] Multiple DPDK application instances on the same machine?

2019-10-09 Thread Trahe, Fiona
Hi Fred, There may be other ways, but this is what I do: I use --file-prefix and -m so I can run multiple instances of the tests in parallel. e.g. ./dpdk/app/test --file-prefix myProcess1 -m 128 (plus some other options) ./dpdk/app/test --file-prefix myProcess2 -m 128 The prefix is used to m

Re: [dpdk-users] AES "Digest-encrypted" crypto chain case.

2019-09-09 Thread Trahe, Fiona
Hi Naveen, Which chain exactly are you testing? i.e. which cipher mode, which auth algorithm? Our tests so far have focussed on ZUC and Snow3G use-cases. Fiona > -Original Message- > From: users [mailto:users-boun...@dpdk.org] On Behalf Of Naveen Kumar > Sent: Monday, September 9, 2019

Re: [dpdk-users] [crypto-QAT] how does qat sym pmd setup session

2019-05-24 Thread Trahe, Fiona
Hi Meng, > -Original Message- > From: users [mailto:users-boun...@dpdk.org] On Behalf Of Meng Wang > Sent: Thursday, May 23, 2019 7:50 PM > To: users@dpdk.org > Subject: [dpdk-users] [crypto-QAT] how does qat sym pmd setup session > > Hi, > > I find it a bit confusing that in qat_sym_pmd

Re: [dpdk-users] [Crypto-QAT] queue pairs per QAT device

2019-05-14 Thread Trahe, Fiona
Hi Meng, > -Original Message- > From: users [mailto:users-boun...@dpdk.org] On Behalf Of Meng Wang > Sent: Monday, May 13, 2019 7:47 PM > To: users@dpdk.org > Subject: [dpdk-users] [Crypto-QAT] queue pairs per QAT device > > Hi, > > I'm trying to understand how queue pairs get setup on Q

Re: [dpdk-users] [dpdk-dev] [Crypto-PMD and Libraries] Suggestions on porting/attaching existing libraries with Crypto PMDS

2019-05-13 Thread Trahe, Fiona
Hi Suraj, > -Original Message- > From: users [mailto:users-boun...@dpdk.org] On Behalf Of Suraj R Gupta > Sent: Monday, May 13, 2019 6:11 AM > To: users@dpdk.org; d...@dpdk.org > Subject: [dpdk-users] [dpdk-dev] [Crypto-PMD and Libraries] Suggestions on > porting/attaching existing > libr

Re: [dpdk-users] QAT cryto PMD queue pair and Ring Libary

2019-03-08 Thread Trahe, Fiona
> -Original Message- > From: users [mailto:users-boun...@dpdk.org] On Behalf Of Changchun Zhang > Sent: Thursday, March 7, 2019 9:29 PM > To: users@dpdk.org > Subject: [dpdk-users] QAT cryto PMD queue pair and Ring Libary > > Hi, > > > > QAT PMD driver uses the queue pair to communica

Re: [dpdk-users] Guide on DPDK test command

2019-02-26 Thread Trahe, Fiona
Hi > -Original Message- > From: users [mailto:users-boun...@dpdk.org] On Behalf Of Changchun Zhang > Sent: Monday, February 25, 2019 11:58 PM > To: users@dpdk.org > Subject: [dpdk-users] Guide on DPDK test command > > Hi Gurus, > > > > It is seen that the dpdk provides unit test tool f

Re: [dpdk-users] Run-to-completion or Pipe-line for QAT PMD in DPDK

2019-01-21 Thread Trahe, Fiona
> -Original Message- > From: Changchun Zhang [mailto:changchun.zh...@oracle.com] > Sent: Friday, January 18, 2019 6:53 PM > To: Trahe, Fiona ; Pathak, Pravin > ; > users@dpdk.org > Subject: RE: [dpdk-users] Run-to-completion or Pipe-line for QAT PMD in DPDK >

Re: [dpdk-users] Run-to-completion or Pipe-line for QAT PMD in DPDK

2019-01-18 Thread Trahe, Fiona
Hi Alex, > [changchun] Many thanks! So from this limitation, we can conclude that Lcore > can only dequeue the > QAT queue which was enqueued by itself, right. If so, then the Crypto device > lib doc may be a little > misleading, at least some notes should be put there. [Fiona] Limitations are

Re: [dpdk-users] Run-to-completion or Pipe-line for QAT PMD in DPDK

2019-01-18 Thread Trahe, Fiona
Hi Alex, > -Original Message- > From: Changchun Zhang [mailto:changchun.zh...@oracle.com] > Sent: Friday, January 18, 2019 4:42 PM > To: Trahe, Fiona ; Pathak, Pravin > ; > users@dpdk.org > Subject: RE: [dpdk-users] Run-to-completion or Pipe-line for QAT PMD in D

Re: [dpdk-users] Run-to-completion or Pipe-line for QAT PMD in DPDK

2019-01-18 Thread Trahe, Fiona
Hi Alex, > [changchun] In the same thread, but how about to dequeuer at the beginning of > the thread each time, > if data presents then processing them, if no data just do other work, and > equeue the packets at some > time but does not wait. > For example: > While(1) > { > Nb_ops = dequeu

Re: [dpdk-users] Run-to-completion or Pipe-line for QAT PMD in DPDK

2019-01-18 Thread Trahe, Fiona
Hi Alex, > -Original Message- > From: users [mailto:users-boun...@dpdk.org] On Behalf Of Changchun Zhang > Sent: Thursday, January 17, 2019 11:01 PM > To: users@dpdk.org > Subject: [dpdk-users] Run-to-completion or Pipe-line for QAT PMD in DPDK > > Hi, > > > > I have user question on u

Re: [dpdk-users] Crypto QAT device not found

2018-10-19 Thread Trahe, Fiona
Original Message- > From: Pathak, Pravin > Sent: Friday, October 19, 2018 2:00 PM > To: Trahe, Fiona ; users@dpdk.org > Subject: RE: Crypto QAT device not found > > Hi Fiona - > > Thanks for the help. I was using 18.05 and then moved to 18.08. > For configurati

Re: [dpdk-users] Crypto QAT device not found

2018-10-19 Thread Trahe, Fiona
ses. Does the test code run for you? run "make test-build" in the top-level directory ./build/build/test/test/test -l1 -n1 -w >cryptodev_qat_autotest Fiona > -Original Message- > From: Pathak, Pravin > Sent: Friday, October 19, 2018 11:26 AM > To: Trahe, Fiona ;

Re: [dpdk-users] Crypto QAT device not found

2018-10-18 Thread Trahe, Fiona
Hi Pravin, See below. > -Original Message- > From: users [mailto:users-boun...@dpdk.org] On Behalf Of Pathak, Pravin > Sent: Thursday, October 18, 2018 2:30 PM > To: users@dpdk.org > Subject: [dpdk-users] Crypto QAT device not found > > Hi All - > I have server with Intel QAT c62x device.

Re: [dpdk-users] dpdk and bulk data (video/audio)

2018-09-10 Thread Trahe, Fiona
> -Original Message- > From: users [mailto:users-boun...@dpdk.org] On Behalf Of Wiles, Keith > Sent: Monday, September 10, 2018 1:52 PM > To: Sofia Baran > Cc: users@dpdk.org > Subject: Re: [dpdk-users] dpdk and bulk data (video/audio) > > > > > On Sep 10, 2018, at 6:28 AM, Sofia Bar

Re: [dpdk-users] Intel Quick Adapter 8970 Driver

2018-08-01 Thread Trahe, Fiona
Hi Wagar, Sorry for the lack of clarity. The instructions for C62x in the doc you mention above also apply for the 8970 device. Regards, Fiona > -Original Message- > From: users [mailto:users-boun...@dpdk.org] On Behalf Of Waqar Chaudhry > Sent: Wednesday, August 1, 2018 3:52 AM > To:

Re: [dpdk-users] Query on ipsec-secgw with crypto algorithm CCM

2018-05-16 Thread Trahe, Fiona
Sorry Sanjib, I'm not familiar with that API or error. Fiona > -Original Message- > From: DAS, SANJIB [mailto:sanjib@hpe.com] > Sent: Wednesday, May 16, 2018 8:35 AM > To: Trahe, Fiona ; users@dpdk.org; d...@dpdk.org; > test-rep...@dpdk.org > Cc: Zhang, R

Re: [dpdk-users] Query on ipsec-secgw with crypto algorithm CCM

2018-05-09 Thread Trahe, Fiona
CCM aead-iv-size should be between 7 and 13, you're setting to 16. See drivers/crypto/openssl/rte_openssl_pmd_ops.c for openssl capabilities > -Original Message- > From: DAS, SANJIB [mailto:sanjib@hpe.com] > Sent: Wednesday, May 9, 2018 4:19 AM > To: Trahe, Fiona ;

Re: [dpdk-users] OpenSSL Crypto PMD Fails

2018-05-08 Thread Trahe, Fiona
> -Original Message- > From: Kudupudi, Ugendreshwar [mailto:ugendreshwar.kudup...@cavium.com] > Sent: Friday, May 4, 2018 11:09 AM > To: Trahe, Fiona ; users@dpdk.org > Subject: RE: OpenSSL Crypto PMD Fails > > Hello Fiona > > After some digging in the code

Re: [dpdk-users] Query on ipsec-secgw with crypto algorithm CCM

2018-05-08 Thread Trahe, Fiona
Hi Sanjib, Copying Pablo who added unit tests for it in this commit - this should give you an example of how to get it working: 77a217a19bb72860e26b9aefb19dce92239e0820 Also copying Fan who added CCM to aesni_mb PMD. Fiona > -Original Message- > From: users [mailto:users-boun...@dpdk.o

Re: [dpdk-users] OpenSSL Crypto PMD Fails

2018-04-27 Thread Trahe, Fiona
AM > To: Trahe, Fiona ; users@dpdk.org > Subject: RE: OpenSSL Crypto PMD Fails > > Yes. I did. > > # Compile PMD for Software backed device > CONFIG_RTE_LIBRTE_PMD_OPENSSL=y > CONFIG_RTE_LIBRTE_PMD_OPENSSL_DEBUG=n > > -ugen > > -Original Message-

Re: [dpdk-users] OpenSSL Crypto PMD Fails

2018-04-27 Thread Trahe, Fiona
It's not enabled by default - have you enabled it in the config file? sed -i 's,\(CONFIG_RTE_LIBRTE_PMD_OPENSSL\)=n,\1=y,' $RTE_OUTPUT/.config > -Original Message- > From: users [mailto:users-boun...@dpdk.org] On Behalf Of Kudupudi, > Ugendreshwar > Sent: Wednesday, April 25, 2018 2:24 PM

Re: [dpdk-users] Memory requirements for crypto devices (QAT and AESNI) (using DPDK-17.02)

2017-05-09 Thread Trahe, Fiona
Hi Chinmaya, > -Original Message- > From: users [mailto:users-boun...@dpdk.org] On Behalf Of Chinmaya Dwibedy > Sent: Monday, May 8, 2017 2:54 PM > To: users@dpdk.org > Subject: Re: [dpdk-users] Memory requirements for crypto devices (QAT and > AESNI) (using DPDK-17.02) > > Hi, > > Can a

Re: [dpdk-users] [dpdk-dev] Query for QAT software running in SR-IOV mode at VM

2017-03-28 Thread Trahe, Fiona
Hi Pankaj, From: Pankaj Joshi [mailto:pankaj.josh...@gmail.com] Sent: Tuesday, March 28, 2017 7:02 AM To: Trahe, Fiona Cc: qat-linux ; d...@dpdk.org; users@dpdk.org Subject: Re: [dpdk-dev] Query for QAT software running in SR-IOV mode at VM Hello Fiona, Thanks for giving response. Below are my

Re: [dpdk-users] [dpdk-dev] Query for QAT software running in SR-IOV mode at VM

2017-03-27 Thread Trahe, Fiona
Hi Pankaj, See below > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Pankaj Joshi > Sent: Monday, March 27, 2017 5:20 PM > To: qat-linux ; d...@dpdk.org; users@dpdk.org > Subject: [dpdk-dev] Query for QAT software running in SR-IOV mode at VM > > Hello Team, >

Re: [dpdk-users] [dpdk-dev] Problem running dpdk-qat example in SR-IOV mode

2017-02-20 Thread Trahe, Fiona
Hi Pankaj, See below. > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Pankaj Joshi > Sent: Monday, February 20, 2017 11:12 AM > To: d...@dpdk.org; users@dpdk.org; qat-linux > Subject: [dpdk-dev] Problem running dpdk-qat example in SR-IOV mode > > Hello All, >

Re: [dpdk-users] Maximum number of queue pairs per QAT device (using dpdk-2.2.0)

2017-01-03 Thread Trahe, Fiona
Hi Chinmaya, > -Original Message- > From: users [mailto:users-boun...@dpdk.org] On Behalf Of Chinmaya > Dwibedy > Sent: Thursday, December 29, 2016 1:13 PM > To: users@dpdk.org > Subject: [dpdk-users] Maximum number of queue pairs per QAT device (using > dpdk-2.2.0) > > Hi, > > > I am u

Re: [dpdk-users] query regarding crypto device initialization

2016-12-12 Thread Trahe, Fiona
Hi Rajesh > -Original Message- > From: users [mailto:users-boun...@dpdk.org] On Behalf Of rajesh kumar > Sent: Sunday, December 11, 2016 5:28 AM > To: users@dpdk.org > Subject: [dpdk-users] query regarding crypto device initialization > > Hi All, > I am using intel atom processor c2000 ba

Re: [dpdk-users] AES GCM PMD Driver IV length support

2016-12-08 Thread Trahe, Fiona
Hi Nubin, > -Original Message- > From: users [mailto:users-boun...@dpdk.org] On Behalf Of Nubin Stanley > Sent: Thursday, December 8, 2016 9:21 AM > To: users@dpdk.org > Cc: martin.vargh...@nokia.com > Subject: [dpdk-users] AES GCM PMD Driver IV length support > > Hi All > > > > I see

[dpdk-users] Crypto Framework with QAT Device

2016-08-09 Thread Trahe, Fiona
emory handling, pci device discovery, etc Fiona From: David Griswold [mailto:dgrisw...@advaoptical.com] Sent: Tuesday, August 9, 2016 3:18 PM To: Trahe, Fiona ; users at dpdk.org Subject: RE: Crypto Framework with QAT Device Thanks Fiona, Unfortunately, I'm wanting to run on C2xxx (Atom) d

[dpdk-users] Crypto Framework with QAT Device

2016-08-09 Thread Trahe, Fiona
Hi David, The cryptodev framework can't be used with the earlier QuickAssist devices.(8900-8920) Even if you got past the differing CSRs the firmware interface is significantly different, so a complete rewrite of the code which builds the message descriptors would be necessary. Sorry, that's pr

[dpdk-users] Question on using crypto library (S/W implementation) with DPDK application

2016-08-05 Thread Trahe, Fiona
Hi Chinmaya, Sorry for the slow response. There's a PMD currently under development which may provide what you're looking for. It will provide 3DES_CBC_128/192 with MD5_HMAC, SHA1/SHA224/SHA256_HMAC and AES-GMAC. It will translate from dpdk cryptodev API to openssl's libcrypto for the software