Re: [PATCH net-next 1/1] qede: Add build_skb() support.

2018-05-17 Thread David Miller
From: Manish Chopra Date: Thu, 17 May 2018 12:05:00 -0700 > This patch makes use of build_skb() throughout in driver's receieve > data path [HW gro flow and non HW gro flow]. With this, driver can > build skb directly from the page segments which are already mapped > to the hardware instead of al

[PATCH net-next 1/1] qede: Add build_skb() support.

2018-05-17 Thread Manish Chopra
This patch makes use of build_skb() throughout in driver's receieve data path [HW gro flow and non HW gro flow]. With this, driver can build skb directly from the page segments which are already mapped to the hardware instead of allocating new SKB via netdev_alloc_skb() and memcpy the data which is