From: Leon Romanovsky <leon@kernel.org>
To: Ratheesh Kannoth <rkannoth@marvell.com>
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
vladimir.oltean@nxp.com, claudiu.manoil@nxp.com,
alexandre.belloni@bootlin.com, andrew@lunn.ch,
f.fainelli@gmail.com, davem@davemloft.net, edumazet@google.com,
kuba@kernel.org, pabeni@redhat.com, olteanv@gmail.com,
michael.chan@broadcom.com, rajur@chelsio.com,
yisen.zhuang@huawei.com, salil.mehta@huawei.com,
jesse.brandeburg@intel.com, anthony.l.nguyen@intel.com,
sgoutham@marvell.com, gakula@marvell.com, sbhatta@marvell.com,
hkelam@marvell.com, taras.chornyi@plvision.eu, saeedm@nvidia.com,
idosch@nvidia.com, petrm@nvidia.com,
horatiu.vultur@microchip.com, lars.povlsen@microchip.com,
Steen.Hegelund@microchip.com, daniel.machon@microchip.com,
simon.horman@corigine.com, aelior@marvell.com,
manishc@marvell.com, ecree.xilinx@gmail.com,
habetsm.xilinx@gmail.com, peppe.cavallaro@st.com,
alexandre.torgue@foss.st.com, joabreu@synopsys.com,
mcoquelin.stm32@gmail.com, pablo@netfilter.org,
kadlec@netfilter.org, fw@strlen.de
Subject: Re: [PATCH v1 net-next] dissector: Use 64bits for used_keys
Date: Sun, 30 Jul 2023 15:12:36 +0300 [thread overview]
Message-ID: <20230730121236.GC94048@unreal> (raw)
In-Reply-To: <20230727062814.2054345-1-rkannoth@marvell.com>
On Thu, Jul 27, 2023 at 11:58:14AM +0530, Ratheesh Kannoth wrote:
> As 32bit of dissectory->used_keys are exhausted,
> increase the size to 64bits.
>
> This is base changes for ESP/AH flow dissector patch.
>
> Please find patch and discussions at
> https://lore.kernel.org/netdev/ZMDNjD46BvZ5zp5I@corigine.com/T/#t
>
> Signed-off-by: Ratheesh Kannoth <rkannoth@marvell.com>
> --
> ChangeLog
>
> v0 -> v1: Fix errors reported by kernel test robot
> ---
> drivers/net/dsa/ocelot/felix_vsc9959.c | 8 +--
> drivers/net/dsa/sja1105/sja1105_flower.c | 8 +--
> drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c | 6 +-
> .../ethernet/chelsio/cxgb4/cxgb4_tc_flower.c | 18 ++---
> .../freescale/dpaa2/dpaa2-switch-flower.c | 22 +++---
> .../net/ethernet/freescale/enetc/enetc_qos.c | 8 +--
> .../hisilicon/hns3/hns3pf/hclge_main.c | 16 ++---
> drivers/net/ethernet/intel/i40e/i40e_main.c | 18 ++---
> drivers/net/ethernet/intel/iavf/iavf_main.c | 18 ++---
> drivers/net/ethernet/intel/ice/ice_tc_lib.c | 44 ++++++------
> drivers/net/ethernet/intel/igb/igb_main.c | 8 +--
> .../ethernet/marvell/octeontx2/nic/otx2_tc.c | 18 ++---
> .../marvell/prestera/prestera_flower.c | 20 +++---
> .../mellanox/mlx5/core/en/tc/ct_fs_smfs.c | 25 ++++---
> .../net/ethernet/mellanox/mlx5/core/en_tc.c | 44 ++++++------
> .../ethernet/mellanox/mlxsw/spectrum_flower.c | 22 +++---
> .../microchip/lan966x/lan966x_tc_flower.c | 4 +-
> .../microchip/sparx5/sparx5_tc_flower.c | 4 +-
> drivers/net/ethernet/microchip/vcap/vcap_tc.c | 18 ++---
> drivers/net/ethernet/microchip/vcap/vcap_tc.h | 2 +-
> drivers/net/ethernet/mscc/ocelot_flower.c | 28 ++++----
> .../ethernet/netronome/nfp/flower/conntrack.c | 43 ++++++------
> .../ethernet/netronome/nfp/flower/offload.c | 64 +++++++++---------
> .../net/ethernet/qlogic/qede/qede_filter.c | 12 ++--
> drivers/net/ethernet/sfc/tc.c | 67 ++++++++++---------
> .../stmicro/stmmac/stmmac_selftests.c | 6 +-
> drivers/net/ethernet/ti/am65-cpsw-qos.c | 6 +-
> drivers/net/ethernet/ti/cpsw_priv.c | 6 +-
> include/net/flow_dissector.h | 5 +-
> net/core/flow_dissector.c | 2 +-
> net/ethtool/ioctl.c | 16 ++---
> net/netfilter/nf_flow_table_offload.c | 22 +++---
> net/netfilter/nf_tables_offload.c | 13 ++--
> net/netfilter/nft_cmp.c | 2 +-
> 34 files changed, 317 insertions(+), 306 deletions(-)
>
Thanks,
Reviewed-by: Leon Romanovsky <leonro@nvidia.com>
prev parent reply other threads:[~2023-07-30 12:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-27 6:28 [PATCH v1 net-next] dissector: Use 64bits for used_keys Ratheesh Kannoth
2023-07-27 15:54 ` Petr Machata
2023-07-27 16:17 ` Petr Machata
2023-07-30 12:12 ` Leon Romanovsky [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230730121236.GC94048@unreal \
--to=leon@kernel.org \
--cc=Steen.Hegelund@microchip.com \
--cc=aelior@marvell.com \
--cc=alexandre.belloni@bootlin.com \
--cc=alexandre.torgue@foss.st.com \
--cc=andrew@lunn.ch \
--cc=anthony.l.nguyen@intel.com \
--cc=claudiu.manoil@nxp.com \
--cc=daniel.machon@microchip.com \
--cc=davem@davemloft.net \
--cc=ecree.xilinx@gmail.com \
--cc=edumazet@google.com \
--cc=f.fainelli@gmail.com \
--cc=fw@strlen.de \
--cc=gakula@marvell.com \
--cc=habetsm.xilinx@gmail.com \
--cc=hkelam@marvell.com \
--cc=horatiu.vultur@microchip.com \
--cc=idosch@nvidia.com \
--cc=jesse.brandeburg@intel.com \
--cc=joabreu@synopsys.com \
--cc=kadlec@netfilter.org \
--cc=kuba@kernel.org \
--cc=lars.povlsen@microchip.com \
--cc=linux-kernel@vger.kernel.org \
--cc=manishc@marvell.com \
--cc=mcoquelin.stm32@gmail.com \
--cc=michael.chan@broadcom.com \
--cc=netdev@vger.kernel.org \
--cc=olteanv@gmail.com \
--cc=pabeni@redhat.com \
--cc=pablo@netfilter.org \
--cc=peppe.cavallaro@st.com \
--cc=petrm@nvidia.com \
--cc=rajur@chelsio.com \
--cc=rkannoth@marvell.com \
--cc=saeedm@nvidia.com \
--cc=salil.mehta@huawei.com \
--cc=sbhatta@marvell.com \
--cc=sgoutham@marvell.com \
--cc=simon.horman@corigine.com \
--cc=taras.chornyi@plvision.eu \
--cc=vladimir.oltean@nxp.com \
--cc=yisen.zhuang@huawei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).