[v9,00/23] Use inclusive naming in DPDK

Message ID 20240205180328.131019-1-stephen@networkplumber.org (mailing list archive)
Headers
Series Use inclusive naming in DPDK |

Message

Stephen Hemminger Feb. 5, 2024, 5:43 p.m. UTC
  This is a collection of patches around fixing many of the uses of non-inclusive
naming in DPDK. The current tree is in pretty good shape.

The overall reduction of problematic words is significant.

	   Before	After
app	   17		0
drivers	   379		331 (except base)
examples   16		0
lib	   25		7

The remaining problem area is around use of the term bus master
which still is present upstream in kernel. The standards bodies
have already addressed this for PCI and SPI but the kernel has
not caught up.