[dpdk-dev] [PATCH 3/3] i40e: refactor xstats queue handling

2015-11-08 Thread Tahhan, Maryam
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Harry van Haaren > Sent: Friday, November 6, 2015 2:13 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH 3/3] i40e: refactor xstats queue handling > > This patch refactors the queue and priority statistic handling. > Generic queue stats

[dpdk-dev] [PATCH 2/3] ixgbe: refactor xstats queue handling

2015-11-08 Thread Tahhan, Maryam
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Harry van Haaren > Sent: Friday, November 6, 2015 2:13 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH 2/3] ixgbe: refactor xstats queue handling > > This patch refactors the queue handling. Generic queue stats are handled by > rte_et

[dpdk-dev] [PATCH 1/3] ethdev: xstats generic Q stats refactor

2015-11-08 Thread Tahhan, Maryam
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Harry van Haaren > Sent: Friday, November 6, 2015 2:13 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH 1/3] ethdev: xstats generic Q stats refactor > > This patch refactors the generic queue stats to be exposed by > rte_ethdev_xstats_

[dpdk-dev] [PATCH v2] i40e: fix resetting of stats

2015-11-08 Thread Tahhan, Maryam
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Harry van Haaren > Sent: Thursday, November 5, 2015 12:56 PM > To: dev at dpdk.org > Cc: Harry van Haaren > Subject: [dpdk-dev] [PATCH v2] i40e: fix resetting of stats > > This patch fixes a bug where only some of the statistics were being

[dpdk-dev] [RFC 4/5] virtio/container: adjust memory initialization process

2015-11-08 Thread Tan, Jianfeng
> -Original Message- > From: Ananyev, Konstantin > Sent: Saturday, November 7, 2015 12:22 AM > To: Tan, Jianfeng; dev at dpdk.org > Cc: nakajima.yoshihiro at lab.ntt.co.jp; zhbzg at huawei.com; mst at > redhat.com; > gaoxiaoqiu at huawei.com; oscar.zhangbo at huawei.com; > ann.zhuangyany

[dpdk-dev] Bonding Active/Backup mode

2015-11-08 Thread Yaacov Hazan
Hi, I starting to check the bonding mode, and have a few questions about the Active - Backup mode (1). According to DPDK documentation and that is also what I saw in bond_pmd code. When we configure bond to Active/Backup mode, the bond port gets his MAC from the primary MAC, and the backup sla

[dpdk-dev] [PATCH 3/5] bnx2x: Add RTE_LIBRTE_BNX2X_REG_ACCESS config option

2015-11-08 Thread Harish Patil
>> >Either other "debug" logs can be put as INFO level, or >> >you need a level 9 for verbose debug. >> >But I don't really understand what is the problem of a verbose debug. >> > >> >It is not critical for the acceptance of this patch. Just wanted to >> >discuss >> >it as we have many config opti

[dpdk-dev] [PATCH] l3fwd: Fix l3fwd crash due to unaligned load/store intrinsics

2015-11-08 Thread harish.pa...@qlogic.com
From: Harish Patil l3fwd app expects PMDs to return packets whose L2 header is 16-byte aligned due to usage of _mm_load_si128()/_mm_store_si128() intrinsics in the app. However, most of the protocol stacks expects packets such that its IP/L3 header be aligned on a 16-byte boundary. Based on the