RTL8211DN quirks

Recently, I participated in the development of an embedded system as a software developer and my role was to develop or modify Linux device drivers to bring the system up. Network part of the system was based on Realtek’s RTL8211DN Ethernet tranceiver. I encountered several problems working with the driver for this chip which I want to share here.

Multithreaded version of jpeginfo

jpeginfo is a utility for checking JPEG files for errors, calculating their MD5 sums and generating other information. Original version of the program can be found here: https://github.com/tjko/jpeginfo