Message ID | 20220723142933.16030-1-ansuelsmth@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | *Add MTU change with stmmac interface running | expand |
Hello: This series was applied to netdev/net-next.git (master) by Jakub Kicinski <kuba@kernel.org>: On Sat, 23 Jul 2022 16:29:28 +0200 you wrote: > This series is to permit MTU change while the interface is running. > Major rework are needed to permit to allocate a new dma conf based on > the new MTU before applying it. This is to make sure there is enough > space to allocate all the DMA queue before releasing the stmmac driver. > > This was tested with a simple way to stress the network while the > interface is running. > > [...] Here is the summary with links: - [net-next,v5,1/5] net: ethernet: stmicro: stmmac: move queue reset to dedicated functions https://git.kernel.org/netdev/net-next/c/f9ec5723c3db - [net-next,v5,2/5] net: ethernet: stmicro: stmmac: first disable all queues and disconnect in release https://git.kernel.org/netdev/net-next/c/7028471edb64 - [net-next,v5,3/5] net: ethernet: stmicro: stmmac: move dma conf to dedicated struct https://git.kernel.org/netdev/net-next/c/8531c80800c1 - [net-next,v5,4/5] net: ethernet: stmicro: stmmac: generate stmmac dma conf before open https://git.kernel.org/netdev/net-next/c/ba39b344e924 - [net-next,v5,5/5] net: ethernet: stmicro: stmmac: permit MTU change with interface up https://git.kernel.org/netdev/net-next/c/347007968744 You are awesome, thank you!