On 10/20/2021 1:47 PM, Andrew Rybchenko wrote:
Sicne rte_eth_dev and rte_eth_dev_data structures are just moved
right now is a good chance to make a cleanup. Moreover ethdev is
or will be shuffled a lot in the release, so do cleanup in all
files.
Maybe at least some fixes from below could be accepted.
Spelling is fixed in log messages as well. Hopefully it isn ot a
problem, but let me know if I'm wrong and I'll avoid it in the
next version.
Since changes are cosmetic no Fixes tags and no backporting to
stable.
v3:
- fix EEPROM spelling
- cleanup full stop in structure fields documentation in
entire ethdev_driver.h
- do more in the first patch which moves documentation to
avoid long lines and apply some cosmeic fixes on the way
when line is moved to avoid changes in next patches
Andrew Rybchenko (10):
ethdev: avoid documentation in next lines
ethdev: fix Rx/Tx spelling
ethdev: fix Ethernet spelling
ethdev: fix DCB and VMDq spelling
ethdev: fix VLAN spelling including VLAN ID case
ethdev: fix ID spelling in comments and log messages
ethdev: fix EEPROM spelling
ethdev: remove reserved fields from internal structures
ethdev: make device and data structures readable
ethdev: remove full stop after short comments and references
For series,
Reviewed-by: Ferruh Yigit <ferruh.yi...@intel.com>
Series applied to dpdk-next-net/main, thanks.