Re: [PATCH net-next v3 1/2] net/mlx5e: use indirect calls wrapper for skb allocation
On Wed, 2019-06-12 at 12:18 +0200, Paolo Abeni wrote: > We can avoid an indirect call per packet wrapping the skb creation > with the appropriate helper. > > Signed-off-by: Paolo Abeni Acked-by: Saeed Mahameed
[PATCH net-next v3 1/2] net/mlx5e: use indirect calls wrapper for skb allocation
We can avoid an indirect call per packet wrapping the skb creation with the appropriate helper. Signed-off-by: Paolo Abeni --- .../net/ethernet/mellanox/mlx5/core/en_rx.c | 22 ++- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/drivers/net/ethernet/mellanox/mlx5