Hi Stephen, I have removed this patch from the patchlist.
Regards, Vanshika > -----Original Message----- > From: Stephen Hemminger <step...@networkplumber.org> > Sent: 29 June 2025 22:01 > To: Vanshika Shukla <vanshika.shu...@nxp.com> > Cc: dev@dpdk.org; Hemant Agrawal <hemant.agra...@nxp.com>; Sachin > Saxena <sachin.sax...@nxp.com>; Jun Yang <jun.y...@nxp.com> > Subject: [EXT] Re: [v4 01/10] bus/dpaa: avoid using same structure and > variable name > > Caution: This is an external email. Please take care when clicking links or > opening attachments. When in doubt, report the message using the 'Report > this email' button > > > On Wed, 11 Jun 2025 12:40:30 +0530 > vanshika.shu...@nxp.com wrote: > > > From: Hemant Agrawal <hemant.agra...@nxp.com> > > > > rte_dpaa_bus was being used as structure and variable name both. > > > > Signed-off-by: Jun Yang <jun.y...@nxp.com> > > Signed-off-by: Hemant Agrawal <hemant.agra...@nxp.com> > > --- > > NAK > It is allowed to use same name for structure and variable name. > That was PCI does, why does dpaa bus have to be different than pci?