[dpdk-dev] L3/L4 Filters configuration
Hello all, Reading the poll mode driver section in the programmers manual i came across this line: "Other features such as the L3/L4 5-Tuple packet filtering feature of a port can be configured in the same way" Is there any chance to see an example of how to configure L3/L4 filters per port in the NIC ? also is there any way to control the queue number which a certain RSS hashing result map to (would love to see an example of that as well) ? Thanks in advance! Gal. -- next part -- An HTML attachment was scrubbed... URL: <http://dpdk.org/ml/archives/dev/attachments/20130609/2ab87f28/attachment.html>
[dpdk-dev] problem with rte_hash
Hello all, I am trying to do an example of using rte_hash, i am getting the following linker problem: /main.o -lrte_eal -lpthread -lethdev -lrte_malloc -lrte_mbuf -lrte_mempool -lrte_pmd_igb -lrte_pmd_ixgbe -lrte_ring -lrte_timer -lrte_hash /home/gal/dpdk/x86_64-default-linuxapp-gcc/lib/librte_hash.a(rte_hash.o): In function `rte_hash_create': rte_hash.c:(.text+0x6f8): undefined reference to `rte_cpu_get_flag_enabled' collect2: ld returned 1 exit status anyone familiar with that? Thanks in advance! -- next part -- An HTML attachment was scrubbed... URL: <http://dpdk.org/ml/archives/dev/attachments/20130609/14fe594a/attachment.html>
[dpdk-dev] problem with rte_hash
Hi Could this problem be a circular linker problem, try duplicating the libraries on the link line again and see if that fixes the problem. In GCC you also have the option --start-group and --end-group to force the linker to resolve relink these libs until all of the dependences have been resolved. In the mk/rte.app.mk makefile fragment is an example of these options. I hope this helps. Thank you, ++Keith --- Keith Wiles Principal Technologist for Networking cell 972-213-5533 Wind River Systems On Jun 9, 2013, at 9:52 AM, Gal Sagie mailto:gal.sagie at gmail.com>> wrote: rte_cpu_get_flag_enabled -- next part -- An HTML attachment was scrubbed... URL: <http://dpdk.org/ml/archives/dev/attachments/20130609/2a429ff2/attachment.html>