[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230203001116.3814809-1-vladimir.oltean@nxp.com>
Date: Fri, 3 Feb 2023 02:11:12 +0200
From: Vladimir Oltean <vladimir.oltean@....com>
To: netdev@...r.kernel.org
Cc: "David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
Claudiu Manoil <claudiu.manoil@....com>,
Simon Horman <simon.horman@...igine.com>
Subject: [PATCH net-next 0/4] Updates to ENETC TXQ management
The set ensures that the number of TXQs given by enetc to the network
stack (mqprio or TX hashing) + the number of TXQs given to XDP never
exceeds the number of available TXQs.
These are the first 4 patches of series "[v5,net-next,00/17] ENETC
mqprio/taprio cleanup" from here:
https://patchwork.kernel.org/project/netdevbpf/cover/20230202003621.2679603-1-vladimir.oltean@nxp.com/
There is no change in this version compared to there. I split them off
because this contains a fix for net-next and it would be good if it
could go in quickly. I also did it to reduce the patch count of that
other series, if I need to respin it again.
Vladimir Oltean (4):
net: enetc: simplify enetc_num_stack_tx_queues()
net: enetc: allow the enetc_reconfigure() callback to fail
net: enetc: recalculate num_real_tx_queues when XDP program attaches
net: enetc: ensure we always have a minimum number of TXQs for stack
drivers/net/ethernet/freescale/enetc/enetc.c | 73 ++++++++++++++------
drivers/net/ethernet/freescale/enetc/enetc.h | 3 +
2 files changed, 54 insertions(+), 22 deletions(-)
--
2.34.1
Powered by blists - more mailing lists