On 4/19/2018 3:03 PM, Ferruh Yigit wrote: > On 4/19/2018 11:07 AM, Adrien Mazarguil wrote: >> This series contains several fixes for rte_flow and its implementation in >> PMDs and testpmd. Upcoming work on the flow API depends on it. >> >> v6 changes: >> >> - No change, rebased series and updated/fixed commit messages. >> >> v5 changes: >> >> - No change, rebased series to address conflicts. >> >> v4 changes: >> >> - Rebased again. >> - The reliance on rte_eth_dev_rss_hash_conf_get() was removed from patch #7, >> see updated patch for details. >> >> v3 changes: >> >> - Rebased series. >> - Dropped unnecessary "net/sfc: fix endian conversions in flow API". >> - Dropped "ethdev: fix ABI version in meson build", handled by prior commit >> d9736a248785 ("ethdev: fix library version in meson build"). >> >> v2 changes: >> >> - mlx5 fix (patch #3). >> - bnxt fix (patch #4). >> - sfc fix (patch #6). >> - Missing include (patch #13). >> >> Adrien Mazarguil (11): >> net/mlx4: fix RSS resource leak in case of error >> net/mlx4: fix ignored RSS hash types >> net/mlx5: fix RSS flow action bounds check >> net/bnxt: fix matching of flow API item masks >> app/testpmd: fix flow completion for RSS queues >> app/testpmd: fix lack of flow action configuration >> app/testpmd: fix RSS flow action configuration >> app/testpmd: fix missing RSS fields in flow action >> app/testpmd: fix missing boolean values in flow command >> ethdev: fix shallow copy of flow API RSS action >> ethdev: fix missing include in flow API > > For series, > Acked-by: Ferruh Yigit <ferruh.yi...@intel.com>
Series applied to dpdk-next-net/master, thanks.