From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 2/2] ethdev: remove old flow director symbols Date: Tue, 15 Dec 2015 13:53:59 +0100 Message-ID: <1964776.dRhkJQBcUl@xps13> References: <1450176434-7213-1-git-send-email-thomas.monjalon@6wind.com> <1450176434-7213-2-git-send-email-thomas.monjalon@6wind.com> <566FFC81.2010601@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Panu Matilainen Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id 62EE82716 for ; Tue, 15 Dec 2015 13:55:17 +0100 (CET) Received: by mail-wm0-f51.google.com with SMTP id n186so24272900wmn.0 for ; Tue, 15 Dec 2015 04:55:17 -0800 (PST) In-Reply-To: <566FFC81.2010601@redhat.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-12-15 13:41, Panu Matilainen: > On 12/15/2015 12:47 PM, Thomas Monjalon wrote: > > The API has been removed but the symbols were still declared in the map. > > > > Fixes: a421b86a4a02 ("ethdev: remove old flow director API") > > > > Signed-off-by: Thomas Monjalon [...] > > Good spotting. What did you use find these and the ones in eal? Just > thinking this seems like something that could and should be automated. Series applied