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.