> v2 changes: > - split one patch to patch series > - change the command's format in testpmd. > - return -ENOENT when deleting a disabled syn filter. > - add doc changes in testpmd_funcs.rst > - correct the errors reported by checkpatch.pl > > The patch set uses new filter_ctrl API to replace old syn filter APIs. > It uses new functions and structure to replace old ones in igb/ixgbe driver, > new commands to replace old ones in testpmd, and removes the old APIs. > > Jingjing Wu (6): > ethdev: define syn filter type and its structure > ixgbe: new functions replace old ones for syn filter > e1000: new functions replace old ones for syn filter > testpmd: new commands for syn filter > ethdev: remove old APIs and structures of syn filter > doc: commands changed in testpmd_funcs for syn filter
Applied, thanks. I removed the old API functions from the version map.