[dpdk-dev] Fw: RE: DPDK vhostuser with vxlan

2016-01-30 Thread Abhijeet Karve
Hi przemek, We have setup vxlan tunnel between our two compute nodes, Can see the traafic in vxlan port on br-tun of source instance's compute node. We are in same situation which is being described in below thread, i looked dev mailing archieves for it but seems no one has responded it. ht

[dpdk-dev] lcore Access to All ports

2016-01-30 Thread Sa Sa
I want to write a l2fwd . Plus I need to have access to all my ports TX queue to inject some packets into it . I don't know how Should I create mempool and how to assigne those queues to each lcore .

[dpdk-dev] [PATCH] aesni_gcm: PMD to support AES_GCM crypto operations

2016-01-30 Thread O'Driscoll, Tim
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Declan Doherty > Sent: Saturday, January 30, 2016 1:10 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] aesni_gcm: PMD to support AES_GCM crypto > operations > > This patch provides the implementation of

[dpdk-dev] [PATCH 0/4] DPDK polling-mode driver for Amazon Elastic Network Adapters (ENA)

2016-01-30 Thread Matushevsky, Alexander
Hello Thomas,? Regarding the documentation, we are going to add a description in doc/guides/nics in updated patch early on the upcoming week. The full device spec still undergoes internal review, and will be released as soon as we have the approvals. Best regards, Alex _

[dpdk-dev] [PATCH] pcap: fix captured frame length

2016-01-30 Thread Dror Birkman
Hi Nicolas, Thanks. I tried to test my application with a pcap file I had, but got weird results, so I wrote back the rte_mbufs in pcap format and hex compared it to my input pcap. Only then I noticed that my original pcap had frames that were captured with a length smaller than the frame length.

[dpdk-dev] [PATCH] cryptodev: add capabilities discovery mechanism

2016-01-30 Thread Declan Doherty
This patch add a mechanism for discovery of crypto device features and supported crypto operations and algorithms. It also provides a method for a crypto PMD to publish any data range limitations it may have for the operations and algorithms it supports. The parameter feature_flags added to rte_cr

[dpdk-dev] [PATCH] aesni_gcm: PMD to support AES_GCM crypto operations

2016-01-30 Thread Declan Doherty
This patch provides the implementation of an AES-NI accelerated crypto PMD which is dependent on Intel's multi-buffer library, see the white paper "Fast Multi-buffer IPsec Implementations on Intel? Architecture Processors" This PMD supports AES_GCM authenticated encryption and authenticated decr

[dpdk-dev] [PATCH] aesni_mb: strict-aliasing rule compilation fix

2016-01-30 Thread Declan Doherty
When compiling the AESNI_MB PMD with GCC on Centos 6 a "dereferencing pointer ?obj_p? does break strict-aliasing rules" warning occurs in the get_session() function. This patch fixes this build warning. Signed-off-by: Declan Doherty --- drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c | 15 +--

[dpdk-dev] [PATCH] cryptodev: API change to rte_crypto_op bursts

2016-01-30 Thread Declan Doherty
This patch modifies the crypto burst enqueue/dequeue APIs to operate on bursts rte_crypto_op's rather than the current implementation which operates on rte_mbuf bursts which simplifies the burst processing in the crypto PMDs and the use of crypto operations in general. The changes also separates t

[dpdk-dev] Errors Rx count increasing while pktgen doing nothing on Intel 82598EB 10G

2016-01-30 Thread Wiles, Keith
> >From: Moon-Sang Lee mailto:sang0627 at gmail.com>> >Date: Wednesday, January 27, 2016 at 1:50 AM >To: "Keith Wiles (Intel)" mailto:keith.wiles at >intel.com>> >Cc: Laurent GUERBY mailto:laurent at guerby.net>>, "dev >at dpdk.org" mailto:dev at dpdk.org>> >Subject: Re:

[dpdk-dev] Errors Rx count increasing while pktgen doing nothing on Intel 82598EB 10G

2016-01-30 Thread Wiles, Keith
Regards, Keith From: Moon-Sang Lee mailto:sang0...@gmail.com>> Date: Wednesday, January 27, 2016 at 1:50 AM To: "Keith Wiles (Intel)" mailto:keith.wiles at intel.com>> Cc: Laurent GUERBY mailto:laurent at guerby.net>>, "dev at dpdk.org" mailto:dev at dpdk.org>> Subject: