Re: [dpdk-dev] [PATCH] net/octeontx2: drop Rx and L2 error packets

2019-08-05 Thread Jerin Jacob Kollanukkaran
i...@intel.com > Subject: RE: [dpdk-dev] [PATCH] net/octeontx2: drop Rx and L2 error packets > > >-Original Message- > >From: dev On Behalf Of jer...@marvell.com > >Sent: Tuesday, July 30, 2019 7:57 PM > >To: Jerin Jacob Kollanukkaran ; Nithin Kumar > >D

Re: [dpdk-dev] [PATCH] net/octeontx2: drop Rx and L2 error packets

2019-08-03 Thread Pavan Nikhilesh Bhagavatula
] [dpdk-dev] [PATCH] net/octeontx2: drop Rx and L2 error >packets >From: Jerin Jacob > >From B0 HW revision onwards, HW can drop the Rx and L2 error >packets. >Enable this by default if the feature is available. >Since this bit field is used as reserved in old HW revisions,

[dpdk-dev] [PATCH] net/octeontx2: drop Rx and L2 error packets

2019-07-30 Thread jerinj
From: Jerin Jacob >From B0 HW revision onwards, HW can drop the Rx and L2 error packets. Enable this by default if the feature is available. Since this bit field is used as reserved in old HW revisions, No need to have additional HW version check. Signed-off-by: Jerin Jacob --- drivers/net/oct