lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20230503070944.960190-5-saikrishnag@marvell.com> Date: Wed, 3 May 2023 12:39:37 +0530 From: Sai Krishna <saikrishnag@...vell.com> To: <davem@...emloft.net>, <edumazet@...gle.com>, <kuba@...nel.org>, <pabeni@...hat.com>, <netdev@...r.kernel.org>, <linux-kernel@...r.kernel.org>, <simon.horman@...igine.com>, <leon@...nel.org>, <sgoutham@...vell.com>, <gakula@...vell.com>, <lcherian@...vell.com>, <jerinj@...vell.com>, <hkelam@...vell.com>, <sbhatta@...vell.com> CC: Ratheesh Kannoth <rkannoth@...vell.com>, Sai Krishna <saikrishnag@...vell.com> Subject: [net PATCH v5 04/11] octeontx2-pf: Increase the size of dmac filter flows From: Ratheesh Kannoth <rkannoth@...vell.com> CN10kb supports large number of dmac filter flows to be inserted. Increase the field size to accommodate the same Fixes: b747923afff8 ("octeontx2-af: Exact match support") Signed-off-by: Ratheesh Kannoth <rkannoth@...vell.com> Signed-off-by: Sunil Kovvuri Goutham <sgoutham@...vell.com> Signed-off-by: Sai Krishna <saikrishnag@...vell.com> Reviewed-by: Simon Horman <simon.horman@...igine.com> --- drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h b/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h index f42b2b65bfd7..0c8fc66ade82 100644 --- a/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h +++ b/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h @@ -335,11 +335,11 @@ struct otx2_flow_config { #define OTX2_PER_VF_VLAN_FLOWS 2 /* Rx + Tx per VF */ #define OTX2_VF_VLAN_RX_INDEX 0 #define OTX2_VF_VLAN_TX_INDEX 1 - u16 max_flows; - u8 dmacflt_max_flows; u32 *bmap_to_dmacindex; unsigned long *dmacflt_bmap; struct list_head flow_list; + u32 dmacflt_max_flows; + u16 max_flows; }; struct otx2_tc_info { -- 2.25.1
Powered by blists - more mailing lists