mbox series

[0/1] net: lantiq_xrx200: increase buffer reservation

Message ID 20211217000740.683089-1-olek2@wp.pl (mailing list archive)
Headers show
Series net: lantiq_xrx200: increase buffer reservation | expand

Message

Aleksander Jan Bajkowski Dec. 17, 2021, 12:07 a.m. UTC
Changes in v3:
 - Removed -1 from the buffer size calculation
 - Removed ETH_FCS_LEN from the buffer size calculation
 - Writing rounded buffer size to descriptor 

Changes in v2:
 - Removed the inline keyword

Aleksander Jan Bajkowski (1):
  net: lantiq_xrx200: increase buffer reservation

 drivers/net/ethernet/lantiq_xrx200.c | 34 ++++++++++++++++++++--------
 1 file changed, 24 insertions(+), 10 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Dec. 18, 2021, 3:30 a.m. UTC | #1
Hello:

This patch was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Fri, 17 Dec 2021 01:07:39 +0100 you wrote:
> Changes in v3:
>  - Removed -1 from the buffer size calculation
>  - Removed ETH_FCS_LEN from the buffer size calculation
>  - Writing rounded buffer size to descriptor
> 
> Changes in v2:
>  - Removed the inline keyword
> 
> [...]

Here is the summary with links:
  - [1/1] net: lantiq_xrx200: increase buffer reservation
    https://git.kernel.org/netdev/net/c/1488fc204568

You are awesome, thank you!