[dpdk-dev] [PATCH v3] lib/librte_vhost: vhost library support to facilitate integration with DPDK accelerated vswitch.

2014-08-29 Thread Xie, Huawei
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Friday, August 29, 2014 4:16 AM > To: Xie, Huawei > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3] lib/librte_vhost: vhost library support to > facilitate integration with DPDK accelerated

[dpdk-dev] [PATCH 01/11] ixgbe: clean log messages

2014-08-29 Thread David Marchand
On Wed, Aug 27, 2014 at 8:06 PM, Stephen Hemminger < stephen at networkplumber.org> wrote: > On Wed, 27 Aug 2014 08:53:46 -0500 > Jay Rolette wrote: > > > The updated output is definitely an improvement, but if you'll go with > the > > first solution you described (adding \n in the log macro), it

[dpdk-dev] [PATCH] hash: added rte_hash_keys to extract all keys

2014-08-29 Thread Ananyev, Konstantin
Hi Tomas, > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Tomas Vestelind > Sent: Tuesday, August 12, 2014 10:48 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] hash: added rte_hash_keys to extract all keys > > I added a function which extracts all the configured keys in a hash m

[dpdk-dev] [PATCH] eal: remove unused macros

2014-08-29 Thread Thomas Monjalon
> Clean both linux and bsd implementations from unused macros. > > Signed-off-by: David Marchand Acked-by: Thomas Monjalon Applied for version 1.7.1. Thanks -- Thomas

[dpdk-dev] [PATCH] vmxnet3: fix crash on stop

2014-08-29 Thread Thomas Monjalon
> The cmd_ring_release can be called twice if queue has already > been released. This cause crash on shutdown. > > Signed-off-by: Stephen Hemminger > > @@ -173,6 +173,7 @@ vmxnet3_cmd_ring_release(vmxnet3_cmd_rin > vmxnet3_cmd_ring_adv_next2comp(ring); > } > rte_free(ri

[dpdk-dev] [PATCH] there are some memory leak about Dir operator

2014-08-29 Thread Thomas Monjalon
2014-08-19 11:51, zhang.zhangkun at huawei.com: > From: zhangkun > > > Signed-off-by: zhangkun Acked-by: Thomas Monjalon Log changed to: eal: fix memory leak in hugepage error cases The sysfs directory for hugepages parsing was not closed properly in some error cases. Applied for vers

[dpdk-dev] [PATCH] kni: fix build with Linux 3.17

2014-08-29 Thread Thomas Monjalon
> In the series of ever-lasting ugly #ifdefs trying make out-of-tree > drivers to support latest mainline kernel... > > Signed-off-by: Aaro Koskinen Acked-by: Thomas Monjalon Applied with this commit log: Since Linux commit "set name_assign_type in alloc_netdev" (c835a677331495), the f

[dpdk-dev] [PATCH 2/2] Patch to allow live migration of a VM with US-VHost.

2014-08-29 Thread Thomas Monjalon
> > > Subject: [dpdk-dev] [PATCH 2/2] Patch to allow live migration of a VM > > > with US-VHost. > > > > > > Signed-off-by: Claire Murphy > > > > +1. This patch enables live migration for us on Intel DPDK vSwitch. > > Acked-by: Mark D. Gray Nobody else reviewed this patch? Title is wrongly for

[dpdk-dev] [PATCH 4/6] bond: free mbufs if transmission fails in bonding tx_burst functions

2014-08-29 Thread Thomas Monjalon
Hi Declan, Your patchset is pending for an answer to this comment. 2014-08-20 15:54, Sanford, Robert: > I have a problem with the TX-burst logic of this patch. I believe that for > packets that we *don't* enqueue to the device, we should *NOT* free them. > The API expects that the caller will fre

[dpdk-dev] [PATCH] ixgbe_rx_scan_hw_ring: Fix initializing id and hash fields in flow director mode.

2014-08-29 Thread Thomas Monjalon
Hi, 2014-08-20 08:46, Pawel Wodkowski: > When Flow Director was used together with bulk alloc, id and hash was swapped > when packet matches flow director filter due to improper fdir field > initialization. > > Signed-off-by: Pawel Wodkowski I'd really like someone else review this touchy patc

[dpdk-dev] [PATCH] hash: added rte_hash_keys to extract all keys

2014-08-29 Thread Stephen Hemminger
We implemented a more general hash iterator, thought the patch was already submitted.

[dpdk-dev] [PATCH v2 0/6] Support configuring hash functions

2014-08-29 Thread Thomas Monjalon
2014-08-01 05:26, Zhang, Helin: > Would you please help to apply it as soon as possible, as another > developer here who is now developing another feature (Flow Director) > which has dependency on these patches? This patchset about hash functions and the ones about flow director and VxLAN are pend

[dpdk-dev] [PATCHv4] librte_acl make it build/work for 'default' target

2014-08-29 Thread Ananyev, Konstantin
> -Original Message- > From: Neil Horman [mailto:nhorman at tuxdriver.com] > Sent: Thursday, August 28, 2014 9:38 PM > To: dev at dpdk.org > Cc: Neil Horman; Ananyev, Konstantin; thomas.monjalon at 6wind.com > Subject: [PATCHv4] librte_acl make it build/work for 'default' target > > Make

[dpdk-dev] DPDK and custom memory

2014-08-29 Thread Saygin, Artur
Hello DPDK experts, Imagine a PMD for an FPGA-based NIC that is limited to accessing certain memory regions . Is there a way to make DPDK use that exact memory? Perhaps this is more of a hugetlbfs question than DPDK but I thought I'd start here. Sincerely, Artur Saygin