netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v4 0/2] xdp_rxq_info_reg fixes for mlx5e
@ 2023-06-14  9:00 Maxim Mikityanskiy
  2023-06-14  9:00 ` [PATCH net-next v4 1/2] net/mlx5e: XDP, Allow growing tail for XDP multi buffer Maxim Mikityanskiy
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Maxim Mikityanskiy @ 2023-06-14  9:00 UTC (permalink / raw)
  To: netdev, Saeed Mahameed
  Cc: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Gal Pressman, Tariq Toukan, bpf, Maxim Mikityanskiy

Resending the patches, as I'm afraid they were lost eventually:

https://lore.kernel.org/all/ZDFPCxBz0u6ClXnQ@mail.gmail.com/

Marked for net-next, as I'm not sure what the consensus was, but they
can be applied cleanly to net as well.

--

Two small fixes that add parameters to xdp_rxq_info_reg missed in older
commits.

v2 changes:

Let en/params.c decide the right size for xdp_frag_size, rather than
make en_main.c aware of the implementation details.

v3 changes:

Set xdp_frag_size in all successful flows of mlx5e_build_rq_frags_info.

v4 changes:

No changes, rebased over the latest net-next.

Maxim Mikityanskiy (2):
  net/mlx5e: XDP, Allow growing tail for XDP multi buffer
  net/mlx5e: xsk: Set napi_id to support busy polling on XSK RQ

 drivers/net/ethernet/mellanox/mlx5/core/en/params.c    | 8 ++++++--
 drivers/net/ethernet/mellanox/mlx5/core/en/params.h    | 1 +
 drivers/net/ethernet/mellanox/mlx5/core/en/xsk/setup.c | 2 +-
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c      | 7 ++++---
 4 files changed, 12 insertions(+), 6 deletions(-)

-- 
2.41.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-06-16 19:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-14  9:00 [PATCH net-next v4 0/2] xdp_rxq_info_reg fixes for mlx5e Maxim Mikityanskiy
2023-06-14  9:00 ` [PATCH net-next v4 1/2] net/mlx5e: XDP, Allow growing tail for XDP multi buffer Maxim Mikityanskiy
2023-06-14  9:00 ` [PATCH net-next v4 2/2] net/mlx5e: xsk: Set napi_id to support busy polling on XSK RQ Maxim Mikityanskiy
2023-06-16  5:32 ` [PATCH net-next v4 0/2] xdp_rxq_info_reg fixes for mlx5e Jakub Kicinski
2023-06-16 18:54   ` Saeed Mahameed
2023-06-16 19:23     ` Jakub Kicinski
2023-06-16 19:33     ` Maxim Mikityanskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).