[dpdk-dev] no hugepage with UIO poll-mode driver

2015-11-26 Thread Younghwan Go
alez >> Monroy >> Sent: Wednesday, November 25, 2015 1:44 PM >> To: Thomas Monjalon >> Cc: dev at dpdk.org >> Subject: Re: [dpdk-dev] no hugepage with UIO poll-mode driver >> >> On 25/11/2015 13:22, Thomas Monjalon wrote: >>> 2015-11-25 12:02, Bruce

[dpdk-dev] no hugepage with UIO poll-mode driver

2015-11-26 Thread Kyle Larose
On Wed, Nov 25, 2015 at 11:47 PM, Younghwan Go wrote: > Hello, > > Thank you all for helping us understand on issues with no hugepage option. > > As Konstantin mentioned at the end, I tried using VFIO module instead of IGB > UIO module. I enabled all necessary parameters (IOMMU, virtualization, >

[dpdk-dev] no hugepage with UIO poll-mode driver

2015-11-25 Thread Younghwan Go
> >> -Original Message- >> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Younghwan Go >> Sent: Wednesday, November 25, 2015 1:46 PM >> To: dev at dpdk.org >> Subject: [dpdk-dev] no hugepage with UIO poll-mode driver >> >> Hello, >>

[dpdk-dev] no hugepage with UIO poll-mode driver

2015-11-25 Thread Younghwan Go
Hello, I'm trying to create rte mempool with my own memory scheme (shared virtual memory between CPU & GPU) other than using hugepage. I'm using IGB UIO module with Ethernet 10G 2P X520 Adapter NIC. I first tried to disable hugepage by inserting "--no-huge" option, but it gave an error at

[dpdk-dev] no hugepage with UIO poll-mode driver

2015-11-25 Thread Thomas Monjalon
2015-11-25 12:02, Bruce Richardson: > On Wed, Nov 25, 2015 at 12:03:05PM +0100, Thomas Monjalon wrote: > > 2015-11-25 11:00, Bruce Richardson: > > > On Wed, Nov 25, 2015 at 11:23:57AM +0100, Thomas Monjalon wrote: > > > > 2015-11-25 10:08, Bruce Richardson: > > > > > On Wed, Nov 25, 2015 at

[dpdk-dev] no hugepage with UIO poll-mode driver

2015-11-25 Thread Ananyev, Konstantin
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Sergio Gonzalez Monroy > Sent: Wednesday, November 25, 2015 1:44 PM > To: Thomas Monjalon > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] no hugepage with UIO poll-mode driver > > On

[dpdk-dev] no hugepage with UIO poll-mode driver

2015-11-25 Thread Sergio Gonzalez Monroy
On 25/11/2015 13:22, Thomas Monjalon wrote: > 2015-11-25 12:02, Bruce Richardson: >> On Wed, Nov 25, 2015 at 12:03:05PM +0100, Thomas Monjalon wrote: >>> 2015-11-25 11:00, Bruce Richardson: On Wed, Nov 25, 2015 at 11:23:57AM +0100, Thomas Monjalon wrote: > 2015-11-25 10:08, Bruce

[dpdk-dev] no hugepage with UIO poll-mode driver

2015-11-25 Thread Thomas Monjalon
2015-11-25 11:00, Bruce Richardson: > On Wed, Nov 25, 2015 at 11:23:57AM +0100, Thomas Monjalon wrote: > > 2015-11-25 10:08, Bruce Richardson: > > > On Wed, Nov 25, 2015 at 03:39:17PM +0900, Younghwan Go wrote: > > > > Hi Jianfeng, > > > > > > > > Thanks for the email. rte mempool was

[dpdk-dev] no hugepage with UIO poll-mode driver

2015-11-25 Thread Bruce Richardson
On Wed, Nov 25, 2015 at 12:03:05PM +0100, Thomas Monjalon wrote: > 2015-11-25 11:00, Bruce Richardson: > > On Wed, Nov 25, 2015 at 11:23:57AM +0100, Thomas Monjalon wrote: > > > 2015-11-25 10:08, Bruce Richardson: > > > > On Wed, Nov 25, 2015 at 03:39:17PM +0900, Younghwan Go wrote: > > > > > Hi

[dpdk-dev] no hugepage with UIO poll-mode driver

2015-11-25 Thread Thomas Monjalon
2015-11-25 10:08, Bruce Richardson: > On Wed, Nov 25, 2015 at 03:39:17PM +0900, Younghwan Go wrote: > > Hi Jianfeng, > > > > Thanks for the email. rte mempool was successfully created without any > > error. Now the next problem is that rte_eth_rx_burst() is always returning 0 > > as if there was

[dpdk-dev] no hugepage with UIO poll-mode driver

2015-11-25 Thread Bruce Richardson
gt;Jianfeng > > > >>-Original Message- > >>From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Younghwan Go > >>Sent: Wednesday, November 25, 2015 1:46 PM > >>To: dev at dpdk.org > >>Subject: [dpdk-dev] no hugepage with UIO poll-mode driver

[dpdk-dev] no hugepage with UIO poll-mode driver

2015-11-25 Thread Tan, Jianfeng
> To: dev at dpdk.org > Subject: [dpdk-dev] no hugepage with UIO poll-mode driver > > Hello, > > I'm trying to create rte mempool with my own memory scheme (shared > virtual memory between CPU & GPU) other than using hugepage. I'm using > IGB UIO module with Ethernet