[dpdk-dev] [PATCH v3 14/28] eal/pci: Add rte_eal_devargs_remove

2014-12-11 Thread Tetsuya Mukawa
Hi Michael, (2014/12/10 0:36), Qiu, Michael wrote: > I don't know if other reviewers ask you to split so many patches. But I > would like merge some of them, because some are doing same affairs(just > using different args), others should be add/remove affairs. Those could > be merge to one patch,

[dpdk-dev] [PATCH v3 14/28] eal/pci: Add rte_eal_devargs_remove

2014-12-09 Thread Qiu, Michael
I don't know if other reviewers ask you to split so many patches. But I would like merge some of them, because some are doing same affairs(just using different args), others should be add/remove affairs. Those could be merge to one patch, although it is much more easier for review. Actually, it

[dpdk-dev] [PATCH v3 14/28] eal/pci: Add rte_eal_devargs_remove

2014-12-09 Thread Tetsuya Mukawa
The function removes a specified devargs from devargs_list. Signed-off-by: Tetsuya Mukawa --- lib/librte_eal/common/eal_common_devargs.c | 16 lib/librte_eal/common/include/rte_devargs.h | 18 ++ 2 files changed, 34 insertions(+) diff --git