From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/enic: remove unnecessary function parameter attributes Date: Wed, 11 Jan 2017 18:00:46 +0000 Message-ID: References: <20170111034212.5294-1-johndale@cisco.com> <20170111034212.5294-2-johndale@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, stable@dpdk.org To: John Daley Return-path: In-Reply-To: <20170111034212.5294-2-johndale@cisco.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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: stable@dpdk.org > Signed-off-by: John Daley Applied to dpdk-next-net/master, thanks.