On Fri, Oct 16, 2020 at 06:55:19PM +0100, Ferruh Yigit wrote: > On 10/16/2020 2:32 PM, Thomas Monjalon wrote: > > Most of the patches from the v3 have been merged already. The > > remaining 3 patches are reworked in v4: - reset dev_started in some > > PMDs - selectively reset pointers in rte_eth_dev_release_port() - fix > > error handling > > > > v5: change error code to ENODEV if wrong port id v6: - use eth_err() in > > rte_eth_dev_close() - fix missed igbvf and ixgbevf > > > > > > Thomas Monjalon (3): ethdev: remove forcing stopped state upon close > > ethdev: reset all when releasing a port ethdev: allow close function to > > return an error > > > > Series applied to dpdk-next-net/main, thanks. > Interesting bit of trivia:
According to "git shortlog -sne" this patchset pushes Thomas over the 1000 patches mark in DPDK, with patch 2 of 3 being his 1000th accepted DPDK patch. Congrats on being the first to make this milestone! ~/dpdk.org$ git shortlog -sne | head -1 1001 Thomas Monjalon <tho...@monjalon.net> Regards, /Bruce PS: for anyone checking my numbers, Thomas' commits appear under two different emails, so you need the following line in .mailmap to merge them: "Thomas Monjalon <tho...@monjalon.net> <thomas.monja...@6wind.com>" PPS: Perhaps we should look to maintain a .mailmap file in the DPDK repo, since there are quite a number of contributors to DPDK who have used multiple email addresses over time - including both main tree committers!