Re: [PATCH 0/3] Receive Side Coalescing for macb driver

2018-04-17 Thread David Miller
From: Rafal Ozieblo Date: Tue, 17 Apr 2018 08:59:35 + > If IP supports RSC and skb has 2B reserved for alignment we end up > with none packets receive correctly (2B missing in the each skb). > We can either leave few customers without support in Linux driver or > let them

Re: [PATCH 0/3] Receive Side Coalescing for macb driver

2018-04-17 Thread David Miller
From: Rafal Ozieblo Date: Tue, 17 Apr 2018 08:59:35 + > If IP supports RSC and skb has 2B reserved for alignment we end up > with none packets receive correctly (2B missing in the each skb). > We can either leave few customers without support in Linux driver or > let them use the driver with

RE: [PATCH 0/3] Receive Side Coalescing for macb driver

2018-04-17 Thread Rafal Ozieblo
From: David Miller [mailto:da...@davemloft.net] Sent: 16 kwietnia 2018 17:09 > From: Rafal Ozieblo > Date: Sat, 14 Apr 2018 21:53:07 +0100 > >> This patch series adds support for receive side coalescing for Cadence >> GEM driver. Receive segmentation coalescing is a

RE: [PATCH 0/3] Receive Side Coalescing for macb driver

2018-04-17 Thread Rafal Ozieblo
From: David Miller [mailto:da...@davemloft.net] Sent: 16 kwietnia 2018 17:09 > From: Rafal Ozieblo > Date: Sat, 14 Apr 2018 21:53:07 +0100 > >> This patch series adds support for receive side coalescing for Cadence >> GEM driver. Receive segmentation coalescing is a mechanism to reduce >> CPU

Re: [PATCH 0/3] Receive Side Coalescing for macb driver

2018-04-16 Thread David Miller
From: Rafal Ozieblo Date: Sat, 14 Apr 2018 21:53:07 +0100 > This patch series adds support for receive side coalescing > for Cadence GEM driver. Receive segmentation coalescing > is a mechanism to reduce CPU overhead. This is done by > coalescing received TCP message segments

Re: [PATCH 0/3] Receive Side Coalescing for macb driver

2018-04-16 Thread David Miller
From: Rafal Ozieblo Date: Sat, 14 Apr 2018 21:53:07 +0100 > This patch series adds support for receive side coalescing > for Cadence GEM driver. Receive segmentation coalescing > is a mechanism to reduce CPU overhead. This is done by > coalescing received TCP message segments together into > a

[PATCH 0/3] Receive Side Coalescing for macb driver

2018-04-14 Thread Rafal Ozieblo
This patch series adds support for receive side coalescing for Cadence GEM driver. Receive segmentation coalescing is a mechanism to reduce CPU overhead. This is done by coalescing received TCP message segments together into a single large message. This means that when the message is complete the

[PATCH 0/3] Receive Side Coalescing for macb driver

2018-04-14 Thread Rafal Ozieblo
This patch series adds support for receive side coalescing for Cadence GEM driver. Receive segmentation coalescing is a mechanism to reduce CPU overhead. This is done by coalescing received TCP message segments together into a single large message. This means that when the message is complete the