Message ID | 20250102173717.200359-1-linux@treblig.org (mailing list archive) |
---|---|
Headers | show |
Series | i40e deadcoding | expand |
On Thu, 2 Jan 2025 17:37:08 +0000 linux@treblig.org wrote: > This is a bunch of deadcoding of functions that > are entirely uncalled in the i40e driver. > > Build tested only. Intel folks, is it okay if we take this (and the igc series) in directly? Seems very unlikely to require testing...
On 1/4/2025 8:16 AM, Jakub Kicinski wrote: > On Thu, 2 Jan 2025 17:37:08 +0000 linux@treblig.org wrote: >> This is a bunch of deadcoding of functions that >> are entirely uncalled in the i40e driver. >> >> Build tested only. > > Intel folks, is it okay if we take this (and the igc series) > in directly? Seems very unlikely to require testing... It's fine to take directly. I don't think this needs testing either. I believe this will get picked up from here: Reviewed-by: Tony Nguyen <anthony.l.nguyen@intel.com> Thanks, Tony
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Thu, 2 Jan 2025 17:37:08 +0000 you wrote: > From: "Dr. David Alan Gilbert" <linux@treblig.org> > > Hi, > This is a bunch of deadcoding of functions that > are entirely uncalled in the i40e driver. > > Build tested only. > > [...] Here is the summary with links: - [net-next,1/9] i40e: Deadcode i40e_aq_* https://git.kernel.org/netdev/net-next/c/59ec698d01eb - [net-next,2/9] i40e: Remove unused i40e_blink_phy_link_led https://git.kernel.org/netdev/net-next/c/39cabb01d26d - [net-next,3/9] i40e: Remove unused i40e_(read|write)_phy_register https://git.kernel.org/netdev/net-next/c/8cc51e28ecce - [net-next,4/9] i40e: Deadcode profile code https://git.kernel.org/netdev/net-next/c/81d6bb2012e1 - [net-next,5/9] i40e: Remove unused i40e_get_cur_guaranteed_fd_count https://git.kernel.org/netdev/net-next/c/3eb24a9e0af3 - [net-next,6/9] i40e: Remove unused i40e_del_filter https://git.kernel.org/netdev/net-next/c/38dfb07d9a65 - [net-next,7/9] i40e: Remove unused i40e_commit_partition_bw_setting https://git.kernel.org/netdev/net-next/c/a324484ac855 - [net-next,8/9] i40e: Remove unused i40e_asq_send_command_v2 https://git.kernel.org/netdev/net-next/c/d424b93f35a6 - [net-next,9/9] i40e: Remove unused i40e_dcb_hw_get_num_tc https://git.kernel.org/netdev/net-next/c/47ea5d4e6f40 You are awesome, thank you!