[dpdk-dev] [PATCH] ixgbe_vf: Fix getting link state

2014-12-18 Thread Choonho Son
DPDK pmd code should have the consistency with original network device driver code. Linux kernel driver---> DPDK pmd driver --- ixgbevf_check_mac_link_vf()ixgbe_check_mac_link_vf() at ixgbevf/vf.c

[dpdk-dev] socket programming with DPDK?

2014-11-15 Thread Choonho Son
Hi, I am making netflow collector with DPDK. I need to export result to another server with socket programming. But I can not include which defines struct sockaddr_in. How can I make application with traditional socket programming and DPDK? Thanks. Choonho Son

[dpdk-dev] [PATCH] ixgbe: fix link speed detection of ixgbevf

2014-11-09 Thread Choonho Son
100 Mbps - half-duplex Signed-off-by: Choonho Son --- lib/librte_pmd_ixgbe/ixgbe_ethdev.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/librte_pmd_ixgbe/ixgbe_ethdev.c b/lib/librte_pmd_ixgbe/ixgbe_ethdev.c index 9c73a30..6eab1e8 100644 --- a/lib/librte_pmd_ixgbe/ixgbe_ethdev.c +++ b/lib

[dpdk-dev] [PATCH] i40e: fix build of VXLAN packet identification debug

2014-11-06 Thread Choonho Son
The commit 15dbb63ef9e9f108e7dcd837b88234f27a1ec258 didn't compile, if CONFIG_RTE_LIBRTE_I40E_DEBUG_DRIVER is enabled. Signed-off-by: Choonho Son --- lib/librte_pmd_i40e/i40e_ethdev.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/librte_pmd_i40e/i40e_ethdev.c b

[dpdk-dev] release hugepages after application exit?

2014-10-29 Thread Choonho Son
Hi, After terminating DPDK application, it does not release hugepages. Is there any reason for it or to-do item? Thanks, Choonho Son