Re: [dpdk-dev] [PATCH] net/enic: remove unnecessary function parameter attributes

2017-01-11 Thread Ferruh Yigit
On 1/11/2017 3:42 AM, John Daley wrote: > Remove __rte_unused attributes in function declaration when > the parameters really are used. > > Fixes: dfbd6a9cb504 ("net/enic: extend flow director support for 1300 series") > > CC: sta...@dpdk.org > Signed-off-by: John Daley Applied to dpdk-next-net

[dpdk-dev] [PATCH] net/enic: remove unnecessary function parameter attributes

2017-01-10 Thread John Daley
Remove __rte_unused attributes in function declaration when the parameters really are used. Fixes: dfbd6a9cb504 ("net/enic: extend flow director support for 1300 series") CC: sta...@dpdk.org Signed-off-by: John Daley --- drivers/net/enic/enic.h | 5 ++--- 1 file changed, 2 insertions(+), 3 dele