[dpdk-dev] [PATCH] ethdev: remove old flow director APIs

Thomas Monjalon thomas.monjalon at 6wind.com
Tue Sep 29 18:49:38 CEST 2015


2015-09-21 08:05, Lu, Wenzhuo:
> From: Wu, Jingjing
> > Old flow director APIs have been replaced by rte_eth_dev_filter_ctrl since
> > release 2.0. And no drivers in current code support these APIs.
> > All the removed APIs are list below:
> >   - rte_eth_dev_fdir_add_perfect_filter;
> >   - rte_eth_dev_fdir_add_signature_filter;
> >   - rte_eth_dev_fdir_get_infos;
> >   - rte_eth_dev_fdir_remove_perfect_filter;
> >   - rte_eth_dev_fdir_remove_signature_filter;
> >   - rte_eth_dev_fdir_set_masks;
> >   - rte_eth_dev_fdir_update_perfect_filter;
> >   - rte_eth_dev_fdir_update_signature_filter;
> > 
> > Signed-off-by: Jingjing Wu <jingjing.wu at intel.com>
> Acked-by: Wenzhuo Lu <wenzhuo.lu at intel.com>

The mlx4 driver does not build.
And you forgot to update the release notes (deprecation and API changes).

This time, I fixed and applied it.


More information about the dev mailing list