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

2018-01-15 Thread Thomas Monjalon
11/12/2017 19:12, Ferruh Yigit: > 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 > > > > Signed-off-by: Prashant Bhole > > Reviewed-by: Ferruh Yigit > > At any point in th

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

2018-01-15 Thread Thomas Monjalon
12/12/2017 02:00, 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 anymor

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 > > > > Signed-off-by: Prashant Bhole > > R

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

2017-12-11 Thread Ferruh Yigit
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 > > Signed-off-by: Prashant Bhole Reviewed-by: Ferruh Yigit At any point in the history were they used? If so, can you please add

[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 --- e