[dpdk-dev] [PATCH] rte_mbuf: scattered pktmbufs freeing optimization

2015-03-07 Thread Vadim Suraev
Hi, Olivier, I realized that if local cache for the mempool is enabled and greater than 0, if, say, the mempool size is X and local cache length is Y (and it is not empty,Y>0) an attempt to allocate a bulk, whose size is greater than local cache size (max) and greater than X-Y (which is the number

[dpdk-dev] [PATCH] librte_pmd_e1000: power down the serdes link

2015-03-07 Thread Shelton Chia
Signed-off-by: Shelton Chia --- lib/librte_pmd_e1000/igb_ethdev.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/librte_pmd_e1000/igb_ethdev.c b/lib/librte_pmd_e1000/igb_ethdev.c index 504ae74..314ef2a 100644 --- a/lib/librte_pmd_e1000/igb_ethdev.c +++ b/lib/librte_p

[dpdk-dev] [PATCH 1/2] virtio: initialize iopl when device is initialized

2015-03-07 Thread David Marchand
On Sat, Mar 7, 2015 at 12:43 AM, Stephen Hemminger < stephen at networkplumber.org> wrote: > On Fri, 6 Mar 2015 23:04:33 +0100 > David Marchand wrote: > > > In the end, the fix would be to move rte_eal_intr_init() after > rte_eal_dev_init(). > > > That would work, but was worried it would break o

[dpdk-dev] [PATCH 1/3 v2] librte_hash: Fix unsupported instruction `crc32' in i686 platform

2015-03-07 Thread Thomas Monjalon
2015-03-06 01:39, Qiu, Michael: > On 3/6/2015 1:11 AM, Thomas Monjalon wrote: > > 2015-03-06 00:55, Michael Qiu: > >> CC rte_hash.o > >> Error: unsupported instruction `crc32' > >> > >> The root cause is that i686 platform does not support 'crc32q' > >> Need make it only available in x86_64 platfor

[dpdk-dev] [PATCH] Move mk/rte.extvars.mk to mk/internal/rte.extvars.mk

2015-03-07 Thread Thomas Monjalon
2015-03-06 09:46, Olivier MATZ: > Hi Keith, > > On 03/04/2015 06:13 PM, Keith Wiles wrote: > > Move the rte.extvars.mk to an internal directory and > > update rte.vars.mk to find the file in the new location. > > > > Signed-off-by: Keith Wiles > > Acked-by: Olivier Matz > (for after 2.0 I gues

[dpdk-dev] [PATCH v3 0/2] testpmd: check return value of rte_eth_dev_vlan_filter()

2015-03-07 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Michal Jastrzebski > Sent: Friday, February 20, 2015 10:26 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v3 0/2] testpmd: check return value of > rte_eth_dev_vlan_filter() > > v3 changes: > - add seper

[dpdk-dev] [PATCH] virtio: Add default_txconf

2015-03-07 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Takuya ASADA > Sent: Monday, February 23, 2015 7:51 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] virtio: Add default_txconf > > When I tried to launch test-pmd on KVM guest of Fedora21, I got followi