mbox series

[net-next,0/2,pull,request] 100GbE Intel Wired LAN Driver Updates 2021-11-30

Message ID 20211130181243.3707618-1-anthony.l.nguyen@intel.com (mailing list archive)
Headers show
Series 100GbE Intel Wired LAN Driver Updates 2021-11-30 | expand

Message

Tony Nguyen Nov. 30, 2021, 6:12 p.m. UTC
This series contains updates to ice driver only.

Shiraz corrects assignment of boolean variable and removes an unused
enum.

The following are changes since commit 196073f9c44be0b4758ead11e51bc2875f98df29:
  net: ixp4xx_hss: drop kfree for memory allocated with devm_kzalloc
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 100GbE

Shiraz Saleem (2):
  net/ice: Fix boolean assignment
  net/ice: Remove unused enum

 drivers/net/ethernet/intel/ice/ice_devlink.c | 2 +-
 drivers/net/ethernet/intel/ice/ice_devlink.h | 4 ----
 2 files changed, 1 insertion(+), 5 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Dec. 1, 2021, 2:50 p.m. UTC | #1
Hello:

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

On Tue, 30 Nov 2021 10:12:41 -0800 you wrote:
> This series contains updates to ice driver only.
> 
> Shiraz corrects assignment of boolean variable and removes an unused
> enum.
> 
> The following are changes since commit 196073f9c44be0b4758ead11e51bc2875f98df29:
>   net: ixp4xx_hss: drop kfree for memory allocated with devm_kzalloc
> and are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 100GbE
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] net/ice: Fix boolean assignment
    https://git.kernel.org/netdev/net-next/c/7b62483f64dd
  - [net-next,2/2] net/ice: Remove unused enum
    https://git.kernel.org/netdev/net-next/c/244714da8d5d

You are awesome, thank you!