[dpdk-dev] [dpdk-announce] release candidate 1.8.0-rc3

2014-12-06 Thread Thomas Monjalon
A new DPDK release candidate is ready for testing: http://dpdk.org/browse/dpdk/tag/?id=v1.8.0-rc3 This release candidate includes many important fixes. Changelog (main changes since rc2) - fixes for: * ixgbe * i40e * enic

[dpdk-dev] [PATCH 0/2] examples/vhost: support new VMDQ api and new nic i40e in vhost example

2014-12-06 Thread Thomas Monjalon
2014-11-12 22:52, Xie, Huawei: > This patch depends on the vlan filter set fix. > > > I40E has several different types of VSI and queues are allocated among them. > > VMDQ queue base and pool base doesn't start from zero due to this change and > > VMDQ doesn't own all queues. > > rte_eth_dev_info

[dpdk-dev] [PATCH v4 0/2] lib/librte_pmd_i40e: set vlan filter fix

2014-12-06 Thread Thomas Monjalon
> > This patchset fixes "set vlan filter" issue. > > > > v2 changes: > > * add two macros I40E_VFTA_IDX and I40E_VFTA_BIT for VFTA array > > operation. > > > > v3 changes: > > * code style fix > > * rebase on latest commit > > > > v4 changes: > > * add more descriptive commit message > > > > Hu

[dpdk-dev] [PATCH v3] mbuf: fix of enabling all newly added RX error flags

2014-12-06 Thread Helin Zhang
Before redefining mbuf structure, there was lack of free bits in 'ol_flags' (32 bits in total) for new RX or TX flags. So it tried to reuse existant bits as most as possible, or even assigning 0 to some of bit flags. After new mbuf structure defined, there are quite a lot of free bits. So those new

[dpdk-dev] Running 32bit secondary with 64bit primary DPDK process

2014-12-06 Thread Neil Horman
On Fri, Dec 05, 2014 at 11:58:10PM -0800, Vijayakumar Muthuvel Manickam wrote: > Hi, > > I have a patch that enables 32bit secondary DPDK processes to attach with > 64bit primary DPDK process and share the mempool and ring datastructures. I > developed this patch to enable our product(from Brocade

[dpdk-dev] [PATCH v4 0/2] lib/librte_pmd_i40e: set vlan filter fix

2014-12-06 Thread Chen, Jing D
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Huawei Xie > Sent: Tuesday, December 2, 2014 5:02 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v4 0/2] lib/librte_pmd_i40e: set vlan filter fix > > This patchset fixes "set vlan filter" issue. > > v2

[dpdk-dev] [PATCH v2 2/2] mbuf: assign valid bit values for some RX and TX flags

2014-12-06 Thread Zhang, Helin
> -Original Message- > From: Zhang, Helin > Sent: Saturday, December 6, 2014 8:40 AM > To: Ananyev, Konstantin; dev at dpdk.org > Cc: Cao, Waterman; Cao, Min; Wu, Jingjing; Liu, Jijiang; > olivier.matz at 6wind.com > Subject: RE: [PATCH v2 2/2] mbuf: assign valid bit values for some RX an

[dpdk-dev] [PATCH v2 2/2] mbuf: assign valid bit values for some RX and TX flags

2014-12-06 Thread Zhang, Helin
OK. I will send out another patch according to your comments. Thanks a lot! Regards, Helin > -Original Message- > From: Ananyev, Konstantin > Sent: Friday, December 5, 2014 6:50 PM > To: Zhang, Helin; dev at dpdk.org > Cc: Cao, Waterman; Cao, Min; Wu, Jingjing; Liu, Jijiang; > olivier.mat

[dpdk-dev] Accessing a Virtual Function Driver in Guest Machine via VFIO

2014-12-06 Thread Aashima Arora
Hi, I was trying to access the pci config space(BAR) of the virtual function device visible in the virtual machine, similar to what DPDK does on host via both UIO and VFIO. Did the following steps. 1. Bound PF Drivers to ixgbe and spawned virtual function drivers , bound them to vfio-pci and set t

[dpdk-dev] [PATCH v4 0/2] lib/librte_pmd_i40e: set vlan filter fix

2014-12-06 Thread Zhang, Helin
Acked-by: Helin Zhang > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Huawei Xie > Sent: Tuesday, December 2, 2014 5:02 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v4 0/2] lib/librte_pmd_i40e: set vlan filter fix > > This patchset fixes "set vlan