Acked-by: Chengwen Feng <[email protected]> On 11/7/2025 11:50 PM, Bruce Richardson wrote: > The socket handler typedef, just called "handler" does not belong in the > public namespace, especially since it is unprefixed. Rename to > "telemetry_sock_handler" and move to internal header. > > Doing so also clears shadowing warnings in dmadev library, when it is > built with -Wshadow. > > Fixes: 6dd571fd07c3 ("telemetry: introduce new functionality") > Cc: [email protected] > > Signed-off-by: Bruce Richardson <[email protected]>
- [RFC PATCH v2 03/33] ethdev: fix variable shadowing issue... Bruce Richardson
- Re: [RFC PATCH v2 03/33] ethdev: fix variable shadow... Andrew Rybchenko
- Re: [RFC PATCH v2 03/33] ethdev: fix variable shadow... fengchengwen
- [RFC PATCH v2 04/33] eventdev: fix variable shadowing iss... Bruce Richardson
- [RFC PATCH v2 05/33] net: remove shadowed variable Bruce Richardson
- [RFC PATCH v2 06/33] pipeline: fix variable shadowing Bruce Richardson
- [RFC PATCH v2 07/33] table: fix issues with variable shad... Bruce Richardson
- [RFC PATCH v2 08/33] power: rename variable to eliminate ... Bruce Richardson
- [RFC PATCH v2 09/33] pcapng: rename variable to fix shado... Bruce Richardson
- [RFC PATCH v2 10/33] telemetry: make socket handler typed... Bruce Richardson
- Re: [RFC PATCH v2 10/33] telemetry: make socket hand... fengchengwen
- [RFC PATCH v2 11/33] bbdev: fix variable shadowing Bruce Richardson
- [RFC PATCH v2 12/33] bus/pci: remove shadowed variables Bruce Richardson
- [RFC PATCH v2 13/33] net/intel: rename function param to ... Bruce Richardson
- [RFC PATCH v2 14/33] net/e1000: fix build with shadow war... Bruce Richardson
- [RFC PATCH v2 15/33] net/i40e: fix build with shadow warn... Bruce Richardson
- [RFC PATCH v2 16/33] net/ice: fix build with shadow warni... Bruce Richardson
- [RFC PATCH v2 17/33] net/cpfl: fix build with shadow warn... Bruce Richardson
- [RFC PATCH v2 19/33] app/test-pmd: fix build with shadow ... Bruce Richardson
- [RFC PATCH v2 18/33] net/ixgbe: fix build with shadow war... Bruce Richardson

