mbox series

[net-next,0/3] ionic: better Tx SG handling

Message ID 20230918222136.40251-1-shannon.nelson@amd.com (mailing list archive)
Headers show
Series ionic: better Tx SG handling | expand

Message

Nelson, Shannon Sept. 18, 2023, 10:21 p.m. UTC
The primary patch here is to be sure we're not hitting linearize on a Tx
skb when we don't really need to.  The other two are related details.

Shannon Nelson (3):
  ionic: count SGs in packet to minimize linearize
  ionic: add a check for max SGs and SKB frags
  ionic: expand the descriptor bufs array

 .../net/ethernet/pensando/ionic/ionic_dev.h   |  3 +-
 .../net/ethernet/pensando/ionic/ionic_lif.c   | 12 +++
 .../net/ethernet/pensando/ionic/ionic_txrx.c  | 77 ++++++++++++++++---
 3 files changed, 82 insertions(+), 10 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Sept. 20, 2023, 10 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Mon, 18 Sep 2023 15:21:33 -0700 you wrote:
> The primary patch here is to be sure we're not hitting linearize on a Tx
> skb when we don't really need to.  The other two are related details.
> 
> Shannon Nelson (3):
>   ionic: count SGs in packet to minimize linearize
>   ionic: add a check for max SGs and SKB frags
>   ionic: expand the descriptor bufs array
> 
> [...]

Here is the summary with links:
  - [net-next,1/3] ionic: count SGs in packet to minimize linearize
    https://git.kernel.org/netdev/net-next/c/4d9d72200d4c
  - [net-next,2/3] ionic: add a check for max SGs and SKB frags
    https://git.kernel.org/netdev/net-next/c/40d835391b4f
  - [net-next,3/3] ionic: expand the descriptor bufs array
    https://git.kernel.org/netdev/net-next/c/529cdfd5e3a6

You are awesome, thank you!
Jacob Keller Sept. 21, 2023, 8:44 p.m. UTC | #2
On 9/18/2023 3:21 PM, Shannon Nelson wrote:
> The primary patch here is to be sure we're not hitting linearize on a Tx
> skb when we don't really need to.  The other two are related details.
> 
> Shannon Nelson (3):
>   ionic: count SGs in packet to minimize linearize
>   ionic: add a check for max SGs and SKB frags
>   ionic: expand the descriptor bufs array
> 


Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>

>  .../net/ethernet/pensando/ionic/ionic_dev.h   |  3 +-
>  .../net/ethernet/pensando/ionic/ionic_lif.c   | 12 +++
>  .../net/ethernet/pensando/ionic/ionic_txrx.c  | 77 ++++++++++++++++---
>  3 files changed, 82 insertions(+), 10 deletions(-)
>