RE: [PATCH v9 01/21] net/cpfl: support device initialization

2023-03-08 Thread Liu, Mingxia
> -Original Message- > From: Ferruh Yigit > Sent: Tuesday, March 7, 2023 11:03 PM > To: Liu, Mingxia ; Xing, Beilei > ; > Zhang, Yuying ; Raslan Darawsheh > > Cc: dev@dpdk.org; Stephen Hemminger ; > Richardson, Bruce ; Zhang, Qi Z > > Subject: Re: [

RE: [PATCH v9 01/21] net/cpfl: support device initialization

2023-03-08 Thread Liu, Mingxia
> -Original Message- > From: Ferruh Yigit > Sent: Thursday, March 9, 2023 1:04 AM > To: Liu, Mingxia ; Xing, Beilei > ; > Zhang, Yuying ; Zhang, Qi Z > Cc: dev@dpdk.org; Stephen Hemminger ; > Richardson, Bruce ; Raslan Darawsheh > > Subject: Re: [PAT

Re: [PATCH v9 01/21] net/cpfl: support device initialization

2023-03-08 Thread Ferruh Yigit
On 3/7/2023 3:03 PM, Ferruh Yigit wrote: > On 3/7/2023 2:11 PM, Ferruh Yigit wrote: >> On 3/2/2023 9:20 PM, Mingxia Liu wrote: >>> Support device init and add the following dev ops: >>> - dev_configure >>> - dev_close >>> - dev_infos_get >>> - link_update >>> - dev_supported_ptypes_get >>> >>>

Re: [PATCH v9 01/21] net/cpfl: support device initialization

2023-03-07 Thread Ferruh Yigit
On 3/7/2023 2:11 PM, Ferruh Yigit wrote: > On 3/2/2023 9:20 PM, Mingxia Liu wrote: >> Support device init and add the following dev ops: >> - dev_configure >> - dev_close >> - dev_infos_get >> - link_update >> - dev_supported_ptypes_get >> >> Signed-off-by: Mingxia Liu > > <...> > >> +stati

Re: [PATCH v9 01/21] net/cpfl: support device initialization

2023-03-07 Thread Ferruh Yigit
On 3/2/2023 9:20 PM, Mingxia Liu wrote: > Support device init and add the following dev ops: > - dev_configure > - dev_close > - dev_infos_get > - link_update > - dev_supported_ptypes_get > > Signed-off-by: Mingxia Liu <...> > +static void > +cpfl_handle_virtchnl_msg(struct cpfl_adapter_ex

[PATCH v9 01/21] net/cpfl: support device initialization

2023-03-02 Thread Mingxia Liu
Support device init and add the following dev ops: - dev_configure - dev_close - dev_infos_get - link_update - dev_supported_ptypes_get Signed-off-by: Mingxia Liu --- MAINTAINERS| 8 + doc/guides/nics/cpfl.rst | 85 +++ doc/guides/nics/features/c