Re: [PATCH v2 1/4] ethdev: add function to check representor port

2024-02-23 Thread Ferruh Yigit
On 2/23/2024 2:42 AM, Chaoyong He wrote: > From: Long Wu > > Add a function to check if a device is representor port, also > modified the related codes for PMDs. > Thanks Long for the patch. > Signed-off-by: Long Wu > Reviewed-by: Chaoyong He > Reviewed-by: Peng Zhang > --- > doc/guides/re

[PATCH v2 1/4] ethdev: add function to check representor port

2024-02-22 Thread Chaoyong He
From: Long Wu Add a function to check if a device is representor port, also modified the related codes for PMDs. Signed-off-by: Long Wu Reviewed-by: Chaoyong He Reviewed-by: Peng Zhang --- doc/guides/rel_notes/release_24_03.rst | 3 +++ drivers/net/bnxt/bnxt.h| 3 --