>-----Original Message----- >From: dev <[email protected]> On Behalf Of [email protected] >Sent: Tuesday, July 30, 2019 7:57 PM >To: Jerin Jacob Kollanukkaran <[email protected]>; Nithin Kumar >Dabilpuram <[email protected]>; Kiran Kumar Kokkilagadda ><[email protected]> >Cc: [email protected]; [email protected]; [email protected] >Subject: [EXT] [dpdk-dev] [PATCH] net/octeontx2: drop Rx and L2 error >packets >From: Jerin Jacob <[email protected]> > >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 <[email protected]>
Acked-by: Pavan Nikhilesh <[email protected]> >--- > drivers/net/octeontx2/otx2_ethdev.c | 1 + > 1 file changed, 1 insertion(+) >

