Re: [PATCH] net/ice/base: support E824S and E825 devices

2022-02-15 Thread Ferruh Yigit
On 1/25/2022 2:50 PM, Ferruh Yigit wrote: On 12/29/2021 9:25 AM, Robin Zhang wrote: Add support for E824S and E825 family devices. Signed-off-by: Robin Zhang What do you think documenting these new device support on release notes? Hi Qi, There was a change request on this patch, it is stil

Re: [PATCH] net/ice/base: support E824S and E825 devices

2022-01-25 Thread Ferruh Yigit
On 12/29/2021 9:25 AM, Robin Zhang wrote: Add support for E824S and E825 family devices. Signed-off-by: Robin Zhang What do you think documenting these new device support on release notes?

RE: [PATCH] net/ice/base: support E824S and E825 devices

2022-01-24 Thread Zhang, Qi Z
> -Original Message- > From: Zhang, RobinX > Sent: Wednesday, December 29, 2021 5:26 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; Zhang, Qi Z > ; Guo, Junfeng ; Yang, > SteveX ; Zhang, RobinX > Subject: [PATCH] net/ice/base: support E824S and E825 devices >

[PATCH] net/ice/base: support E824S and E825 devices

2021-12-29 Thread Robin Zhang
Add support for E824S and E825 family devices. Signed-off-by: Robin Zhang --- drivers/net/ice/base/ice_common.c | 6 ++ drivers/net/ice/base/ice_devids.h | 13 + drivers/net/ice/ice_ethdev.c | 6 ++ 3 files changed, 25 insertions(+) diff --git a/drivers/net/ice/base/i