[dpdk-dev] Hyper-v support

2016-11-30 Thread Varun
Hi, I would like to know if the latest DPDK (16.11) supports hyper-v? I couldn't find any conclusive evidence online or in dpdk roadmap. Is it likely that we see it in 17.05? -- Regards, Varun

[dpdk-dev] AF_PACKET poll mode driver

2016-04-12 Thread Rapelly, Varun
Hi, We are facing a problem in DPDK - AF_PACKET poll mode driver. We are able to create RAW socket and receive RTP-Signaling packets successfully and our application is running fine. But if we try doing scp to the same interface we are facing a crash. The stack trace: (gdb) bt #0 __memcpy_ss

[dpdk-dev] ACL trie build incrementally

2016-04-05 Thread Rapelly, Varun
ining 3000 rules Is the above approach is ok? Or is there any other way to build the trie in incremental fashion? Regards, Varun

[dpdk-dev] ACL memory allocation failures

2016-02-29 Thread Rapelly, Varun
total_size, ctx->socket_id, ctx->name); return -ENOMEM; } >>> Is there any way to reserve some particular amount of huge page memory for >>> ACL trie (in eal_init())? Konstantin > > > -Original Message- > > From: dev [mail

[dpdk-dev] ACL memory allocation failures

2016-02-29 Thread Rapelly, Varun
me); return -ENOMEM; } Konstantin > > > -Original Message- > > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Rapelly, Varun > > Sent: Friday, February 26, 2016 10:28 AM > > To: dev at dpdk.org > > Subject: Re: [dpdk-dev] ACL memor

[dpdk-dev] ACL memory allocation failures

2016-02-26 Thread Rapelly, Varun
l Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Rapelly, Varun > Sent: Friday, February 26, 2016 10:28 AM > To: dev at dpdk.org > Subject: Re: [dpdk-dev] ACL memory allocation failures > > Hi All, > > When I'm trying to configure some 5000+ ACL r

[dpdk-dev] ACL memory allocation failures

2016-02-26 Thread Rapelly, Varun
cation of 14938480 bytes on socket 0 for ipv4_acl_table2 failed ACL: Build phase for ACL "ipv4_acl_table2": memory consumed: 1040188260 ACL: trie 0: number of rules: 894 EAL: Error - exiting with code: 1 Cause: Failed to build ACL trie Where to increase the memory to avoid this issue? Regards, Varun

[dpdk-dev] ACL memory allocation failures

2016-02-26 Thread Rapelly, Varun
et 0 for ipv4_acl_table2 failed ACL: Build phase for ACL "ipv4_acl_table2": memory consumed: 1040188260 ACL: trie 0: number of rules: 894 EAL: Error - exiting with code: 1 Cause: Failed to build ACL trie Where to increase the memory to avoid this issue? Regards, Varun

[dpdk-dev] iommu Error on DL380 G8 with RHEL 7.1

2015-07-24 Thread Rapelly, Varun
Hi Monroy, Thanks for the reply :) Ok Will check with Lee. -Original Message- From: Gonzalez Monroy, Sergio [mailto:sergio.gonzalez.mon...@intel.com] Sent: Friday, July 24, 2015 2:47 PM To: Rapelly, Varun Cc: dev at dpdk.org Subject: Re: [dpdk-dev] iommu Error on DL380 G8 with RHEL 7.1

[dpdk-dev] iommu Error on DL380 G8 with RHEL 7.1

2015-07-24 Thread Rapelly, Varun
: Friday, July 24, 2015 2:47 PM To: Rapelly, Varun Cc: dev at dpdk.org Subject: Re: [dpdk-dev] iommu Error on DL380 G8 with RHEL 7.1 On 24/07/2015 09:54, Rapelly, Varun wrote: > Hi All, > > I'm not able to send packets through OVS bridge [with dpdk] when iommu is > enabled on HP D

[dpdk-dev] iommu Error on DL380 G8 with RHEL 7.1

2015-07-24 Thread Rapelly, Varun
luck. :( http://h20564.www2.hp.com/hpsc/doc/public/display?docId=emr_na-c03323800 We need this flag to be enabled [SR-IOV] on that machine. Please let me know, is there any way to resolve this issue? Regards, Varun

[dpdk-dev] iommu on DPDK2.0.0 Error

2015-07-23 Thread Rapelly, Varun
f_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms Is it a known issue or something to do with the configuration? Regards, Varun

[dpdk-dev] Testpmd application failing with Cause: No probed ethernet device with DPDK-1.8.0

2015-03-23 Thread Rapelly, Varun
ntroller' if=ha0 drv=vmxnet3 unused=igb_uio When we ported to DPDK1.7.0, we didn't face this kind of issues. When I googled, found similar problem. But didn't get any solution from that. http://patchwork.dpdk.org/ml/archives/dev/2014-February/001437.html Please give some

[dpdk-dev] Testpmd application failing with Cause: No probed ethernet device with DPDK-1.8.0

2015-03-20 Thread Rapelly, Varun
probe driver: 15ad:7b0 rte_vmxnet3_pmd EAL: :1b:00.0 not managed by UIO driver, skipping EAL: Error - exiting with code: 1 Cause: No probed ethernet device Please let me know, what could be the issue. FYI: Igb_uio and rte_kni ko modules are inserted successfully. Regards, Varun

[dpdk-dev] Testpmd application failing with Cause: No probed ethernet device

2015-03-20 Thread Rapelly, Varun
d:7b0 rte_vmxnet3_pmd EAL: :1b:00.0 not managed by UIO driver, skipping EAL: Error - exiting with code: 1 Cause: No probed ethernet device Please let me know, what could be the issue. FYI: Igb_uio and rte_kni ko modules are inserted successfully. Regards, Varun -- next

[dpdk-dev] ACL Issue with single field rule and rest with wild card entry

2015-02-06 Thread Rapelly, Varun
e any other way to match wild card entries in a rule? Regards, Varun -- next part -- An embedded and charset-unspecified text was scrubbed... Name: main.c URL: <http://dpdk.org/ml/archives/dev/attachments/20150206/2fb0639e/attachment.c>

[dpdk-dev] ACL trie insertion and search

2015-01-28 Thread Rapelly, Varun
rules are matching perfectly fine. I believe the above[converting while insertion] should also work for all rules. Please clarify the above. Regards, Varun