[dpdk-dev] [PATCH v3 0/6] Move EAL common functions

2014-12-30 Thread Neil Horman
On Tue, Dec 30, 2014 at 11:36:24AM -0500, Ravi Kerur wrote: > Changes in v3 > Make subject line explicit on file names. > Commit log includes function names moved to common directory. > > Changes in v2 > Fix patch review comments from Neil. > > Changes in v1 > Common functions in linuxapp and

[dpdk-dev] [PATCH v3 6/6] Move common functions in eal_memory.c

2014-12-30 Thread Ravi Kerur
Changes in v3 Changed subject line to explicitly include file name Commit log includes function names moved to common directory. Changes in v2 Use common function names rte_eal_hugepage_init and rte_eal_hugepage_attach for BSD and Linux. Update comments about its actuality in function

[dpdk-dev] [PATCH v3 5/6] Move common functions in eal_timer.c

2014-12-30 Thread Ravi Kerur
Changes in v3 Changed subject line to explicitly include file name Commit log includes function names moved to common directory. Changes in v2 Use common function name set_tsc_freq_from_sysctl for BSD and Linux. Update comments about its actuality in function declaration. Changes in v1 Move

[dpdk-dev] [PATCH v3 4/6] Move common functions in eal_lcore.c

2014-12-30 Thread Ravi Kerur
Changes in v3 Changed subject line to explicitly include file name Commit log includes function names moved to common directory. Changes in v2 None Changes in v1 Move common function in eal_lcore.c to librte_eal/common/ eal_common_lcore.c file. Following function is moved to eal_common_lcore.c

[dpdk-dev] [PATCH v3 3/6] Move common functions in eal.c

2014-12-30 Thread Ravi Kerur
Changes in v3 Changed subject line to explicitly include file name Commit log includes function names moved to common directory. Changes in v2 In function rte_eal_config_create remove #ifdef _BSDAPP_ and initialize mem_cfg_addr unconditionally. Changes in v1 Move common functions in eal.c to

[dpdk-dev] [PATCH v3 2/6] Move common functions in eal_thread.c

2014-12-30 Thread Ravi Kerur
Changes in v3 Changed subject line to explicitly include file name Changes in v2 None Changes in v1 eal_thread.c has minor differences between Linux and BSD, move entire file to common directory. Use RTE_EXEC_ENV_BSDAPP to differentiate on minor differences. Rename eal_thread.c to

[dpdk-dev] [PATCH v3 1/6] Move common functions in eal_debug.c

2014-12-30 Thread Ravi Kerur
Changes in v3 Changed subject line to explicitly include file name Changes in v2 Remove rte_dump_registers() function since it is not implemented. Fix comment for _rte_exit() Changes in v1 eal_debug.c has no difference between Linux and BSD, move entire file to common directory. Rename

[dpdk-dev] [PATCH v3 0/6] Move EAL common functions

2014-12-30 Thread Ravi Kerur
Changes in v3 Make subject line explicit on file names. Commit log includes function names moved to common directory. Changes in v2 Fix patch review comments from Neil. Changes in v1 Common functions in linuxapp and bsdapp are moved into librte_eal/common directory. New files added follow

[dpdk-dev] Query on the modified rte_mbuf structure

2014-12-30 Thread Tapio Tallgren
Hi, I am not sure if I understand the question correctly, but there was a change to the rte_mbuf structure with patch ea672a8b1655bbb44876d2550ff56f384968a43b. It got rid of the pkt member in rte_mbuf. Here is an example of how to fix it: - eth_hdr = (struct ether_hdr *)

[dpdk-dev] [PATCH v6 5/6] enicpmd: DPDK-ENIC PMD interface

2014-12-30 Thread Sujith Sankar (ssujith)
On 29/12/14 1:45 pm, "Wu, Jingjing" wrote: >Hi, ssujith > >> +.tx_queue_release = enicpmd_dev_tx_queue_release, >> +.dev_led_on = NULL, >> +.dev_led_off = NULL, >> +.flow_ctrl_get= NULL, >> +.flow_ctrl_set= NULL, >> +