[dpdk-dev] Vhost user no connection vm2vm

2015-05-17 Thread Ouyang, Changchun
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Maciej Grochowski > Sent: Friday, May 15, 2015 6:15 PM > To: dev at dpdk.org > Subject: [dpdk-dev] Vhost user no connection vm2vm > > Hello, I have strange issue with example/vhost app. > > I had compiled DPD

[dpdk-dev] ACL - deleting a single rule

2015-05-17 Thread Rao, Sanjay
Wonder why there is no function to delete a single ACL rule in librte_acl. If we are using it for route lookups, shouldn?t it be possible to add and delete route acls dynamically? Thanks Sanjay ?This message (including any attachments) is intended only for the use of the individual or entity to

[dpdk-dev] [PULL REQUEST] i40e base driver update

2015-05-17 Thread Thomas Monjalon
Hi Helin, > Helin Zhang (33): > i40e: copyright update > i40e: disable setting of phy configuration > i40e: adjustment of register definitions and relevant > i40e/base: rename 'err' to 'perrno' > i40e/base: support of building both PF and VF driver together > i4

[dpdk-dev] [PATCH v2 1/3] port: added WRITER_APPROACH == 1 implementation to ring port

2015-05-17 Thread Thomas Monjalon
2015-04-30 13:58, Michal Jastrzebski: > From: Maciej Gajdzica > > Added better optimized implementation of tx_bulk for ring writer port > based on > similar solution in ethdev_writer port. New implementation sends burst > without > copying data to internal buffer if it is possible. > > Signed-of

[dpdk-dev] No probed ethernet devices with shared library

2015-05-17 Thread Stuart Andrews
Hello, I've been trying to create an app which uses the DPDK shared library and therefore I have CONFIG_RTE_BUILD_SHARED_LIB=y However, when I try to run 'test-pmd' I get EAL: No probed ethernet devices This is strange because when I compile DPDK with CONFIG_RTE_BUILD_SHARED_LIB=n and run 'tes