[dpdk-dev] [PATCH] examples/vhost: Support jumbo frame in user space vhost

2014-08-15 Thread Ouyang Changchun
This patch support mergeable RX feature and thus support jumbo frame RX and TX in user space vhost(as virtio backend). On RX, it secures enough room from vring to accommodate one complete scattered packet which is received by PMD from physical port, and then copy data from mbuf to vring buffer, po

[dpdk-dev] [PATCH] i40e: Enable multicast promiscuous mode when promiscuous mode enabled for i40e driver

2014-08-15 Thread Heng Ding
From: Ding Heng IPv6 will run NDP with multicast packets, but multicast packets will be filtered by i40e driver by default. So we need to enable multicast when promiscuous mode is on, or IPv6 will fail on these cards when running testpmd and kni app. Signed-off-by: Ding Heng --- lib/librte_pmd

[dpdk-dev] Signature filter for virtual function

2014-08-15 Thread Wu, Jingjing
Hi Flow director is not supported on VF now. I think this may be the reason why ENOTSUP is returned. > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Ilan Borenshtein > Sent: Thursday, August 14, 2014 8:34 PM > To: dev at dpdk.org > Subject: [dpdk-dev] Signa

[dpdk-dev] [PATCH] i40e: Enable multicast promiscuous mode when promiscuous mode enabled for i40e driver

2014-08-15 Thread Zhang, Helin
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Heng Ding > Sent: Friday, August 15, 2014 9:48 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] i40e: Enable multicast promiscuous mode when > promiscuous mode enabled for i40e driver > > From: Ding Heng

[dpdk-dev] [PATCH 0/6] Support flow director programming on fortville

2014-08-15 Thread Cao, Min
Tested-by: Cao Min This patch add i40e flow director fucntion, testpmd can works OK with it. It is ready to be integrated to dpdk.org. -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Jingjing Wu Sent: Friday, August 01, 2014 3:09 PM To: dev at dpdk.org Subject: [dp