Message ID | 20231005162850.3218594-1-anthony.l.nguyen@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | i40e: House-keeping and clean-up | expand |
Hello: This series was applied to netdev/net-next.git (main) by Tony Nguyen <anthony.l.nguyen@intel.com>: On Thu, 5 Oct 2023 09:28:41 -0700 you wrote: > Ivan Vecera says: > > The series makes some house-keeping tasks on i40e driver: > > Patch 1: Removes unnecessary back pointer from i40e_hw > Patch 2: Moves I40E_MASK macro to i40e_register.h where is used > Patch 3: Refactors I40E_MDIO_CLAUSE* to use the common macro > Patch 4: Add header dependencies to <linux/avf/virtchnl.h> > Patch 5: Simplifies memory alloction functions > Patch 6: Moves mem alloc structures to i40e_alloc.h > Patch 7: Splits i40e_osdep.h to i40e_debug.h and i40e_io.h > Patch 8: Removes circular header deps, fixes and cleans headers > Patch 9: Moves DDP specific macros and structs to i40e_ddp.c > > [...] Here is the summary with links: - [net-next,1/9] i40e: Remove back pointer from i40e_hw structure https://git.kernel.org/netdev/net-next/c/39ec612acf6d - [net-next,2/9] i40e: Move I40E_MASK macro to i40e_register.h https://git.kernel.org/netdev/net-next/c/9d84f739d617 - [net-next,3/9] i40e: Refactor I40E_MDIO_CLAUSE* macros https://git.kernel.org/netdev/net-next/c/8196b5fd6c73 - [net-next,4/9] virtchnl: Add header dependencies https://git.kernel.org/netdev/net-next/c/7151d87a175c - [net-next,5/9] i40e: Simplify memory allocation functions https://git.kernel.org/netdev/net-next/c/d3276f928a1d - [net-next,6/9] i40e: Move memory allocation structures to i40e_alloc.h https://git.kernel.org/netdev/net-next/c/ef5d54078d45 - [net-next,7/9] i40e: Split i40e_osdep.h https://git.kernel.org/netdev/net-next/c/5dfd37c37a44 - [net-next,8/9] i40e: Remove circular header dependencies and fix headers https://git.kernel.org/netdev/net-next/c/56df345917c0 - [net-next,9/9] i40e: Move DDP specific macros and structures to i40e_ddp.c https://git.kernel.org/netdev/net-next/c/190c3ad68f38 You are awesome, thank you!