Message ID | 20240507163921.29683-1-gakula@marvell.com (mailing list archive) |
---|---|
Headers | show |
Series | Introduce RVU representors | expand |
On Tue, 7 May 2024 22:09:11 +0530 Geetha sowjanya wrote: > ~# devlink port > pci/0002:1c:00.0/0: type eth netdev r0p1v0 flavour pcivf controller 0 pfnum 1 vfnum 0 external false splittable false > pci/0002:1c:00.0/1: type eth netdev r1p1v1 flavour pcivf controller 0 pfnum 1 vfnum 1 external false splittable false > pci/0002:1c:00.0/2: type eth netdev r2p1v2 flavour pcivf controller 0 pfnum 1 vfnum 2 external false splittable false > pci/0002:1c:00.0/3: type eth netdev r3p1v3 flavour pcivf controller 0 pfnum 1 vfnum 3 external false splittable false There are only VFs on the device? How does one install egress rules towards uplink?
> -----Original Message----- > From: Jakub Kicinski <kuba@kernel.org> > Sent: Friday, May 10, 2024 9:06 AM > To: Geethasowjanya Akula <gakula@marvell.com> > Cc: netdev@vger.kernel.org; linux-kernel@vger.kernel.org; > davem@davemloft.net; pabeni@redhat.com; edumazet@google.com; Sunil > Kovvuri Goutham <sgoutham@marvell.com>; Subbaraya Sundeep Bhatta > <sbhatta@marvell.com>; Hariprasad Kelam <hkelam@marvell.com> > Subject: [EXTERNAL] Re: [net-next PATCH v4 00/10] Introduce RVU > representors > ---------------------------------------------------------------------- > On Tue, 7 May 2024 22:09:11 +0530 Geetha sowjanya wrote: > > ~# devlink port > > pci/0002:1c:00.0/0: type eth netdev r0p1v0 flavour pcivf controller 0 > > pfnum 1 vfnum 0 external false splittable false > > pci/0002:1c:00.0/1: type eth netdev r1p1v1 flavour pcivf controller 0 > > pfnum 1 vfnum 1 external false splittable false > > pci/0002:1c:00.0/2: type eth netdev r2p1v2 flavour pcivf controller 0 > > pfnum 1 vfnum 2 external false splittable false > > pci/0002:1c:00.0/3: type eth netdev r3p1v3 flavour pcivf controller 0 > > pfnum 1 vfnum 3 external false splittable false > > There are only VFs on the device? How does one install egress rules towards > uplink? pci/0002:1c:00.0/0: type eth netdev r0p1v0 flavour pcivf controller 0 pfnum 1 vfnum 0 external false splittable false This represent the uplink port. Will fix the flavour.