mbox series

[net-next,0/5,pull,request] Intel Wired LAN Driver Updates 2023-02-14 (ice)

Message ID 20230214213003.2117125-1-anthony.l.nguyen@intel.com (mailing list archive)
Headers show
Series Intel Wired LAN Driver Updates 2023-02-14 (ice) | expand

Message

Tony Nguyen Feb. 14, 2023, 9:29 p.m. UTC
This series contains updates to ice driver only.

Karol extends support for GPIO pins to E823 devices.

Daniel Vacek stops processing of PTP packets when link is down.

Pawel adds support for BIG TCP for IPv6.

Tony changes return type of ice_vsi_realloc_stat_arrays() as it always
returns success.

Zhu Yanjun updates kdoc stating supported TLVs.

The following are changes since commit 2edd92570441dd33246210042dc167319a5cf7e3:
  devlink: don't allow to change net namespace for FW_ACTIVATE reload action
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 100GbE

Daniel Vacek (1):
  ice/ptp: fix the PTP worker retrying indefinitely if the link went
    down

Karol Kolacinski (1):
  ice: Add GPIO pin support for E823 products

Pawel Chmielewski (1):
  ice: add support BIG TCP on IPv6

Tony Nguyen (1):
  ice: Change ice_vsi_realloc_stat_arrays() to void

Zhu Yanjun (1):
  ice: Mention CEE DCBX in code comment

 drivers/net/ethernet/intel/ice/ice.h        |  2 +
 drivers/net/ethernet/intel/ice/ice_common.c | 25 +++++++
 drivers/net/ethernet/intel/ice/ice_common.h |  1 +
 drivers/net/ethernet/intel/ice/ice_dcb.c    |  4 +-
 drivers/net/ethernet/intel/ice/ice_lib.c    | 11 ++--
 drivers/net/ethernet/intel/ice/ice_main.c   |  2 +
 drivers/net/ethernet/intel/ice/ice_ptp.c    | 72 ++++++++++++++++++++-
 drivers/net/ethernet/intel/ice/ice_txrx.c   |  3 +
 8 files changed, 109 insertions(+), 11 deletions(-)

Comments

Jiri Pirko Feb. 15, 2023, 7:57 a.m. UTC | #1
Tue, Feb 14, 2023 at 10:29:58PM CET, anthony.l.nguyen@intel.com wrote:
>This series contains updates to ice driver only.
>
>Karol extends support for GPIO pins to E823 devices.
>
>Daniel Vacek stops processing of PTP packets when link is down.
>
>Pawel adds support for BIG TCP for IPv6.
>
>Tony changes return type of ice_vsi_realloc_stat_arrays() as it always
>returns success.
>
>Zhu Yanjun updates kdoc stating supported TLVs.
>
>The following are changes since commit 2edd92570441dd33246210042dc167319a5cf7e3:
>  devlink: don't allow to change net namespace for FW_ACTIVATE reload action
>and are available in the git repository at:
>  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 100GbE
>
>Daniel Vacek (1):
>  ice/ptp: fix the PTP worker retrying indefinitely if the link went
>    down
>
>Karol Kolacinski (1):
>  ice: Add GPIO pin support for E823 products
>
>Pawel Chmielewski (1):
>  ice: add support BIG TCP on IPv6
>
>Tony Nguyen (1):
>  ice: Change ice_vsi_realloc_stat_arrays() to void
>
>Zhu Yanjun (1):
>  ice: Mention CEE DCBX in code comment
>
> drivers/net/ethernet/intel/ice/ice.h        |  2 +
> drivers/net/ethernet/intel/ice/ice_common.c | 25 +++++++
> drivers/net/ethernet/intel/ice/ice_common.h |  1 +
> drivers/net/ethernet/intel/ice/ice_dcb.c    |  4 +-
> drivers/net/ethernet/intel/ice/ice_lib.c    | 11 ++--
> drivers/net/ethernet/intel/ice/ice_main.c   |  2 +
> drivers/net/ethernet/intel/ice/ice_ptp.c    | 72 ++++++++++++++++++++-
> drivers/net/ethernet/intel/ice/ice_txrx.c   |  3 +
> 8 files changed, 109 insertions(+), 11 deletions(-)

Tony, could you please send the patches alongside with the pull request,
as for example Saeed does for mlx5 pull requests?

Thanks!
Jiri Pirko Feb. 15, 2023, 8:03 a.m. UTC | #2
Wed, Feb 15, 2023 at 08:57:02AM CET, jiri@resnulli.us wrote:
>Tue, Feb 14, 2023 at 10:29:58PM CET, anthony.l.nguyen@intel.com wrote:
>>This series contains updates to ice driver only.
>>
>>Karol extends support for GPIO pins to E823 devices.
>>
>>Daniel Vacek stops processing of PTP packets when link is down.
>>
>>Pawel adds support for BIG TCP for IPv6.
>>
>>Tony changes return type of ice_vsi_realloc_stat_arrays() as it always
>>returns success.
>>
>>Zhu Yanjun updates kdoc stating supported TLVs.
>>
>>The following are changes since commit 2edd92570441dd33246210042dc167319a5cf7e3:
>>  devlink: don't allow to change net namespace for FW_ACTIVATE reload action
>>and are available in the git repository at:
>>  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 100GbE
>>
>>Daniel Vacek (1):
>>  ice/ptp: fix the PTP worker retrying indefinitely if the link went
>>    down
>>
>>Karol Kolacinski (1):
>>  ice: Add GPIO pin support for E823 products
>>
>>Pawel Chmielewski (1):
>>  ice: add support BIG TCP on IPv6
>>
>>Tony Nguyen (1):
>>  ice: Change ice_vsi_realloc_stat_arrays() to void
>>
>>Zhu Yanjun (1):
>>  ice: Mention CEE DCBX in code comment
>>
>> drivers/net/ethernet/intel/ice/ice.h        |  2 +
>> drivers/net/ethernet/intel/ice/ice_common.c | 25 +++++++
>> drivers/net/ethernet/intel/ice/ice_common.h |  1 +
>> drivers/net/ethernet/intel/ice/ice_dcb.c    |  4 +-
>> drivers/net/ethernet/intel/ice/ice_lib.c    | 11 ++--
>> drivers/net/ethernet/intel/ice/ice_main.c   |  2 +
>> drivers/net/ethernet/intel/ice/ice_ptp.c    | 72 ++++++++++++++++++++-
>> drivers/net/ethernet/intel/ice/ice_txrx.c   |  3 +
>> 8 files changed, 109 insertions(+), 11 deletions(-)
>
>Tony, could you please send the patches alongside with the pull request,
>as for example Saeed does for mlx5 pull requests?

Ah, I see it now. Unlike 0/5, the rest got filtered out to another
folder in my inbox. Sorry :)

>
>Thanks!
patchwork-bot+netdevbpf@kernel.org Feb. 16, 2023, 6 a.m. UTC | #3
Hello:

This series was applied to netdev/net-next.git (master)
by Tony Nguyen <anthony.l.nguyen@intel.com>:

On Tue, 14 Feb 2023 13:29:58 -0800 you wrote:
> This series contains updates to ice driver only.
> 
> Karol extends support for GPIO pins to E823 devices.
> 
> Daniel Vacek stops processing of PTP packets when link is down.
> 
> Pawel adds support for BIG TCP for IPv6.
> 
> [...]

Here is the summary with links:
  - [net-next,1/5] ice: Add GPIO pin support for E823 products
    https://git.kernel.org/netdev/net-next/c/634d841dbfa7
  - [net-next,2/5] ice/ptp: fix the PTP worker retrying indefinitely if the link went down
    https://git.kernel.org/netdev/net-next/c/fcc2cef37fed
  - [net-next,3/5] ice: add support BIG TCP on IPv6
    https://git.kernel.org/netdev/net-next/c/fce92dbc6117
  - [net-next,4/5] ice: Change ice_vsi_realloc_stat_arrays() to void
    https://git.kernel.org/netdev/net-next/c/d8a23ff6a755
  - [net-next,5/5] ice: Mention CEE DCBX in code comment
    https://git.kernel.org/netdev/net-next/c/13b599f15e1c

You are awesome, thank you!