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
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
> > 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
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
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
> -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
> -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
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
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
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
10 matches
Mail list logo