On Tue, Nov 03, 2020 at 04:24:30PM +0200, Ido Schimmel wrote: > > I have the changes you requested here: > https://github.com/idosch/ethtool/commit/b34d15839f2662808c566c04eda726113e20ee59 > > Do you want to integrate it with your nl_parse() rework or should I?
I pushed the combined series to https://git.kernel.org/pub/scm/linux/kernel/git/mkubecek/ethtool.git as branch mk/master/advertise-all. I only ran few quick tests so far, it's not submission ready yet. First two patches are unrelated fixes found while testing, I'm going to submit and push them separately. Third patch reworks nl_parser() handling of multiple request messages as indicated in my previous mail. Fourth patch is the ioctl compatibility fix. Michal