On Thu, Sep 10, 2026 at 08:48:01AM +0100, Bruce Richardson wrote:
> On Fri, Aug 28, 2026 at 02:52:16AM +0530, Atul Patel wrote:
> > The VF ID was incorrectly set to only the PCI function number,
> > which fails when VFs span multiple PCI devices (device IDs > 0).
> > Calculate the VF ID as (device_id * 8) + function to correctly
> > map VFs across devices.
> >
> > Fixes: f1ab44fb0ebf ("net/cpfl: add vCPF port info")
> >
> > Signed-off-by: Praveen Shetty <[email protected]>
> > Signed-off-by: Atul Patel <[email protected]>
> > Signed-off-by: Dhananjay Shukla <[email protected]>
> > ---
> Acked-by: Bruce Richardson <[email protected]>
Applied to dpdk-next-net-intel.
Thanks,
/Bruce