[dpdk-dev] [PATCH 2/2] ethdev: remove old flow director symbols

2015-12-15 Thread Thomas Monjalon
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. Wha

[dpdk-dev] [PATCH 2/2] ethdev: remove old flow director symbols

2015-12-15 Thread 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 > --- > lib/librte_ether/rte_ether_version.map | 8 > 1 file cha

[dpdk-dev] [PATCH 2/2] ethdev: remove old flow director symbols

2015-12-15 Thread Thomas Monjalon
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 > > --- > > lib/librte_ethe

[dpdk-dev] [PATCH 2/2] ethdev: remove old flow director symbols

2015-12-15 Thread Thomas Monjalon
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 --- lib/librte_ether/rte_ether_version.map | 8 1 file changed, 8 deletions(-) diff --git a/lib/librte_ether/rte_ether_v

[dpdk-dev] [PATCH 2/2] ethdev: remove old flow director symbols

2015-12-15 Thread Neil Horman
On Tue, Dec 15, 2015 at 01:41:53PM +0200, Panu Matilainen wrote: > 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 >