On 3/20/2020 2:46 AM, alvinx.zh...@intel.com wrote:
> From: Alvin Zhang <alvinx.zh...@intel.com>
> 
> Bellow ops are implemented:
> dev_configure
> dev_start
> dev_stop
> dev_close
> dev_reset
> dev_set_link_up
> dev_set_link_down
> link_update
> fw_version_get
> dev_led_on
> dev_led_off
> 
> Signed-off-by: Alvin Zhang <alvinx.zh...@intel.com>
> 
> v2: Modify codes according to comments.
> ---
>  doc/guides/nics/features/igc.ini |   4 +
>  drivers/net/igc/igc_ethdev.c     | 643 
> ++++++++++++++++++++++++++++++++++++++-
>  drivers/net/igc/igc_ethdev.h     |  35 +++
>  3 files changed, 672 insertions(+), 10 deletions(-)
> 
> diff --git a/doc/guides/nics/features/igc.ini 
> b/doc/guides/nics/features/igc.ini
> index ad75cc4..b7f546e 100644
> --- a/doc/guides/nics/features/igc.ini
> +++ b/doc/guides/nics/features/igc.ini
> @@ -3,6 +3,10 @@
>  ; Refer to default.ini for the full list of available PMD features.
>  ;
>  [Features]
> +Speed capabilities   = Y
> +Link status          = Y
> +Link status event    = Y
> +FW version           = Y

LED support also seems added in this patch, you can add it to feature list doc.

Reply via email to