Re: [vpp-dev] IPsec with AES-NI MB cryptodev

2017-12-19 Thread Gonzalez Monroy, Sergio
-Matt On Dec 18, 2017, at 4:01 AM, Gonzalez Monroy, Sergio <sergio.gonzalez.mon...@intel.com> wrote: Hi Matt, Could you add verbose to the trace? ie. 'trace add dpdk-input 10 verbose' Thanks, Sergio On 15/12/2017 15:11, Matthew Smith wrote: Hi Sergio, Here is the sending side trace:

Re: [vpp-dev] Issue with Bidirectional IPSEC

2017-12-18 Thread Gonzalez Monroy, Sergio
to the dpdk-crypto-input node to be able to see full dumps of small packets. Thanks, Sergio On 15/12/2017 12:35, Shashi Kant Singh wrote: Hi This is running on intel broadwell processor Vpp is from master Regards Shashi On Fri, Dec 15, 2017 at 5:57 PM +0530, "Gonzalez Monroy, S

Re: [vpp-dev] IPsec with AES-NI MB cryptodev

2017-12-18 Thread Gonzalez Monroy, Sergio
seq 44738 10:54:22:261198: dpdk-esp-decrypt cipher aes-cbc-128 auth sha1-96 ESP: spi 3181023528, seq 44738 10:54:22:261205: dpdk-crypto-input status: auth failed -Matt On Dec 15, 2017, at 4:46 AM, Gonzalez Monroy, Sergio <sergio.gonzalez.mon...@intel.com> wrote: Hi, Could you sho

Re: [vpp-dev] Issue with Bidirectional IPSEC

2017-12-15 Thread Gonzalez Monroy, Sergio
Hi, What platform is VPP running on? Are you using latest VPP master? Thanks, Sergio On 15/12/2017 11:06, Shashi Kant Singh wrote: Hi I have facing issue with packet being dropped at the IPSEC decoder. I have setup with traffic pumped from pktgen on both ports and they arrive at a set of

Re: [vpp-dev] IPsec with AES-NI MB cryptodev

2017-12-15 Thread Gonzalez Monroy, Sergio
Hi, Could you show a full verbose trace of both packets from both endpoints? Thanks, Sergio On 14/12/2017 21:26, Matthew Smith wrote: Hi, I’m experimenting with IPsec using the AES-NI MB cryptodev and seeing some weird behavior. I have a tunnel up. Both ends of the tunnel are VPP

Re: [vpp-dev] IPsec offload

2017-11-02 Thread Gonzalez Monroy, Sergio
Hi Avi, VPP currently supports Crypto HW offload (lookaside model, ie. Intel QuickAssist Techonology) through DPDK Cryptodev APIs. Neither full IPsec offload (dedicated HW), nor Crypto/IPsec inline offload (NICs) are currently supported. Thanks, Sergio On 02/11/2017 15:19, Avi Cohen (A)

Re: [vpp-dev] link dpdk.a statically to vpp

2017-10-31 Thread Gonzalez Monroy, Sergio
Hi Shachar, On 30/10/2017 16:00, Shachar Beiser wrote: Hi, I would like to link the dpdk statically to vpp and not as a shared object. I see there is an option  : sudo make dpdk-install-dev DPDK_MLX5_PMD=y */ENABLE_DPDK_SHARED=n/* / but it seems that it is not enough . / /