[dpdk-dev] [PATCH] eal: replace strict_strtoul with kstrtoul

2014-10-30 Thread Jincheng Miao
On 10/30/2014 08:04 AM, Thomas Monjalon wrote: > Hi Jincheng, > > 2014-10-24 15:07, Jincheng Miao: >> From upstream kernel commit 3db2e9cd, strict_strto* serial functions >> are removed. So that we should directly used kstrtoul instead. > kstrtoul appeared in version 2.6.39 in commit 33ee3b2e2eb9

[dpdk-dev] [PATCH] eal: replace strict_strtoul with kstrtoul

2014-10-30 Thread Thomas Monjalon
Hi Jincheng, 2014-10-24 15:07, Jincheng Miao: > From upstream kernel commit 3db2e9cd, strict_strto* serial functions > are removed. So that we should directly used kstrtoul instead. kstrtoul appeared in version 2.6.39 in commit 33ee3b2e2eb9b ("kstrto*: converting strings to integers done (hopeful

[dpdk-dev] [PATCH] eal: replace strict_strtoul with kstrtoul

2014-10-24 Thread Jincheng Miao
>From upstream kernel commit 3db2e9cd, strict_strto* serial functions are removed. So that we should directly used kstrtoul instead. Signed-off-by: Jincheng Miao --- lib/librte_eal/linuxapp/igb_uio/igb_uio.c | 4 ++-- lib/librte_eal/linuxapp/kni/kni_vhost.c | 2 +- lib/librte_eal/l