[dpdk-dev] [PATCH] examples: remove unnecessary function calls

2017-12-10 Thread Prashant Bhole
Removed rte_eth_dev_info_get() calls and declaration of struct rte_eth_dev_info where info is not used anymore Signed-off-by: Prashant Bhole --- examples/l2fwd-jobstats/main.c | 3 --- examples/l2fwd-keepalive/main.c | 3 --- examples/l2fwd/main.c| 3

Re: [dpdk-dev] [PATCH] examples: remove unnecessary function calls

2017-12-11 Thread Prashant Bhole
> -Original Message- > From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] > > On 12/10/2017 11:31 PM, Prashant Bhole wrote: > > Removed rte_eth_dev_info_get() calls and declaration of struct > > rte_eth_dev_info where info is not used anymore > > >