Re: [PATCH v3 net-next 02/13] octeontx2-af: Verify MCAM entry channel and PF_FUNC

2020-11-14 Thread Naveen Mamindlapalli
ya Akula > ; Jerin Jacob Kollanukkaran ; > Subbaraya Sundeep Bhatta ; Hariprasad Kelam > > Subject: Re: [PATCH v3 net-next 02/13] octeontx2-af: Verify MCAM entry > channel and PF_FUNC > > On Tue, Nov 10, 2020 at 11:18 PM Naveen Mamindlapalli > wrote: > > > > From:

Re: [PATCH v3 net-next 02/13] octeontx2-af: Verify MCAM entry channel and PF_FUNC

2020-11-12 Thread Alexander Duyck
On Tue, Nov 10, 2020 at 11:18 PM Naveen Mamindlapalli wrote: > > From: Subbaraya Sundeep > > This patch adds support to verify the channel number sent by > mailbox requester before writing MCAM entry for Ingress packets. > Similarly for Egress packets, verifying the PF_FUNC sent by the > mailbox

[PATCH v3 net-next 02/13] octeontx2-af: Verify MCAM entry channel and PF_FUNC

2020-11-10 Thread Naveen Mamindlapalli
From: Subbaraya Sundeep This patch adds support to verify the channel number sent by mailbox requester before writing MCAM entry for Ingress packets. Similarly for Egress packets, verifying the PF_FUNC sent by the mailbox user. Signed-off-by: Subbaraya Sundeep Signed-off-by: Kiran Kumar K Sign