Message ID | 20230918222136.40251-1-shannon.nelson@amd.com (mailing list archive) |
---|---|
Headers | show |
Series | ionic: better Tx SG handling | expand |
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!
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(-) >