netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] i40e: additional safety check
@ 2025-11-06 15:02 gregory.herrero
  2025-11-06 15:02 ` [PATCH] i40e: validate ring_len parameter against hardware specific values gregory.herrero
  0 siblings, 1 reply; 4+ messages in thread
From: gregory.herrero @ 2025-11-06 15:02 UTC (permalink / raw)
  To: anthony.l.nguyen, przemyslaw.kitszel, andrew+netdev, davem,
	edumazet, kuba, pabeni
  Cc: intel-wired-lan, netdev, linux-kernel, Gregory Herrero

From: Gregory Herrero <gregory.herrero@oracle.com>

On code inspection, I realized we may want to check ring_len parameter
against hardware specific values in i40e_config_vsi_tx_queue() and
i40e_config_vsi_rx_queue().

Gregory Herrero (1):
  i40e: validate ring_len parameter against hardware specific values.

 drivers/net/ethernet/intel/i40e/i40e.h         | 18 ++++++++++++++++++
 drivers/net/ethernet/intel/i40e/i40e_ethtool.c | 12 ------------
 .../net/ethernet/intel/i40e/i40e_virtchnl_pf.c |  4 ++--
 3 files changed, 20 insertions(+), 14 deletions(-)

-- 
2.51.0


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

end of thread, other threads:[~2025-11-07 10:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-06 15:02 [PATCH 0/1] i40e: additional safety check gregory.herrero
2025-11-06 15:02 ` [PATCH] i40e: validate ring_len parameter against hardware specific values gregory.herrero
2025-11-07  6:39   ` [Intel-wired-lan] " Loktionov, Aleksandr
2025-11-07 10:18     ` Gregory Herrero

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).