[dpdk-dev] OVS-DPDK performance problem on ixgbe vector PMD

2015-08-21 Thread Zoltan Kiss
Hi, I've set up a simple packet forwarding perf test on a dual-port 10G 82599ES: one port receives 64 byte UDP packets, the other sends it out, one core used. I've used latest OVS with DPDK 2.1, and the first result was only 13.2 Mpps, which was a bit far from the 13.9 I've seen last year with

[dpdk-dev] DPDK 2.1.0 build error: inlining failed in call to always_inline

2015-08-21 Thread Keith E. Fleming
Hi Bruce, It is Fedora 21 [root at neutron dpdk-2.1.0]# cat /proc/cpuinfo | more processor??? : 0 vendor_id??? : AuthenticAMD cpu family??? : 16 model??? ??? : 10 model name??? : AMD Phenom(tm) II X6 1055T Processor stepping??? : 0 microcode??? : 0x1dc cpu MHz??? ??? : 800.000 cache size??? : 5

[dpdk-dev] [PATCH 1/4] cryptodev: Initial DPDK Crypto APIs and device framework release

2015-08-21 Thread Declan Doherty
On 20/08/15 20:07, Neil Horman wrote: > On Thu, Aug 20, 2015 at 03:07:20PM +0100, Declan Doherty wrote: >> Co-authored-by: Des O Dea >> Co-authored-by: John Griffin >> Co-authored-by: Fiona Trahe >> >> This patch contains the initial proposed APIs and device framework for >> integrating crypto p

[dpdk-dev] working example commands for ethertype/flow_director_filter ?

2015-08-21 Thread Navneet Rao
Hello: If anybody has any working example commands for ethertype or flow_director_filter, can you please send it across.. I am using the testpmd app, and it is constantly reporting "bad-arguments" even for the legal commands in the doc!!! Thanks -Navneet

[dpdk-dev] OVS-DPDK performance problem on ixgbe vector PMD

2015-08-21 Thread Stephen Hemminger
Use perf top it gives much better data than oprofile On Fri, Aug 21, 2015 at 11:05 AM, Zoltan Kiss wrote: > Hi, > > I've set up a simple packet forwarding perf test on a dual-port 10G > 82599ES: one port receives 64 byte UDP packets, the other sends it out, one > core used. I've used latest OVS

[dpdk-dev] [PATCH v2] Change rte_eal_vdev_init to update port_id

2015-08-21 Thread Tetsuya Mukawa
On 2015/08/21 4:16, Ravi Kerur wrote: > > > /** > > * Uninitalize a driver specified by name. > > @@ -125,6 +127,38 @@ int rte_eal_vdev_init(const char *name, > const char *args); > > */ > > int rte_eal_vdev_uninit(const char *name); > > > > +/** > > + * Gi

[dpdk-dev] DPDK 2.1.0 build error: inlining failed in call to always_inline

2015-08-21 Thread Bruce Richardson
On Thu, Aug 20, 2015 at 05:35:10PM +, Keith E. Fleming wrote: > make config T=x86_64-native-linuxapp-gccsed -ri 's,(PMD_PCAP=).*,\1y,' > build/.configmake > [root at neutron dpdk-2.1.0]# make 2>&1 | more > == Build lib > == Build lib/librte_compat > == Build lib/librte_eal > == Build lib/librt

[dpdk-dev] [PATCH] eal/linux: fix rte_epoll_wait

2015-08-21 Thread Liang, Cunming
Hi, > -Original Message- > From: Robert Sanford [mailto:rsanford2 at gmail.com] > Sent: Tuesday, August 18, 2015 11:54 PM > To: Liang, Cunming; dev at dpdk.org > Subject: [PATCH] eal/linux: fix rte_epoll_wait > > Function rte_epoll_wait should return when underlying call > to epoll_wait t